diff --git a/_data/meltano/extractors/tap-dbt/meltanolabs.yml b/_data/meltano/extractors/tap-dbt/meltanolabs.yml index 056528a13..d1b0df044 100644 --- a/_data/meltano/extractors/tap-dbt/meltanolabs.yml +++ b/_data/meltano/extractors/tap-dbt/meltanolabs.yml @@ -95,7 +95,7 @@ settings: kind: string label: User Agent name: user_agent - value: tap-dbt/0.12.3.dev3+da3ee25 Singer tap for the dbt Cloud API. + value: tap-dbt/0.12.3.post1 Singer tap for the dbt Cloud API. settings_group_validation: - - account_ids - api_key diff --git a/_data/meltano/extractors/tap-decentraland-thegraph/decentraland.yml b/_data/meltano/extractors/tap-decentraland-thegraph/decentraland.yml index bee4683a7..0843eea96 100644 --- a/_data/meltano/extractors/tap-decentraland-thegraph/decentraland.yml +++ b/_data/meltano/extractors/tap-decentraland-thegraph/decentraland.yml @@ -72,8 +72,7 @@ settings: kind: string label: Polygon Collections URL name: polygon_collections_url - value: - https://subgraph.satsuma-prod.com/6449124f8b9b/decentraland/collections-matic-mainnet/version/v1.7.1-rc/api + value: https://subgraph.decentraland.org/collections-matic-mainnet-s - description: Polygon Mana Holder Url kind: string label: Polygon Mana Holder URL diff --git a/_data/meltano/extractors/tap-mailchimp/acarter24.yml b/_data/meltano/extractors/tap-mailchimp/acarter24.yml index e90c8e017..f779a6eb6 100644 --- a/_data/meltano/extractors/tap-mailchimp/acarter24.yml +++ b/_data/meltano/extractors/tap-mailchimp/acarter24.yml @@ -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." diff --git a/_data/meltano/extractors/tap-slack/meltanolabs.yml b/_data/meltano/extractors/tap-slack/meltanolabs.yml index 4cb5ffefb..c7db9336e 100644 --- a/_data/meltano/extractors/tap-slack/meltanolabs.yml +++ b/_data/meltano/extractors/tap-slack/meltanolabs.yml @@ -111,6 +111,14 @@ settings: kind: array label: Excluded Channels name: excluded_channels +- 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: Faker Config Seed + name: faker_config.seed - description: "'True' to enable schema flattening and automatically expand nested properties." kind: boolean diff --git a/_data/meltano/extractors/tap-totango/edsoncezar16.yml b/_data/meltano/extractors/tap-totango/edsoncezar16.yml index 3b611e1b4..9c2a991da 100644 --- a/_data/meltano/extractors/tap-totango/edsoncezar16.yml +++ b/_data/meltano/extractors/tap-totango/edsoncezar16.yml @@ -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 diff --git a/_data/meltano/loaders/target-clickhouse/shaped-ai.yml b/_data/meltano/loaders/target-clickhouse/shaped-ai.yml index 1afd8c1e1..5dffb00d4 100644 --- a/_data/meltano/loaders/target-clickhouse/shaped-ai.yml +++ b/_data/meltano/loaders/target-clickhouse/shaped-ai.yml @@ -123,6 +123,10 @@ settings: label: Optimize After name: optimize_after value: false +- description: List of columns to order by. Used for engines that require ordering. + kind: array + label: Order By Keys + name: order_by_keys - description: Username password kind: password label: Password @@ -183,10 +187,6 @@ settings: label: Verify name: verify value: true -- description: The list of columns to order by when loading data into the destination. - kind: array - label: Order By Keys - name: order_by_keys settings_group_validation: - - sqlalchemy_url settings_preamble: '' diff --git a/_data/meltano/loaders/target-redshift/ticketswap.yml b/_data/meltano/loaders/target-redshift/ticketswap.yml index eea51df5e..5f8e4532a 100644 --- a/_data/meltano/loaders/target-redshift/ticketswap.yml +++ b/_data/meltano/loaders/target-redshift/ticketswap.yml @@ -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 diff --git a/_data/meltano/loaders/target-snowflake/meltanolabs.yml b/_data/meltano/loaders/target-snowflake/meltanolabs.yml index b5066ce60..39fee6524 100644 --- a/_data/meltano/loaders/target-snowflake/meltanolabs.yml +++ b/_data/meltano/loaders/target-snowflake/meltanolabs.yml @@ -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