Divergent-Insights / dbt-dataquality

Creates simple data models on Snowflake to report dbt source freshness and tests
Apache License 2.0
22 stars 7 forks source link

Upgrade package to work with dbt-utils >v1.0.0 #14

Open joris-swapfiets opened 1 year ago

joris-swapfiets commented 1 year ago

As said in this issue https://github.com/Divergent-Insights/dbt-dataquality/issues/13, this PR is created to fix the dbt-utils dependency issues for dbt-utils version >v1.0.0. This will allow everyone who uses the latest version of dbt-utils to use your great dbt package.

Some background on the changes made to the dbt_utils.surrogate_key macro in version 1.0.0: https://docs.getdbt.com/guides/migration/versions/upgrading-to-dbt-utils-v1.0#changes-to-surrogate_key

Let me know if there's anything more I can do to help!

joris-swapfiets commented 1 year ago

@wilson-urdaneta @wilson-vaquen Could you have look at this PR?