Tomme / dbt-athena

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

Avoid clean up of table when incremental_strategy is not insert_overwrite #43

Closed Dandandan closed 2 years ago

Dandandan commented 2 years ago

This once in a while can fail, because of failing API calls (a too high request rate to S3).

This change also might improve performance a bit - as the API calls to Glue / S3 in between executing queries is reduced for normal views/table models.