databricks / dbt-databricks

A dbt adapter for Databricks.
https://databricks.com
Apache License 2.0
226 stars 119 forks source link

Simple Iceberg support #815

Closed benc-db closed 1 month ago

benc-db commented 1 month ago

Description

Adds table_format: iceberg, to match support of other dbt-adapters. This config sets a table or incremental materialization as iceberg compatible via UniForm. Note: once a table is made iceberg compatible, removing the table_format will not remove the tblproperties, as we currently find doing tblproperty deletes on behalf of the user to be too fragile for most use-cases.

Checklist