To avoid version conflicts when trying to install both dbt utils v1 and Divergent-Insights/dbt_dataquality, I suggest upgrading dbt utils for this project. (maybe use version: [">=1.0.0" , "<1.1.0"] )
Only thing to be considered is that surrogate_key() was replaced by generate_surrogate_key() (the newer version also treats nulls), so the following models should be updated:
dbt utils was upgraded to 1.0.0 ((https://docs.getdbt.com/guides/migration/versions/upgrading-to-dbt-utils-v1.0)
To avoid version conflicts when trying to install both dbt utils v1 and Divergent-Insights/dbt_dataquality, I suggest upgrading dbt utils for this project. (maybe use version: [">=1.0.0" , "<1.1.0"] )
Only thing to be considered is that surrogate_key() was replaced by generate_surrogate_key() (the newer version also treats nulls), so the following models should be updated:
models/sources/raw_source_freshness.sql models/tests/raw_tests.sql