From aaf1f8aca7241a0a5d22e5bd77b883b821dc466c Mon Sep 17 00:00:00 2001 From: pnadolny13 Date: Mon, 13 Jan 2025 12:09:13 +0000 Subject: [PATCH 1/2] Refresh plugin metadata 2025-01-13 --- .../extractors/tap-cloudwatch/meltanolabs.yml | 18 ++++---- .../extractors/tap-mailchimp/acarter24.yml | 2 +- .../extractors/tap-totango/edsoncezar16.yml | 4 +- .../meltano/extractors/tap-veeqo/matatika.yml | 41 +++++++++++++++++-- 4 files changed, 50 insertions(+), 15 deletions(-) diff --git a/_data/meltano/extractors/tap-cloudwatch/meltanolabs.yml b/_data/meltano/extractors/tap-cloudwatch/meltanolabs.yml index 14d7c92ad..2a3019ead 100644 --- a/_data/meltano/extractors/tap-cloudwatch/meltanolabs.yml +++ b/_data/meltano/extractors/tap-cloudwatch/meltanolabs.yml @@ -52,7 +52,7 @@ settings: sensitive: true - description: Compression format to use for batch files. kind: options - label: Batch Compression Format + label: Batch Config Encoding Compression name: batch_config.encoding.compression options: - label: GZIP @@ -61,7 +61,7 @@ settings: value: none - description: Format to use for batch files. kind: options - label: Batch Encoding Format + label: Batch Config Encoding Format name: batch_config.encoding.format options: - label: JSONL @@ -70,11 +70,11 @@ settings: value: parquet - description: Prefix to use when writing batch files. kind: string - label: Batch Storage Prefix + label: Batch Config Storage Prefix name: batch_config.storage.prefix - description: Root path to use when writing batch files. kind: string - label: Batch Storage Root + label: Batch Config Storage Root name: batch_config.storage.root - description: The size of the time window to query by, default 3,600 seconds (i.e. 1 hour). If the result set for a batch is greater than the max limit of 10,000 @@ -97,20 +97,20 @@ settings: name: end_date - description: 'One or more LCID locale strings to produce localized output for: https://faker.readthedocs.io/en/master/#localization' kind: array - label: Faker Locale + 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 Seed + label: Faker Config Seed name: faker_config.seed - description: "'True' to enable schema flattening and automatically expand nested properties." kind: boolean - label: Enable Schema Flattening + label: Flattening Enabled name: flattening_enabled - description: The max depth to flatten schemas. kind: integer - label: Max Flattening Depth + label: Flattening Max Depth name: flattening_max_depth - description: The log group on which to perform the query. kind: string @@ -128,7 +128,7 @@ settings: name: start_date - description: User-defined config values to be used within map expressions. kind: object - label: User Stream Map Configuration + 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). 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-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/extractors/tap-veeqo/matatika.yml b/_data/meltano/extractors/tap-veeqo/matatika.yml index fe4968b0c..e7dc2c6f5 100644 --- a/_data/meltano/extractors/tap-veeqo/matatika.yml +++ b/_data/meltano/extractors/tap-veeqo/matatika.yml @@ -1,5 +1,6 @@ capabilities: - about +- batch - catalog - discover - schema-flattening @@ -29,18 +30,52 @@ settings: 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: 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: 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). From 0de7d888e96aa264c07e79f074a23f02dd6ce715 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edgar=20Ram=C3=ADrez=20Mondrag=C3=B3n?= <16805946+edgarrmondragon@users.noreply.github.com> Date: Mon, 13 Jan 2025 12:24:35 -0600 Subject: [PATCH 2/2] Apply suggestions from code review --- _data/meltano/extractors/tap-mailchimp/acarter24.yml | 2 +- _data/meltano/extractors/tap-totango/edsoncezar16.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_data/meltano/extractors/tap-mailchimp/acarter24.yml b/_data/meltano/extractors/tap-mailchimp/acarter24.yml index f779a6eb6..e90c8e017 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: Dc + label: Data Center name: dc - description: "'True' to enable schema flattening and automatically expand nested properties." diff --git a/_data/meltano/extractors/tap-totango/edsoncezar16.yml b/_data/meltano/extractors/tap-totango/edsoncezar16.yml index 9c2a991da..3b611e1b4 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: Https://API Totango Com + - label: US Endpoint value: https://api.totango.com - - label: 'Https://API Eu1 Totango Com ' + - label: EU Endpoint value: 'https://api-eu1.totango.com ' value: https://api.totango.com - description: The token to authenticate against the API service