v0.8.0 dbt_iterable
·
157 commits
to main
since this release
In this release of dbt_iterable
, PR #30 includes the following updates:
🚨 Breaking Changes 🚨 (recommend --full-refresh
)
- Updated the incremental strategy for end model
iterable__events
:- For Bigquery, Spark, and Databricks, the strategy has been updated to
insert_overwrite
. - For Snowflake, Redshift, and PostgreSQL, the strategy has been updated to
delete+insert
. - We recommend running
dbt run --full-refresh
the next time you run your project.
- For Bigquery, Spark, and Databricks, the strategy has been updated to
🎉 Feature Update 🎉
- Databricks compatibility for Runtime 12.2 or later.
- Note some models may run with an earlier runtime, however 12.2 or later is required to run all models. This is because of syntax changes from earlier versions for use with arrays and JSON.
- We also recommend using the
dbt-databricks
adapter overdbt-spark
because each adapter handles incremental models differently. If you must use thedbt-spark
adapter and run into issues, please refer to this section found in dbt's documentation of Spark configurations.
PR #27 includes the following updates:
🚘 Under the Hood 🚘
- Incorporated the new
fivetran_utils.drop_schemas_automation
macro into the end of each Buildkite integration test job. - Updated the pull request templates.
Full Changelog: v0.7.0...v0.8.0