tap-airtable is a Singer tap for Airtable, built with the Meltano SDK for Singer Taps.
Project description
tap-airtable
tap-airtable is a Singer tap for Airtable usable with Meltano.
Built with the Meltano Tap SDK for Singer Taps.
Installation
Standalone
You can install tap-airtable using pipx to install it globally on your system:
pipx install tap-airtable
With Meltano
If you're using this tap with Meltano, you can install it as an extractor. The tap is not yet available in the Meltano Hub, so you will need to install it from the source.
meltano add extractor tap-airtable --from-ref https://raw.githubusercontent.com/tomasvotava/tap-airtable/master/tap-airtable.yml
Configuration
Accepted Config Options
| Property | Required | Description |
|---|---|---|
token |
Yes | Airtable API token |
base_ids |
No | List of base IDs to extract data from (if not given, all bases are extracted) |
table_mapping |
No | Mapping of Airtable table ids to target table names (if not given table names from Airtable are used) |
If table_mapping is not provided, the tap will use the table names from Airtable as target table names.
This may not be ideal if the table names are not human-readable or if they contain special characters.
Standalone Configuration
{
"token": "<your airtable token>",
"base_ids": ["<base_id_1>", "<base_id_2>"],
"table_mapping": {
"<table_id_1>": "target_table_name_1",
"<table_id_2>": "target_table_name_2"
}
}
Run the tap with:
tap-airtable --config config.json
Meltano Configuration
Run meltano config tap-airtable set --interactive to set the configuration interactively.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file tap_airtable-0.1.0.tar.gz.
File metadata
- Download URL: tap_airtable-0.1.0.tar.gz
- Upload date:
- Size: 5.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1f1e9ee610e0151e7eabe5ed35ce23a9bbaff56d0731fa386a2d046da815c4f3
|
|
| MD5 |
f0b4c0c8b6215ad32bf4d70de43434cf
|
|
| BLAKE2b-256 |
64585884d1fc965015e340c74cc1822044eb75f6eaad7dc3bca2baad8ee5799a
|
File details
Details for the file tap_airtable-0.1.0-py3-none-any.whl.
File metadata
- Download URL: tap_airtable-0.1.0-py3-none-any.whl
- Upload date:
- Size: 7.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b3d0bddc5b2286289c55820c013ed6875b78d7e2c12166f872dd49d5faebbfc8
|
|
| MD5 |
62d243253e79a0a6acca85ea8f08d768
|
|
| BLAKE2b-256 |
3b744baa15ca398fae1b48f6efbb6a00d3edacc1d9e4492d13710e6d153551ef
|