Thanks to visit codestin.com
Credit goes to github.com

Skip to content

v1.1.0 dbt_github

Latest

Choose a tag to compare

@fivetran-data-model-bot fivetran-data-model-bot released this 27 Oct 18:02
48ceaa5

Schema/Data Change

1 total change • 0 possible breaking changes

Data Model(s) Change type Old New Notes
All models New column source_relation Identifies the source connection when using multiple GitHub connections

Feature Update

  • Union Data Functionality: This release supports running the package on multiple GitHub source connections. See the README for details on how to leverage this feature.

Tests Update

  • Removes uniqueness tests. The new unioning feature requires combination-of-column tests to consider the new source_relation column in addition to the existing primary key, but this is not supported across dbt versions.
    • These tests will be reintroduced once a version-agnostic solution is available.

Under the Hood

  • Updates consistency tests to enable dynamic column exclusion.

Full Changelog: v1.0.0...v1.1.0