ankane / blazer

Business intelligence made simple
MIT License
4.56k stars 474 forks source link

Add ability to set athena aws region for a single data source #382

Closed cianmce closed 2 years ago

cianmce commented 2 years ago

We use Athena in multiple regions and don't want it globally set to a single region E.g. currently we're using ENV['AWS_REGION'] = "us-east-1" but we want to have the ability to not have it globally set for the application and to have different data_sources with different regions

cianmce commented 2 years ago

@ankane any feedback on this?

ankane commented 2 years ago

Looks great, thanks @cianmce!