We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2962c9b commit 4fb5d3bCopy full SHA for 4fb5d3b
dbt/include/athena/macros/adapters/relation.sql
@@ -1,7 +1,5 @@
1
{% macro athena__drop_relation(relation) -%}
2
- {% if config.get('incremental_strategy') == 'insert_overwrite' %}
3
- {%- do adapter.clean_up_table(relation.schema, relation.table) -%}
4
- {% endif %}
+ {%- do adapter.clean_up_table(relation.schema, relation.table) -%}
5
{% call statement('drop_relation', auto_begin=False) -%}
6
drop {{ relation.type }} if exists {{ relation }}
7
{%- endcall %}
0 commit comments