Describe the bug
When you use materialization_v2 with views with update_via_alter it attempts to push all comments from yml to databricks regardless if they exist.
Steps To Reproduce
- Create a model (view). In relevant .yml add a column which does not exist in .sql
- Run the model (creation)
- Run the model (again)
Expected behavior
During both run the nonexistent columns are skiped when transfering their comments to DBX.
System information
We use dbt-databricks 1.10.14, dt-core 1.10.13 and tested it for dbt 1.11 as well.
Additional context
Might be solved by #1358?
Describe the bug
When you use materialization_v2 with views with update_via_alter it attempts to push all comments from yml to databricks regardless if they exist.
Steps To Reproduce
Expected behavior
During both run the nonexistent columns are skiped when transfering their comments to DBX.
System information
We use dbt-databricks 1.10.14, dt-core 1.10.13 and tested it for dbt 1.11 as well.
Additional context
Might be solved by #1358?