Skip to content

Commit

Permalink
chore: [Hub Bot] Refresh metadata 2024-09-16 (#1842)
Browse files Browse the repository at this point in the history
Co-authored-by: pnadolny13 <[email protected]>
Co-authored-by: Pat Nadolny <[email protected]>
  • Loading branch information
3 people authored Sep 16, 2024
1 parent 4fabc96 commit 85de539
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 12 deletions.
5 changes: 5 additions & 0 deletions _data/meltano/loaders/target-bigquery/z3z1ma.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions _data/meltano/loaders/target-db2/infostrux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
22 changes: 12 additions & 10 deletions _data/meltano/loaders/target-redshift/ticketswap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 85de539

Please sign in to comment.