TicketSwap / target-redshift

Apache License 2.0
0 stars 5 forks source link

Make the AWS region configurable #102

Closed edgarrmondragon closed 1 month ago

edgarrmondragon commented 1 month ago

Is your feature request related to a problem? Please describe.

Currently eu-west-1 is hard-coded in this target, it'd be nice (and necessary for some folks) to make it configurable.

https://github.com/TicketSwap/target-redshift/blob/c483ee2c32b5e663d754b39330406e8d19132ef0/target_redshift/sinks.py#L31-L35

https://github.com/TicketSwap/target-redshift/blob/c483ee2c32b5e663d754b39330406e8d19132ef0/target_redshift/connector.py#L503-L512

Describe the solution you'd like

Add a new setting aws_region, which defaults to "eu-west-1".

Describe alternatives you've considered

Nothing so far.

Additional context