From a04b0a4c719c0058951df2da1f790db6d2468230 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edgar=20Ram=C3=ADrez=20Mondrag=C3=B3n?= <16805946+edgarrmondragon@users.noreply.github.com> Date: Wed, 28 Aug 2024 22:54:00 -0600 Subject: [PATCH] Add `s3_region` setting to TicketSwap variant of `target-redshift` (#1819) --- _data/meltano/loaders/target-redshift/ticketswap.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/_data/meltano/loaders/target-redshift/ticketswap.yml b/_data/meltano/loaders/target-redshift/ticketswap.yml index 281d654cd..c14010411 100644 --- a/_data/meltano/loaders/target-redshift/ticketswap.yml +++ b/_data/meltano/loaders/target-redshift/ticketswap.yml @@ -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