databricks / dbt-databricks

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

Update tblproperties on incremental runs #765

Closed benc-db closed 3 months ago

benc-db commented 3 months ago

Addresses #760 (doesn't fully resolve because 760 also discusses comment updates)

Description

Incremental tables have not been updating tblproperties on incremental runs. This PR adds support for add/replace tblproperties on incremental run. Delete was tested, but too risky/complicated, as Databricks sets some tblproperties for tables on its own.

Checklist

benc-db commented 3 months ago

Adding Eric, Yunbo to review since Jacky is out. I will comment the code so that you have some context.