diff --git a/_data/maintainers.yml b/_data/maintainers.yml index 355612d5a..995b4e2b1 100644 --- a/_data/maintainers.yml +++ b/_data/maintainers.yml @@ -1121,6 +1121,10 @@ thoughtchad: label: Chad Lancour name: thoughtchad url: https://github.com/thoughtchad +ticketswap: + label: Ticketswap + name: ticketswap + url: https://github.com/Ticketswap timeplus: label: Timeplus name: timeplus diff --git a/_data/meltano/extractors/tap-delighted/ticketswap.yml b/_data/meltano/extractors/tap-delighted/ticketswap.yml new file mode 100644 index 000000000..207f8ca9a --- /dev/null +++ b/_data/meltano/extractors/tap-delighted/ticketswap.yml @@ -0,0 +1,79 @@ +capabilities: +- about +- batch +- catalog +- discover +- schema-flattening +- state +- stream-maps +description: A tap for the Delighted API built on the Singer SDK and the + Delighted Python client library. +domain_url: https://delighted.com/ +executable: tap-delighted +keywords: +- meltano_sdk +label: Delighted +logo_url: /assets/logos/extractors/delighted.png +maintenance_status: active +name: tap-delighted +namespace: tap_delighted +next_steps: '' +pip_url: git+https://github.com/TicketSwap/tap-delighted.git +quality: bronze +repo: https://github.com/TicketSwap/tap-delighted +settings: +- description: The token to authenticate against the API service + kind: password + label: API Key + name: api_key +- 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 +settings_preamble: '' +usage: '' +variant: ticketswap