Skip to content

Commit

Permalink
Update dbt/include/athena/macros/materializations/models/table/table.sql
Browse files Browse the repository at this point in the history
Co-authored-by: Spencer <[email protected]>
  • Loading branch information
nicor88 and octiva authored Jun 6, 2024
1 parent ee56579 commit 5a92043
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
-- if old relation is iceberg_table, we have a backup
-- therefore we can drop the old relation backup, in all other cases there is nothing to do
-- in case of switch from hive to iceberg the backup table do not exists
-- in case of fist run the backup table do not exists
-- in case of first run, the backup table do not exists
{%- if old_relation_table_type == 'iceberg_table' -%}
{%- do drop_relation(old_relation_bkp) -%}
{%- endif -%}
Expand Down

0 comments on commit 5a92043

Please sign in to comment.