Skip to content

Commit

Permalink
Add s3_region setting to TicketSwap variant of target-redshift (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Aug 29, 2024
1 parent 9e4e563 commit a04b0a4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions _data/meltano/loaders/target-redshift/ticketswap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,11 @@ 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.
kind: string
label: S3 Region
name: s3_region
- description: SQLAlchemy connection string. This will override using host, user,
password, port, dialect, and all ssl settings. Note that you must escape password
special characters properly. See
Expand Down

0 comments on commit a04b0a4

Please sign in to comment.