Open sanga8 opened 2 months ago
As an alternative we can use
config(
materialized='incremental',
incremental_strategy='insert_overwrite',
file_format= 'iceberg',
)
As stated in the documentation and code if no partition_by is specified with insert_overwrite strategy then it will overwrite the entire table with new data. Thus it behaves as a table materialization.
Describe the bug
Iceberg table materialization does not work
Steps To Reproduce
Produces error:
System information
The output of
dbt --version
: