From 0146c4bf6349a7816e16a12145446f99064bae8f Mon Sep 17 00:00:00 2001 From: pnadolny13 Date: Mon, 21 Oct 2024 12:09:45 +0000 Subject: [PATCH 1/2] Refresh plugin metadata 2024-10-21 --- _data/meltano/extractors/tap-dbt/meltanolabs.yml | 2 +- .../meltano/extractors/tap-github/meltanolabs.yml | 15 +++++++++++++++ .../extractors/tap-linkedin-ads/meltanolabs.yml | 15 +++++++++++++++ .../extractors/tap-mailchimp/acarter24.yml | 2 +- .../extractors/tap-totango/edsoncezar16.yml | 4 ++-- .../loaders/target-redshift/ticketswap.yml | 2 +- .../loaders/target-snowflake/meltanolabs.yml | 7 +------ 7 files changed, 36 insertions(+), 11 deletions(-) diff --git a/_data/meltano/extractors/tap-dbt/meltanolabs.yml b/_data/meltano/extractors/tap-dbt/meltanolabs.yml index 420ae1d26..025269b24 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.post1 Singer tap for the dbt Cloud API. + value: tap-dbt/0.12.3.post1.dev8+a4e0b7b Singer tap for the dbt Cloud API. settings_group_validation: - - account_ids - api_key diff --git a/_data/meltano/extractors/tap-github/meltanolabs.yml b/_data/meltano/extractors/tap-github/meltanolabs.yml index dfbca3641..a0b65ef13 100644 --- a/_data/meltano/extractors/tap-github/meltanolabs.yml +++ b/_data/meltano/extractors/tap-github/meltanolabs.yml @@ -56,6 +56,8 @@ settings: options: - label: Jsonl value: jsonl + - label: Parquet + value: parquet - description: Prefix to use when writing batch files. kind: string label: Batch Config Storage Prefix @@ -117,6 +119,19 @@ settings: kind: object label: Stream Maps name: stream_maps +- description: Configures which states are of interest. Must be one of [open, closed, + all], defaults to open. + kind: options + label: Stream Options Milestones State + name: stream_options.milestones.state + options: + - label: Open + value: open + - label: Closed + value: closed + - label: All + value: all + value: open - description: '' kind: string label: User Agent diff --git a/_data/meltano/extractors/tap-linkedin-ads/meltanolabs.yml b/_data/meltano/extractors/tap-linkedin-ads/meltanolabs.yml index 37abc9832..554013f2d 100644 --- a/_data/meltano/extractors/tap-linkedin-ads/meltanolabs.yml +++ b/_data/meltano/extractors/tap-linkedin-ads/meltanolabs.yml @@ -79,6 +79,21 @@ settings: kind: integer label: Flattening Max Depth name: flattening_max_depth +- description: LinkedIn Ads Client ID + kind: password + label: OAuth Credentials Client ID + name: oauth_credentials.client_id + sensitive: true +- description: LinkedIn Ads Client Secret + kind: password + label: OAuth Credentials Client Secret + name: oauth_credentials.client_secret + sensitive: true +- description: LinkedIn Ads Refresh Token + kind: password + label: OAuth Credentials Refresh Token + name: oauth_credentials.refresh_token + sensitive: true - description: LinkedInAds Owner ID kind: string label: Owner 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 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 From e5c383f16dc1ca2893ad07292afb18f93ab41f83 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, 21 Oct 2024 08:23:55 -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 ++-- _data/meltano/loaders/target-redshift/ticketswap.yml | 2 +- _data/meltano/loaders/target-snowflake/meltanolabs.yml | 7 ++++++- 4 files changed, 10 insertions(+), 5 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 diff --git a/_data/meltano/loaders/target-redshift/ticketswap.yml b/_data/meltano/loaders/target-redshift/ticketswap.yml index 5f8e4532a..eea51df5e 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: Databasename + label: Database name 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 39fee6524..b5066ce60 100644 --- a/_data/meltano/loaders/target-snowflake/meltanolabs.yml +++ b/_data/meltano/loaders/target-snowflake/meltanolabs.yml @@ -93,7 +93,12 @@ settings: label: Private Key Passphrase name: private_key_passphrase sensitive: true -- description: Path to file containing private key. +- 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. kind: password label: Private Key Path name: private_key_path