Airtable
v0.0.1
For more information please use the API documentation here.
Set up
Source
To create a source for the Airtable connector, you will need a Personal Access Token. See guide here.
- From /create/tokens, click the โCreate new tokenโ button to create a new personal access token.
- Give your token a unique name. This name will be visible in record revision history.
- Choose the scopes to grant to your token. To use this connector, you will need the
data.records:read
scope. - Click โadd a baseโ to grant the token access to a base or workspace.
- Once your token is created, store it safely.
Extract
To create an extract, you will need a base ID and a table ID of the table that you want to extract. When you are viewing the table you want to extract in your Airtable account, you will be able to see the IDs in the URL.
- The base ID will start with
app
- The table ID will start with
tbl
As an example URL https://airtable.com/appVPn80XjGZQq0is/tblPMlAcbXqONAINC/viwiDEX3EIdhjyy8u
- Base ID:
appVPn80XjGZQq0is
- Table ID:
tblPMlAcbXqONAINC
Features
Feature | Support | Notes |
---|---|---|
Backfill | โ | All data |
Incremental | โ | Incremental is not supported |
API reliability | ๐ข | Reliable |
Reports detail
โฌ๏ธ Report | ๐ Incremental key | ๐ Primary key | ๐ Link to API endpoint |
---|---|---|---|
Table | N/A | ID | List Records |
Updated 5 months ago