Skip to content

Commit

Permalink
Add the @tomasvotava variant of tap-airtable
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed May 21, 2024
1 parent 6868464 commit 084dd9e
Show file tree
Hide file tree
Showing 3 changed files with 98 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _data/default_variants.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ extractors:
tap-aha: airbyte
tap-airbyte-wrapper: meltanolabs
tap-aircall: ticketswap
tap-airtable: goes-funky
tap-airtable: tomasvotava
tap-alpha-vantage: airbyte
tap-amazon-ads-dsp: singer-io
tap-amazon-advertising: dbt-labs
Expand Down
4 changes: 4 additions & 0 deletions _data/maintainers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1173,6 +1173,10 @@ tmonks:
label: Tom Monks
name: tmonks
url: https://github.com/tmonks
tomasvotava:
label: Tomas Votava
name: tomasvotava
url: https://github.com/tomasvotava
tomekzbrozek:
label: Tomek Zbrozek
name: tomekzbrozek
Expand Down
93 changes: 93 additions & 0 deletions _data/meltano/extractors/tap-airtable/tomasvotava.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,93 @@
capabilities:
- about
- batch
- catalog
- discover
- schema-flattening
- state
- stream-maps
description: Cloud collaboration service
domain_url: https://airtable.com/api
executable: tap-airtable
keywords:
- meltano_sdk
label: Airtable
logo_url: /assets/logos/extractors/airtable.png
maintenance_status: active
name: tap-airtable
namespace: tap_airtable
next_steps: ''
pip_url: tap-airtable
quality: silver
repo: https://github.com/tomasvotava/tap-airtable
settings:
- description: Selected base ids (all if not specified)
kind: array
label: Base IDs
name: base_ids
- description: Compression format to use for batch files.
kind: options
label: Batch Config Encoding Compression
name: batch_config.encoding.compression
options:
- label: Gzip
value: gzip
- label: None
value: none
- description: Format to use for batch files.
kind: options
label: Batch Config Encoding Format
name: batch_config.encoding.format
options:
- label: Jsonl
value: jsonl
- label: Parquet
value: parquet
- description: Prefix to use when writing batch files.
kind: string
label: Batch Config Storage Prefix
name: batch_config.storage.prefix
- description: Root path to use when writing batch files.
kind: string
label: Batch Config Storage Root
name: batch_config.storage.root
- description: 'One or more LCID locale strings to produce localized output for: https://faker.readthedocs.io/en/master/#localization'
kind: array
label: Faker Config Locale
name: faker_config.locale
- description: 'Value to seed the Faker generator for deterministic output: https://faker.readthedocs.io/en/master/#seeding-the-generator'
kind: string
label: Faker Config Seed
name: faker_config.seed
- description: "'True' to enable schema flattening and automatically expand nested
properties."
kind: boolean
label: Flattening Enabled
name: flattening_enabled
- description: The max depth to flatten schemas.
kind: integer
label: Flattening Max Depth
name: flattening_max_depth
- description: User-defined config values to be used within map expressions.
kind: object
label: Stream Map Config
name: stream_map_config
- description: Config object for stream maps capability. For more information check
out [Stream Maps](https://sdk.meltano.com/en/latest/stream_maps.html).
kind: object
label: Stream Maps
name: stream_maps
- description: Mapping of table_id => custom_table_name
kind: object
label: Table Mapping
name: table_mapping
- description: The token to authenticate against Airtable API
kind: password
label: Token
name: token
sensitive: true
settings_group_validation:
- - token
settings_preamble: ''
usage: ''
variant: tomasvotava

0 comments on commit 084dd9e

Please sign in to comment.