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
[x] I have run this code in development and it appears to resolve the stated issue
[x] This PR includes tests, or tests are not required/relevant for this PR
[x] I have updated the CHANGELOG.md and added information about my change to the "dbt-databricks next" section.
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
CHANGELOG.md
and added information about my change to the "dbt-databricks next" section.