Skip to content

Commit

Permalink
Add tap-geekbot
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Dec 20, 2024
1 parent 6b78b43 commit 76ca849
Show file tree
Hide file tree
Showing 3 changed files with 178 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 @@ -203,6 +203,7 @@ extractors:
tap-fullstory: singer-io
tap-ga4: meltanolabs
tap-gainsightpx: widen
tap-geekbot: edgarrmondragon
tap-genesys: airbyte
tap-getlago: airbyte
tap-getpocket: evelte
Expand Down
89 changes: 89 additions & 0 deletions _data/meltano/extractors/tap-geekbot/edgarrmondragon.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,89 @@
capabilities:
- about
- batch
- catalog
- discover
- schema-flattening
- state
- stream-maps
description: Run standup meetings in Slack & Teams
domain_url: https://geekbot.com/
executable: tap-geekbot
keywords:
- meltano_sdk
label: Geekbot
logo_url: /assets/logos/extractors/geekbot.svg
maintenance_status: active
name: tap-geekbot
namespace: tap_geekbot
next_steps: ''
pip_url: tap-geekbot
quality: gold
repo: https://github.com/edgarrmondragon/tap-geekbot
settings:
- description: API Key for Geekbot
kind: password
label: API Key
name: api_key
sensitive: true
- description: Compression format to use for batch files.
kind: options
label: Batch Compression Format
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 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 Storage Prefix
name: batch_config.storage.prefix
- description: Root path to use when writing batch files.
kind: string
label: Batch 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 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 Seed
name: faker_config.seed
- description: "'True' to enable schema flattening and automatically expand nested
properties."
kind: boolean
label: Enable Schema Flattening
name: flattening_enabled
- description: The max depth to flatten schemas.
kind: integer
label: Max Flattening Depth
name: flattening_max_depth
- description: Earliest datetime to get data from
kind: date_iso8601
label: Start Date
name: start_date
- description: User-defined config values to be used within map expressions.
kind: object
label: User Stream Map Configuration
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: edgarrmondragon
88 changes: 88 additions & 0 deletions static/assets/logos/extractors/geekbot.svg
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 76ca849

Please sign in to comment.