Skip to content

Commit

Permalink
chore: [Hub Bot] Refresh metadata 2024-10-07 (#1864)
Browse files Browse the repository at this point in the history
Co-authored-by: pnadolny13 <[email protected]>
Co-authored-by: Edgar Ramírez Mondragón <[email protected]>
  • Loading branch information
3 people authored Oct 8, 2024
1 parent 3956135 commit baa4ba2
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 43 deletions.
2 changes: 1 addition & 1 deletion _data/meltano/extractors/tap-dbt/meltanolabs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ settings:
kind: string
label: User Agent
name: user_agent
value: tap-dbt/0.12.3.post1 Singer tap for the dbt Cloud API.
value: tap-dbt/0.12.3.post1.dev4+61163da Singer tap for the dbt Cloud API.
settings_group_validation:
- - account_ids
- api_key
Expand Down
84 changes: 42 additions & 42 deletions _data/meltano/extractors/tap-formbricks/emilklindt.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
capabilities:
- about
- batch
- catalog
- state
- discover
- about
- stream-maps
- schema-flattening
- batch
- state
- stream-maps
description: The Open Source Qualtrics Alternative
domain_url: https://formbricks.com/
executable: tap-formbricks
Expand All @@ -26,41 +26,6 @@ settings:
label: API Key
name: api_key
sensitive: true
- 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: User-defined config values to be used within map expressions.
kind: object
label: Stream Map Config
name: stream_map_config
- 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: '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: "'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: 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: Compression format to use for batch files.
kind: options
label: Batch Config Encoding Compression
Expand All @@ -70,14 +35,49 @@ settings:
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: Prefix to use when writing batch files.
- 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: Batch Config Storage Prefix
name: batch_config.storage.prefix
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
settings_group_validation:
- - api_key
settings_preamble: ''
Expand Down

0 comments on commit baa4ba2

Please sign in to comment.