Skip to content

Commit

Permalink
Refresh plugin metadata 2024-10-07
Browse files Browse the repository at this point in the history
  • Loading branch information
pnadolny13 authored Oct 7, 2024
1 parent 3efcef4 commit 3d625b1
Show file tree
Hide file tree
Showing 6 changed files with 48 additions and 53 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
2 changes: 1 addition & 1 deletion _data/meltano/extractors/tap-mailchimp/acarter24.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ settings:
sensitive: true
- description: Your Mailchimp DC
kind: string
label: Data Center
label: Dc
name: dc
- description: "'True' to enable schema flattening and automatically expand nested
properties."
Expand Down
4 changes: 2 additions & 2 deletions _data/meltano/extractors/tap-totango/edsoncezar16.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ settings:
label: API URL
name: api_url
options:
- label: US Endpoint
- label: Https://API Totango Com
value: https://api.totango.com
- label: EU Endpoint
- label: 'Https://API Eu1 Totango Com '
value: 'https://api-eu1.totango.com '
value: https://api.totango.com
- description: The token to authenticate against the API service
Expand Down
2 changes: 1 addition & 1 deletion _data/meltano/loaders/target-redshift/ticketswap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ settings:
sensitive: true
- description: Database name. Note if sqlalchemy_url is set this will be ignored.
kind: string
label: Database name
label: Databasename
name: dbname
- description: 'Redshift schema to send data to, example: tap-clickup'
kind: string
Expand Down
7 changes: 1 addition & 6 deletions _data/meltano/loaders/target-snowflake/meltanolabs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,7 @@ settings:
label: Private Key Passphrase
name: private_key_passphrase
sensitive: true
- description: Private key contents. For KeyPair authentication either `private_key` or `private_key_path` must be provided.
kind: password
label: Private Key
name: private_key
sensitive: true
- description: Path to file containing private key. For KeyPair authentication either `private_key` or `private_key_path` must be provided.
- description: Path to file containing private key.
kind: password
label: Private Key Path
name: private_key_path
Expand Down

0 comments on commit 3d625b1

Please sign in to comment.