Tomme / dbt-athena

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

[performance] Assume database object names are lowercase #60

Closed aut0clave closed 2 years ago

aut0clave commented 2 years ago

Fixes #59

See issue notes for problem description and performance comparison.

Dandandan commented 2 years ago

I had to take a look and run some tests, but it look like Athena only supports having lowercase table and column names. So this seems a reasonable assumption to have.

Source: https://docs.aws.amazon.com/athena/latest/ug/tables-databases-columns-names.html