Coda
This page contains the setup guide and reference information for the Coda source connector.
Prerequisites
You can find or create authentication tokens within Coda.
Setup guide
Step 1: Set up the Coda 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 Coda connector and select Coda from the Source type dropdown.
- Enter your
auth_token
- Coda Authentication Token with the necessary permissions (described below). - Enter your
doc_id
- Document id for a specific document created on Coda. You can check it under Advanced Settings by exporting data and copying the id in doc_manifest.json from the downloaded zip. - Click Set up source.
For Airbyte OSS:
- Navigate to the Airbyte Open Source dashboard.
- Set the name for your source.
- Enter your
auth_token
- Coda Authentication Token with the necessary permissions (described below). - Enter your
doc_id
- Document id for a specific document created on Coda. You can check it under Advanced Settings by exporting data and copying the id in doc_manifest.json from the downloaded zip. - Click Set up source.
Supported sync modes
The Coda 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 |
array | array |
object | object |
Changelog
Expand to review
Version | Date | Pull Request | Subject |
---|---|---|---|
1.3.1 | 2024-08-16 | 44196 | Bump source-declarative-manifest version |
1.3.0 | 2024-08-15 | 44165 | Refactor connector to manifest-only format |
1.2.13 | 2024-08-12 | 43890 | Update dependencies |
1.2.12 | 2024-08-10 | 43516 | Update dependencies |
1.2.11 | 2024-08-03 | 43100 | Update dependencies |
1.2.10 | 2024-07-27 | 42741 | Update dependencies |
1.2.9 | 2024-07-20 | 42351 | Update dependencies |
1.2.8 | 2024-07-13 | 41892 | Update dependencies |
1.2.7 | 2024-07-10 | 41329 | Update dependencies |
1.2.6 | 2024-07-06 | 40810 | Update dependencies |
1.2.5 | 2024-06-25 | 40413 | Update dependencies |
1.2.4 | 2024-06-22 | 40091 | Update dependencies |
1.2.3 | 2024-06-06 | 39241 | [autopull] Upgrade base image to v1.2.2 |
1.2.2 | 2024-05-28 | 38578 | Make connector Builder compatible |
1.2.1 | 2024-04-02 | 36775 | Migrate to base image, manage dependencies with Poetry, and stop using last_records interpolation variable. |
1.2.0 | 2023-08-13 | 29288 | Migrate python cdk to low-code |
1.1.0 | 2023-07-10 | 27797 | Add rows stream |
1.0.0 | 2023-07-10 | 28093 | Update docs and pages schemas |
0.1.0 | 2022-11-17 | 18675 | 🎉 New source: Coda [python cdk] |