Skip to content

Releases: fivetran/dbt_github

New Functionality Upgrade and dbt 0.19.0 Compatibility

03 Feb 21:05
dff0123
Compare
Choose a tag to compare

🚨This update introduces a breaking change: Output models are renamed to include a double underscore between the source name and the table name. For example, github_issue.sql is now github__issue.sql. 🚨

The release also:

  • Compatibility with dbt v0.19.0
  • Introduces CircleCI testing
  • Introduces the repository_team_names field within the github__issues and github__pull_requests models to allow for teams visibility.
  • Works with the latest version of the Github source package v0.2.1.

Bug Fix

23 Oct 16:47
c9050d9
Compare
Choose a tag to compare

This release does 2 things:

  1. Fixes bug in github_pull_request_times which was causing spreading -- pull_request_id & issue_id were not unique.
  2. Moves macro logic to dbt_fivetran_utils. This is our repo which will include all macros going forward.

dbt 0.18.0 Compatibility

11 Sep 21:21
Compare
Choose a tag to compare

Updates package to be compatible with dbt 0.18.0. This is a breaking change!
🚨 dbt v0.18.0 or greater is required for this release. If you are not ready to upgrade, consider using a previous release of this package

Initial Release

26 May 17:20
8517143
Compare
Choose a tag to compare

This is the initial release of this package.

This package enables you to better understand your GitHub issues and pull requests. The main focus is to enhance these two core objects with commonly used metrics. Additionally, the metrics tables allow you to better understand your team's velocity over time. These metrics are available on a daily, weekly, monthly and quarterly level.

Currently the package supports Redshift, BigQuery and Snowflake.