Skip to content

Commit

Permalink
Update dbt/include/athena/macros/materializations/models/table/create…
Browse files Browse the repository at this point in the history
…_table_as.sql

Co-authored-by: nicor88 <[email protected]>
  • Loading branch information
rokity and nicor88 authored Jan 9, 2024
1 parent 3800891 commit 5f2a6d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
{%- set bucket_count = none -%}
{% do log(ignored_bucket_iceberg) %}
{%- endif -%}
{%- if materialization=table and (if 'unique' not in s3_data_naming or external_location is not none) -%}
{%- if materialization='table' and (if 'unique' not in s3_data_naming or external_location is not none) -%}
{%- set error_unique_location_iceberg -%}
You need to have an unique table location when creating Iceberg table since we use the RENAME feature
to have near-zero downtime.
Expand Down

0 comments on commit 5f2a6d1

Please sign in to comment.