Skip to content

Commit

Permalink
Merge branch 'main' into tobias/add-ticketswap-tap-stripe
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Nov 21, 2023
2 parents 7acec7f + 3e0bff5 commit edb8af0
Show file tree
Hide file tree
Showing 3 changed files with 84 additions and 0 deletions.
1 change: 1 addition & 0 deletions _data/default_variants.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ extractors:
tap-agilecrm: dreamdata-io
tap-aha: airbyte
tap-airbyte-wrapper: meltanolabs
tap-aircall: ticketswap
tap-airtable: goes-funky
tap-alpha-vantage: airbyte
tap-amazon-ads-dsp: singer-io
Expand Down
83 changes: 83 additions & 0 deletions _data/meltano/extractors/tap-aircall/ticketswap.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,83 @@
capabilities:
- about
- batch
- catalog
- discover
- schema-flattening
- state
- stream-maps
description: A Singer Tap for Aircall, built with the Meltano Tap SDK
domain_url: ticketswap.com
executable: tap-aircall
keywords:
- meltano_sdk
label: Aircall
logo_url: /assets/logos/extractors/aircall.png
maintenance_status: active
name: tap-aircall
namespace: tap_aircall
next_steps: ''
pip_url: git+https://github.com/TicketSwap/tap-aircall.git
quality: bronze
repo: https://github.com/TicketSwap/tap-aircall
settings:
- description: The key to authenticate against the API service
kind: password
label: API Key
name: api_key
- description: The token to authenticate against the API service
kind: password
label: API Token
name: api_token
- 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
- 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: "'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: The earliest record date to sync
kind: date_iso8601
label: Start Date
name: start_date
- 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
settings_group_validation:
- - api_key
- api_token
settings_preamble: ''
usage: ''
variant: ticketswap
Binary file added static/assets/logos/extractors/aircall.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit edb8af0

Please sign in to comment.