Tomme / dbt-athena

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

resolve #54 clean up all dbt models except those materialised as incremental with append strategy #73

Closed nialloriordan closed 2 years ago

nialloriordan commented 2 years ago

Resolves #54

Currently, any tables that have a static external_location and are materialised as a table rather than incremental fail due to the underlying data not being cleaned up.

This is a minor fix to specify that only incremental tables that use the append approach are not cleaned up.

Tomme commented 2 years ago

Thank you 🙏