3.5 KiB
3.5 KiB
Airtable
This page contains the setup guide and reference information for the Airtable source connector. This source syncs data from the Airtable API.
Prerequisites
- An active Airtable account
- API Key (Personal Access Token)
Setup guide
Step 1: Set up Airtable
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 Airtable connector and select Airtable from the Source type dropdown.
- Enter your
API Keyobtained by following these steps - Log in and Authorize to the Airtable account and click
Set up source.
For Airbyte OSS:
- Navigate to the Airbyte Open Source dashboard
- 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 Airtable connector and select Airtable from the Source type dropdown.
- Enter your
API Keyobtained by following these steps - Log in and Authorize to the Airtable account and click
Set up source.
Supported sync modes
The airtable source connector supports the following sync modes:
| Feature | Supported?(Yes/No) | Notes |
|---|---|---|
| Full Refresh Sync | Yes | |
| Incremental Sync | No |
Supported Tables and Plans
This source allows you to pull all available tables and bases using Metadata API for a given authenticated user. In case you you rename or add a column to any existing table, you will need to recreate the source to update the Airbyte catalog.
Currently, this source connector works with standard subscription plan only.
Standard Scopes required for the successfull authentication:
- data.records:read
- data.recordComments:read
- schema.bases:read
The Enterprise level accounts are not supported yet.
Data type map
| Integration Type | Airbyte Type |
|---|---|
Any |
string |
Performance Considerations (Airbyte Open-Source)
See information about rate limits here.
Changelog
| Version | Date | Pull Request | Subject |
|---|---|---|---|
| 1.0.1 | 2023-01-10 | 21215 | Fix field names |
| 1.0.0 | 2022-12-22 | 20846 | Migrated to Metadata API for dynamic schema generation |
| 0.1.3 | 2022-10-26 | 18491 | Improve schema discovery logic |
| 0.1.2 | 2022-04-30 | 12500 | Improve input configuration copy |
| 0.1.1 | 2021-12-06 | 8425 | Update title, description fields in spec |