databricks / dbt-databricks

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

V2 Materialization flag introduced #844

Closed benc-db closed 2 days ago

benc-db commented 1 week ago

Description

Introduces the V2 Materialization flag (which is primarily going to be used with create table / incremental), and handles the first materialization to be pivoted based on the flag: Seeds. Will be going through each materialization in a separate PR to keep the changes scoped.

Go here to compare the difference in flows: https://github.com/databricks/dbt-databricks/blob/726e6e16d5aec864a37aadb443991d0da265e4b6/docs/seed_flow.md

Seeds are pretty close to ideal already, but had some no op statements that I removed (since we don't have transactions or indexes).

Checklist