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_relationcolumn 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