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.
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
CHANGELOG.md
and added information about my change to the "dbt-databricks next" section.