Skip to content

Commit

Permalink
Edited the Airtable doc (#24065)
Browse files Browse the repository at this point in the history
  • Loading branch information
Amruta-Ranade authored Mar 14, 2023
1 parent 3eecf54 commit a802fb4
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions docs/integrations/sources/airtable.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,21 @@
# Airtable

This page contains the setup guide and reference information for the Airtable source connector.
This source syncs data from the [Airtable API](https://airtable.com/api).
This page contains the setup guide and reference information for the [Airtable](https://airtable.com/api) source connector.

:::caution
Currently, this source connector works with `Standard` subscription plan only. `Enterprise` level accounts are not supported yet.
:::

## Prerequisites

* An active Airtable account
* [Personal Access Token](https://airtable.com/developers/web/guides/personal-access-tokens) with next scopes:
* [Personal Access Token](https://airtable.com/developers/web/guides/personal-access-tokens) with the following scopes:
- `data.records:read`
- `data.recordComments:read`
- `schema.bases:read`

## Setup guide

### Step 1: Set up Airtable

### For Airbyte Cloud:
Expand Down Expand Up @@ -43,14 +47,10 @@ The airtable source connector supports the following [sync modes](https://docs.a
| Incremental Sync | No | |


## Supported Tables and Plans
## Supported Tables

This source allows you to pull all available tables and bases using `Metadata API` for a given authenticated user. In case 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.

The `Enterprise` level accounts are not supported yet.

## Data type map

| Integration Type | Airbyte Type | Nullable |
Expand Down Expand Up @@ -92,7 +92,6 @@ The `Enterprise` level accounts are not supported yet.
- string
- number/integer
- nested lists/objects
- etc

### Performance Considerations (Airbyte Open-Source)

Expand Down

0 comments on commit a802fb4

Please sign in to comment.