v0.8.0 dbt_github
fivetran-data-model-bot
released this
02 Apr 16:39
·
11 commits
to main
since this release
PR #53 contains the following updates:
🚨 Breaking Change 🚨
- For consistency with other Fivetran packages, added default target schemas in
dbt_project.yml
. This is a breaking change since the model outputs will now be stored in a schema called<your target schema>_github
by default. You will need to update any of your downstream use cases to point to the new schema.- Refer to the Change the Build Schema section of the README for instructions on how to adjust the output schema.
Under the Hood:
- Updated the maintainer PR template to the current format.
- Incorporated the new
fivetran_utils.drop_schemas_automation
macro into the end of each Buildkite integration test job. (PR #49) - Updated the
quickstart.yml
file to allow for automated Quickstart data model deployments. (PR #51)
Contributors
Full Changelog: v0.7.0...v0.8.0