* 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>
2.2 KiB
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:
- Log into your Airbyte Cloud account.
- In the left navigation bar, click Sources. In the top-right corner, click +new source.
- On the Set up the source page, enter the name for the Waiteraid connector and select Waiteraid from the Source type dropdown.
- Enter your
auth_token- Waiteraid Authentication Token. - Enter your
restaurant ID- The Waiteraid ID of the Restaurant you wanto sync. - Click Set up source.
For Airbyte OSS:
- Navigate to the Airbyte Open Source dashboard.
- Set the name for your source.
- Enter your
auth_token- Waiteraid Authentication Token. - Enter your
restaurant ID- The Waiteraid ID of the Restaurant you wanto sync. - 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 |