Skip to main content

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:

  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 Coda connector and select Coda from the Source type dropdown.
  4. Enter your auth_token - Coda Authentication Token with the necessary permissions (described below).
  5. 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.
  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 - Coda Authentication Token with the necessary permissions (described below).
  4. 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.
  5. Click Set up source.

Supported sync modes

The Coda source connector supports the following sync modes:

FeatureSupported?
Full Refresh SyncYes
Incremental SyncNo
SSL connectionNo
NamespacesNo

Supported Streams

Data type map

Integration TypeAirbyte Type
stringstring
integernumber
arrayarray
objectobject

Reference

Config fields reference

Field
Type
Property name
string
auth_token

Changelog

VersionDatePull RequestSubject
1.2.02023-08-1329288Migrate python cdk to low-code
1.1.02023-07-1027797Add rows stream
1.0.02023-07-1028093Update docs and pages schemas
0.1.02022-11-1718675🎉 New source: Coda [python cdk]