Tomme / dbt-athena

The athena adapter plugin for dbt (https://getdbt.com)
Apache License 2.0
140 stars 79 forks source link

AWS profile not respected by boto3 calls #120

Closed cstruct closed 1 year ago

cstruct commented 1 year ago

If a AWS profile is configured it is passed as expected to pyathena but all direct calls to boto3 ignore it. This issue got exacerbated by 83f775643ab6e1edea605bc3f187ef28c2d20947 since boto3 is going to be called on every dbt run.

cstruct commented 1 year ago

Duplicate of #55