From 455f6529a6473df422aa8e0da70d0212310fb476 Mon Sep 17 00:00:00 2001 From: pnadolny13 Date: Mon, 2 Dec 2024 12:09:50 +0000 Subject: [PATCH] Refresh plugin metadata 2024-12-02 --- .../meltano/extractors/tap-db2/danielptv.yml | 8 +++---- .../extractors/tap-mailchimp/acarter24.yml | 2 +- .../extractors/tap-stripe/ticketswap.yml | 24 +++++++++++++------ .../extractors/tap-totango/edsoncezar16.yml | 4 ++-- .../loaders/target-redshift/ticketswap.yml | 2 +- 5 files changed, 25 insertions(+), 15 deletions(-) diff --git a/_data/meltano/extractors/tap-db2/danielptv.yml b/_data/meltano/extractors/tap-db2/danielptv.yml index 5411c12ee..6d9a9a2a7 100644 --- a/_data/meltano/extractors/tap-db2/danielptv.yml +++ b/_data/meltano/extractors/tap-db2/danielptv.yml @@ -52,11 +52,11 @@ settings: name: encryption.ssl_server_certificate - 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 + 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 Config Seed + label: Faker Seed name: faker_config.seed - description: Apply a custom WHERE condition per stream. Unlike the filter available in stream_maps, this will be evaluated BEFORE extracting the data. @@ -66,11 +66,11 @@ settings: - description: "'True' to enable schema flattening and automatically expand nested properties." kind: boolean - label: Flattening Enabled + label: Enable Schema Flattening name: flattening_enabled - description: The max depth to flatten schemas. kind: integer - label: Flattening Max Depth + label: Max Flattening Depth name: flattening_max_depth - description: The DB2 hostname. kind: string 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-stripe/ticketswap.yml b/_data/meltano/extractors/tap-stripe/ticketswap.yml index 80cdce8fc..59f903cd3 100644 --- a/_data/meltano/extractors/tap-stripe/ticketswap.yml +++ b/_data/meltano/extractors/tap-stripe/ticketswap.yml @@ -28,7 +28,7 @@ settings: sensitive: true - description: Compression format to use for batch files. kind: options - label: Batch Config Encoding Compression + label: Batch Compression Format name: batch_config.encoding.compression options: - label: GZIP @@ -37,27 +37,37 @@ settings: value: none - description: Format to use for batch files. kind: options - label: Batch Config Encoding Format + 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 Config Storage Prefix + label: Batch Storage Prefix name: batch_config.storage.prefix - description: Root path to use when writing batch files. kind: string - label: Batch Config Storage Root + 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: Flattening Enabled + label: Enable Schema Flattening name: flattening_enabled - description: The max depth to flatten schemas. kind: integer - label: Flattening Max Depth + label: Max Flattening Depth name: flattening_max_depth - description: The earliest record date to sync kind: date_iso8601 @@ -65,7 +75,7 @@ settings: name: start_date - description: User-defined config values to be used within map expressions. kind: object - label: Stream Map Config + 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). 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-redshift/ticketswap.yml b/_data/meltano/loaders/target-redshift/ticketswap.yml index 612c2c84c..ab03c963b 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