Airtable (Source)
Overview
The Airtable connector lets you authenticate to Airtable using a Personal Access Token (PAT).
Current status: the connector can validate credentials, but data sync is still in development. You can use this connector today to confirm connectivity/authentication, but it will not yet extract tables/records (source) or load data into Airtable (destination).
Setup
- An Airtable account
- Access to create a Personal Access Token in Airtable
Create a Personal Access Token
- In Airtable, create a Personal Access Token (PAT).
- Ensure the token has access to the bases/workspaces you intend to sync (scopes and access are configured in Airtable when creating the token).
- Copy the token value.
Destination support
Airtable can be selected as a destination, but destination loading is still in development. You can authenticate with a Personal Access Token, but writing data to Airtable is not yet supported.
Authentication
This connector uses Bearer token authentication with an Airtable Personal Access Token.
During connection testing/login, the connector validates the token by calling:
GET https://api.airtable.com/v0/meta/whoami
If the request succeeds, credentials are considered valid.
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
personal_access_token | string | Yes | Airtable Personal Access Token (PAT) used to authenticate API requests. |
Streams
No streams are currently available. Catalog discovery returns an empty catalog, and extraction is not yet implemented.
Limitations
- Extraction not implemented: runs will fail with an “in development” error when attempting to extract.
- No catalog discovery: the connector does not yet enumerate bases/tables/fields.