dbt_github 0.5.0
fivetran-joemarkiewicz
released this
17 Feb 18:45
·
96 commits
to main
since this release
Happy Thursday!
This release of the dbt_github
package includes the following updates:
🚨 Breaking Changes 🚨
- The addition of the
label
source model results in the reference withinint_github__issue_label
to break. As a result, with the addition of upstream changes withindbt_github_source
and the newint_github__issue_label_join
model this issue has been resolved. (#26)- Please note: It is important you kick off a historical resync of your connector to account for the connector changes from April 2021.
Fixes
- The
int_github__issue_comment
model was referencing thestg_github__issue_label
model to produce the total count of comments. This has been fixed to correctly reference thestg_github__issue_comment
model instead. (#26)