fivetran-data-model-bot
released this
02 Apr 15:25
·
3 commits
to main
since this release
PR #39 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_source
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.
Feature updates
- Added field
created_at
to modelstg_github__issue_comment
. - Updated the source freshness test enablement/disablement to leverage the dbt-core
config: enabled
architecture.
Contributors
Full Changelog: v0.7.1...v0.8.0