This repository was archived by the owner on Jan 20, 2026. It is now read-only.
v0.8.0 dbt_github_source
·
8 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_sourceby 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_atto modelstg_github__issue_comment. - Updated the source freshness test enablement/disablement to leverage the dbt-core
config: enabledarchitecture.
Contributors
Full Changelog: v0.7.1...v0.8.0