Skip to content

Commit 4fb5d3b

Browse files
committed
Revert (rebased) 9baa80c (not cleaning up)
1 parent 2962c9b commit 4fb5d3b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

dbt/include/athena/macros/adapters/relation.sql

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
{% 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 %}
2+
{%- do adapter.clean_up_table(relation.schema, relation.table) -%}
53
{% call statement('drop_relation', auto_begin=False) -%}
64
drop {{ relation.type }} if exists {{ relation }}
75
{%- endcall %}

0 commit comments

Comments
 (0)