Skip to content

Commit

Permalink
chore: [Hub Bot] Refresh metadata 2024-07-08 (#1796)
Browse files Browse the repository at this point in the history
Co-authored-by: pnadolny13 <[email protected]>
Co-authored-by: Edgar Ramírez Mondragón <[email protected]>
  • Loading branch information
3 people authored Jul 9, 2024
1 parent 6454320 commit 23239cb
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
18 changes: 18 additions & 0 deletions _data/meltano/loaders/target-redshift/ticketswap.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
capabilities:
- about
- hard-delete
- schema-flattening
- stream-maps
description: Amazon Redshift loader
Expand Down Expand Up @@ -35,6 +36,10 @@ settings:
kind: string
label: AWS Redshift Copy Role Arn
name: aws_redshift_copy_role_arn
- description: Maximum number of rows in each batch.
kind: integer
label: Batch Size Rows
name: batch_size_rows
- description: Redshift cluster identifier. Note if sqlalchemy_url is set or enable_iam_authentication
is false this will be ignored.
kind: password
Expand Down Expand Up @@ -63,6 +68,14 @@ settings:
kind: boolean
label: Enable Iam Authentication
name: enable_iam_authentication
- description: 'One or more LCID locale strings to produce localized output for: https://faker.readthedocs.io/en/master/#localization'
kind: array
label: Faker Config 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 Config Seed
name: faker_config.seed
- description: "'True' to enable schema flattening and automatically expand nested
properties."
kind: boolean
Expand Down Expand Up @@ -168,6 +181,11 @@ settings:
kind: string
label: User
name: user
- description: Whether to validate the schema of the incoming streams.
kind: boolean
label: Validate Records
name: validate_records
value: true
settings_group_validation:
- - aws_redshift_copy_role_arn
- s3_bucket
Expand Down
5 changes: 5 additions & 0 deletions _data/meltano/loaders/target-snowflake/meltanolabs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,11 @@ settings:
kind: object
label: Stream Maps
name: stream_maps
- description: Whether to use SSO authentication using an external browser.
kind: boolean
label: Use Browser Authentication
name: use_browser_authentication
value: false
- description: The login name for your Snowflake user.
kind: string
label: User
Expand Down

0 comments on commit 23239cb

Please sign in to comment.