Skip to content

v0.8.1 dbt_github

Latest
Compare
Choose a tag to compare
@fivetran-data-model-bot fivetran-data-model-bot released this 23 Oct 21:15
· 2 commits to main since this release
7b41b31

This release contains the following updates:

Bug Fixes

  • Replaced the deprecated dbt_current_timestamp.backcompat() macro with the up-to-date dbt_current_timestamp. The deprecated macro occasionally returned the system timezone instead of the expected UTC timestamp, leading to incorrect downstream metrics like negative values for days_issue_open. (PR #58)
  • Updated the join type in int_github__pull_request_times to ensure pull requests without explicitly requested reviewers are no longer dropped. (PR #57)

Under the Hood:

  • Added consistency tests for github__issues and github__pull_requests to ensure new changes don't change the output of either model. (Some measures are omitted from the comparison tests, since they're measures based on the current_timestamp, which differs between validation test runs). (PR #58)

Contributors

Full Changelog: v0.8.0...v0.8.1