This release includes the following updates.
Schema Changes
1 total change • 1 possible breaking change
Model/Column | Change type | Old materialization | New materialization | Notes |
---|---|---|---|---|
*_tmp Models | New Materialization | Table | View | Fixed the materialization config in the dbt_project.yml to ensure staging *_tmp models are materialized as views rather than tables. This is a breaking change and will require a dbt run --full-refresh . (#25) |
Under the Hood
- Updated the package maintainer pull request template. (#25)
- Updated the triggers for the
auto-release
GitHub Action workflow. (#25) - Added the
generate-docs
GitHub Action workflow. (#26)
Documentation
- Corrected references to connectors and connections in the README. (#23)
Under the hood
- Added the
generate-docs
GitHub Action Workflow. (#26)
Full Changelog: v0.6.0...v0.7.0