PR #64 includes the following updates:
Feature Updates
- Added the following variables to account for potentially missing tables. For dbt Core users, each is
True
by default and will need to be set toFalse
in the root project'sdbt_project.yml
. For Fivetran Quickstart users, they will be dynamically enabled/disabled based on the presence of the associated source table.github__using_issue_assignee
: Disable if missingISSUE_ASSIGNEE
github__using_issue_label
: Disable if missingISSUE_LABEL
github__using_label
: Disable if missingLABEL
github__using_requested_reviewer_history
: Disable if missingREQUESTED_REVIEWER_HISTORY
Under the Hood
- Updated package maintainer PR template.
- Added new variables to the
quickstart.yml
file. - Added consistency validation tests for the
github__daily/weeky/monthly/quarterly_metrics
models.
Full Changelog: v0.9.0...v0.9.1