From 1e4f4ece5acee2f004d543c4e4b995767453d763 Mon Sep 17 00:00:00 2001 From: pnadolny13 Date: Mon, 23 Dec 2024 12:09:24 +0000 Subject: [PATCH] Refresh plugin metadata 2024-12-23 --- .../extractors/tap-faire/hotgluexyz.yml | 5 +++++ .../extractors/tap-github/meltanolabs.yml | 20 +++++++++++++------ .../extractors/tap-mailchimp/acarter24.yml | 2 +- .../extractors/tap-totango/edsoncezar16.yml | 4 ++-- .../loaders/target-redshift/ticketswap.yml | 6 ++++++ 5 files changed, 28 insertions(+), 9 deletions(-) diff --git a/_data/meltano/extractors/tap-faire/hotgluexyz.yml b/_data/meltano/extractors/tap-faire/hotgluexyz.yml index 08cac1fae..b67513fbe 100644 --- a/_data/meltano/extractors/tap-faire/hotgluexyz.yml +++ b/_data/meltano/extractors/tap-faire/hotgluexyz.yml @@ -20,6 +20,11 @@ pip_url: git+https://gitlab.com/hotglue/tap-faire.git quality: gold repo: https://gitlab.com/hotglue/tap-faire settings: +- description: The token to authenticate against the API service + kind: password + label: Access Token + name: access_token + sensitive: true - description: The token to authenticate against the API service kind: password label: API Key diff --git a/_data/meltano/extractors/tap-github/meltanolabs.yml b/_data/meltano/extractors/tap-github/meltanolabs.yml index e4b0ad03a..508a4aa7a 100644 --- a/_data/meltano/extractors/tap-github/meltanolabs.yml +++ b/_data/meltano/extractors/tap-github/meltanolabs.yml @@ -42,7 +42,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 @@ -51,7 +51,7 @@ 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 @@ -60,24 +60,32 @@ settings: 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: '' kind: integer label: Expiry Time Buffer name: expiry_time_buffer +- 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 log level of the API response metrics. 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-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 b123c9808..285e3eecd 100644 --- a/_data/meltano/loaders/target-redshift/ticketswap.yml +++ b/_data/meltano/loaders/target-redshift/ticketswap.yml @@ -1,5 +1,6 @@ capabilities: - about +- activate-version - hard-delete - schema-flattening - stream-maps @@ -114,6 +115,11 @@ settings: label: Port name: port value: '5432' +- description: Whether to process `ACTIVATE_VERSION` messages. + kind: boolean + label: Process `ACTIVATE_VERSION` messages + name: process_activate_version_messages + value: true - description: If you want to remove staging files in S3 kind: boolean label: Remove S3 Files