Skip to main content

Coda

Overview

The Coda source connector lets you authenticate to the Coda API.

At this time, the connector is in development: authentication is supported, but catalog discovery and extraction are not yet available.

Setup

Prerequisites

  • A Coda account
  • A Coda API token

Create a Coda API token

  1. In Coda, create or locate an API token (sometimes called a “Coda API token” or “personal access token”) from your Coda account settings.
  2. Copy the token value. You’ll provide it to the connector as api_token.

Authentication

This connector uses Bearer token authentication.

During connection setup, the connector validates credentials by calling:

  • GET https://coda.io/apis/v1/whoami

If the token is valid, setup succeeds.

Configuration

FieldTypeRequiredDescription
api_tokenstringYour Coda API token used to authenticate API requests.

Streams

No streams are currently available.

  • Catalog discovery currently returns an empty catalog.
  • Extraction is not yet implemented.

Limitations

  • This connector is still in development and cannot yet extract data from Coda docs/tables.
  • If you need Coda extraction support, wait for a future release where streams and extraction are implemented.