fivetran-data-model-bot
released this
30 Apr 23:01
·
3 commits
to main
since this release
PR #39 introduces the following changes:
🚨 Breaking Changes 🚨
- To reduce storage, updated default materialization of staging models to views.
⚠️ Running a--full-refresh
will be required if you have previously run these staging models as tables and get the following error:Trying to create view <model path> but it currently exists as a table. Either drop <model path> manually, or run dbt with `--full-refresh` and dbt will drop it for you.
Under the Hood:
- Added integration testing pipeline for Databricks SQL Warehouse.
- Included auto-releaser GitHub Actions workflow to automate future releases.
- Incorporated the new
fivetran_utils.drop_schemas_automation
macro into the end of each Buildkite integration test job. - Updated the maintainer pull request template.
Full Changelog: v0.6.1...v0.7.0