Skip to content
This repository was archived by the owner on Jan 20, 2026. It is now read-only.

v0.8.0 dbt_github_source

Choose a tag to compare

@fivetran-data-model-bot fivetran-data-model-bot released this 02 Apr 15:25
· 8 commits to main since this release
bc3dafb

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.

Feature updates

  • Added field created_at to model stg_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