1
0
mirror of synced 2026-01-07 18:06:03 -05:00
Files
airbyte/docs/integrations/sources/waiteraid.md
sbrickel-nimble 683a3a3344 🎉 New Source: Waiteraid [low-code cdk] (#18165)
* added source waiteraid

* 🎉 New Source: Waiteraid

* add searchBookings stream

* add P/R number

* add SUMMARY entry

* add docs/integrations/README.md entry

* add builds.md entry

* add docs to each endpoint

* fix schema
~

* Update airbyte-integrations/builds.md

added web address

Co-authored-by: Marcos Marx <marcosmarxm@users.noreply.github.com>

* Delete catalog.json

* Delete TODO.md

* Update spec.yaml

* add waiteraid to source def seed

* auto-bump connector version

Co-authored-by: Sebastian Brickel <sebastianbrickel@Sebastians-MacBook-Air.local>
Co-authored-by: Marcos Marx <marcosmarxm@users.noreply.github.com>
Co-authored-by: marcosmarxm <marcosmarxm@gmail.com>
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2022-10-28 14:13:14 -03:00

2.2 KiB

Waiteraid

This page contains the setup guide and reference information for the Waiteraid source connector.

Prerequisites

You can find or create authentication tokens within Waiteraid.

Setup guide

Step 1: Set up the Waiteraid connector in Airbyte

For Airbyte Cloud:

  1. Log into your Airbyte Cloud account.
  2. In the left navigation bar, click Sources. In the top-right corner, click +new source.
  3. On the Set up the source page, enter the name for the Waiteraid connector and select Waiteraid from the Source type dropdown.
  4. Enter your auth_token - Waiteraid Authentication Token.
  5. Enter your restaurant ID - The Waiteraid ID of the Restaurant you wanto sync.
  6. Click Set up source.

For Airbyte OSS:

  1. Navigate to the Airbyte Open Source dashboard.
  2. Set the name for your source.
  3. Enter your auth_token - Waiteraid Authentication Token.
  4. Enter your restaurant ID - The Waiteraid ID of the Restaurant you wanto sync.
  5. Click Set up source.

Supported sync modes

The Waiteraid source connector supports the following sync modes:

Feature Supported?
Full Refresh Sync Yes
Incremental Sync No
SSL connection No
Namespaces No

Supported Streams

Data type map

Integration Type Airbyte Type
string string
integer, number number
array array
object object

Changelog

Version Date Pull Request Subject
0.1.0 2022-10-QQ QQQQ New Source: Waiteraid