Skip to content

Commit

Permalink
cleaner
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent.PAUWELS committed Nov 8, 2023
1 parent 7f401c7 commit 7295153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbt/include/glue/macros/adapters.sql
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
drop {{ rel_type }} if exists {{ relation }}
{%- elif rel_type is not none and rel_type == 'iceberg_table' %}
{%- set default_catalog = 'glue_catalog' -%}
drop table if exists {{default_catalog}}.{{ relation.schema }}.{{ relation.table }}
drop table if exists {{ default_catalog }}.{{ relation }}
{%- else -%}
drop table if exists {{ relation }}
{%- endif %}
Expand Down

0 comments on commit 7295153

Please sign in to comment.