From 7ff4efd6d4bfb03185a4318a10a803da0bbf0496 Mon Sep 17 00:00:00 2001 From: pnadolny13 Date: Mon, 16 Sep 2024 12:08:27 +0000 Subject: [PATCH 1/2] Refresh plugin metadata 2024-09-16 --- .../extractors/tap-circle-ci/meltanolabs.yml | 2 +- .../extractors/tap-mailchimp/acarter24.yml | 2 +- .../extractors/tap-totango/edsoncezar16.yml | 4 +-- .../loaders/target-bigquery/z3z1ma.yml | 5 ++++ .../meltano/loaders/target-db2/infostrux.yml | 4 +-- .../loaders/target-redshift/ticketswap.yml | 26 ++++++++++--------- 6 files changed, 25 insertions(+), 18 deletions(-) diff --git a/_data/meltano/extractors/tap-circle-ci/meltanolabs.yml b/_data/meltano/extractors/tap-circle-ci/meltanolabs.yml index f9d72bdaa..8352f4308 100644 --- a/_data/meltano/extractors/tap-circle-ci/meltanolabs.yml +++ b/_data/meltano/extractors/tap-circle-ci/meltanolabs.yml @@ -92,7 +92,7 @@ settings: kind: string label: User Agent name: user_agent - value: tap-circle-ci/0.2.2 Singer tap for the CircleCI API. + value: tap-circle-ci/[could not be detected] Singer tap for the CircleCI API. settings_group_validation: - - org_slug - token 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-bigquery/z3z1ma.yml b/_data/meltano/loaders/target-bigquery/z3z1ma.yml index a0391d91e..38f39d6af 100644 --- a/_data/meltano/loaders/target-bigquery/z3z1ma.yml +++ b/_data/meltano/loaders/target-bigquery/z3z1ma.yml @@ -49,6 +49,11 @@ settings: label: Column Name Transforms Quote name: column_name_transforms.quote value: false +- description: Convert periods to underscores + kind: boolean + label: Column Name Transforms Replace Period With Underscore + name: column_name_transforms.replace_period_with_underscore + value: false - description: Convert columns to snake case kind: boolean label: Column Name Transforms Snake Case diff --git a/_data/meltano/loaders/target-db2/infostrux.yml b/_data/meltano/loaders/target-db2/infostrux.yml index 0d564a09a..8528f0b9b 100644 --- a/_data/meltano/loaders/target-db2/infostrux.yml +++ b/_data/meltano/loaders/target-db2/infostrux.yml @@ -2,7 +2,6 @@ capabilities: - about - schema-flattening - stream-maps -- validate-records description: Singer Target for IBM Db2 domain_url: https://www.ibm.com/db2 executable: target-db2 @@ -38,7 +37,8 @@ settings: kind: string label: Faker Config Seed name: faker_config.seed -- description: "'True' to enable schema flattening and automatically expand nested properties." +- description: "'True' to enable schema flattening and automatically expand nested + properties." kind: boolean label: Flattening Enabled name: flattening_enabled diff --git a/_data/meltano/loaders/target-redshift/ticketswap.yml b/_data/meltano/loaders/target-redshift/ticketswap.yml index 215d6e482..19c8e85df 100644 --- a/_data/meltano/loaders/target-redshift/ticketswap.yml +++ b/_data/meltano/loaders/target-redshift/ticketswap.yml @@ -40,17 +40,17 @@ settings: kind: integer label: Batch Size Rows name: batch_size_rows -- description: Redshift cluster identifier. Note if enable_iam_authentication +- description: Redshift cluster identifier. Note if sqlalchemy_url is set or enable_iam_authentication is false this will be ignored. kind: password label: Cluster IDentifier name: cluster_identifier sensitive: true -- description: Database name. +- 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' +- description: 'Redsdhift schema to send data to, example: tap-clickup' kind: string label: Default Target Schema name: default_target_schema @@ -103,12 +103,13 @@ settings: - label: Overwrite value: overwrite value: append-only -- description: Password used to authenticate. +- description: Password used to authenticate. Note if sqlalchemy_url is set this will + be ignored. kind: password label: Password name: password sensitive: true -- description: The port on which redshift is awaiting connection. +- description: The port on which redshift is awaiting connection. kind: string label: Port name: port @@ -128,20 +129,20 @@ settings: name: s3_key_prefix sensitive: true value: '' -- description: AWS region for S3 bucket. If not specified, region will be detected by boto config resolution. - See https://boto3.amazonaws.com/v1/documentation/api/latest/guide/configuration.html. +- description: AWS region for S3 bucket. If not specified, region will be detected + by boto config resolution. See https://boto3.amazonaws.com/v1/documentation/api/latest/guide/configuration.html kind: string label: S3 Region name: s3_region - description: Whether or not to use ssl to verify the server's identity. Use ssl_certificate_authority and ssl_mode for further customization. To use a client certificate to authenticate - yourself to the server, use ssl_client_certificate_enable instead. + yourself to the server, use ssl_client_certificate_enable instead. kind: boolean label: SSL Enable name: ssl_enable value: false -- description: SSL Protection method, see [postgres - documentation](https://www.postgresql.org/docs/current/libpq-ssl.html#LIBPQ-SSL-PROTECTION) +- description: SSL Protection method, see [redshift + documentation](https://docs.aws.amazon.com/redshift/latest/mgmt/connecting-ssl-support.html for more information. Must be one of disable, allow, prefer, require, verify-ca, or verify-full. kind: string @@ -162,7 +163,8 @@ settings: label: Temp Dir name: temp_dir value: temp -- description: User name used to authenticate. +- description: User name used to authenticate. Note if sqlalchemy_url is set this + will be ignored. kind: string label: User name: user From 9306a68e2ff17b01073d3821e7e9d92e4d734402 Mon Sep 17 00:00:00 2001 From: Pat Nadolny Date: Mon, 16 Sep 2024 10:15:36 -0400 Subject: [PATCH 2/2] Apply suggestions from code review --- _data/meltano/extractors/tap-circle-ci/meltanolabs.yml | 2 +- _data/meltano/extractors/tap-mailchimp/acarter24.yml | 2 +- _data/meltano/extractors/tap-totango/edsoncezar16.yml | 4 ++-- _data/meltano/loaders/target-redshift/ticketswap.yml | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/_data/meltano/extractors/tap-circle-ci/meltanolabs.yml b/_data/meltano/extractors/tap-circle-ci/meltanolabs.yml index 8352f4308..f9d72bdaa 100644 --- a/_data/meltano/extractors/tap-circle-ci/meltanolabs.yml +++ b/_data/meltano/extractors/tap-circle-ci/meltanolabs.yml @@ -92,7 +92,7 @@ settings: kind: string label: User Agent name: user_agent - value: tap-circle-ci/[could not be detected] Singer tap for the CircleCI API. + value: tap-circle-ci/0.2.2 Singer tap for the CircleCI API. settings_group_validation: - - org_slug - token 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 19c8e85df..eea51df5e 100644 --- a/_data/meltano/loaders/target-redshift/ticketswap.yml +++ b/_data/meltano/loaders/target-redshift/ticketswap.yml @@ -48,9 +48,9 @@ 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: 'Redsdhift schema to send data to, example: tap-clickup' +- description: 'Redshift schema to send data to, example: tap-clickup' kind: string label: Default Target Schema name: default_target_schema