Skip to content

v0.8.0 dbt_iterable

Compare
Choose a tag to compare
@fivetran-catfritz fivetran-catfritz released this 28 Jun 15:53
· 157 commits to main since this release
0c18eda

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.

🎉 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 over dbt-spark because each adapter handles incremental models differently. If you must use the dbt-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