PR #118 includes the following updates:
dbt Fusion Compatibility Updates
- Updated package to maintain compatibility with dbt-core versions both before and after v1.10.6, which introduced a breaking change to multi-argument test syntax (e.g.,
unique_combination_of_columns). - Temporarily removed unsupported tests within this package and the upstream
dbt_shopify_sourceto avoid errors and ensure smoother upgrades across different dbt-core versions. These tests will be reintroduced once a safe migration path is available.- Removed all
dbt_utils.unique_combination_of_columnstests. - Removed all
accepted_valuestests.
- Removed all
Full Changelog: v0.20.0...v0.21.0