From 85de5395206cff6b9126f52cc7b9ce531d6d9624 Mon Sep 17 00:00:00 2001 From: MeltyBot <105875157+MeltyBot@users.noreply.github.com> Date: Mon, 16 Sep 2024 10:16:49 -0400 Subject: [PATCH] chore: [Hub Bot] Refresh metadata 2024-09-16 (#1842) Co-authored-by: pnadolny13 Co-authored-by: Pat Nadolny --- .../loaders/target-bigquery/z3z1ma.yml | 5 +++++ .../meltano/loaders/target-db2/infostrux.yml | 4 ++-- .../loaders/target-redshift/ticketswap.yml | 22 ++++++++++--------- 3 files changed, 19 insertions(+), 12 deletions(-) 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..eea51df5e 100644 --- a/_data/meltano/loaders/target-redshift/ticketswap.yml +++ b/_data/meltano/loaders/target-redshift/ticketswap.yml @@ -40,13 +40,13 @@ 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 name: dbname @@ -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