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

v0.9.1 dbt_github_source

Latest

Choose a tag to compare

@fivetran-data-model-bot fivetran-data-model-bot released this 02 Jul 17:18
· 2 commits to main since this release
c5df0ad

PR #45 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 to False in the root project's dbt_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 missing ISSUE_ASSIGNEE
    • github__using_issue_label: Disable if missing ISSUE_LABEL
    • github__using_label: Disable if missing LABEL
    • github__using_requested_reviewer_history: Disable if missing REQUESTED_REVIEWER_HISTORY

Under the Hood

  • Updated package maintainer PR template.

Full Changelog: v0.9.0...v0.9.1