dbt-databricks
dbt-databricks copied to clipboard
Feature/incremental predicates
resolves #160
Description
Updates the incremental materialization to include user supplied incremental_predicates
and passes that to the dbt_spark_get_incremental_sql
macro.
The changes to dbt_spark_get_incremental_sql
are updated in dbt-spark PR #436
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.