Datavault-UK / automate-dv

A free to use dbt package for creating and loading Data Vault 2.0 compliant Data Warehouses (powered by dbt, an open source data engineering tool, registered trademark of dbt Labs)
https://www.automate-dv.com
Apache License 2.0
478 stars 114 forks source link

Conflict dbtvault with dbt_utils (as dbtvault version 0.9.2 requires dbt_utils version [">=0.9.0", "<0.10.0"]) #180

Closed Koning92 closed 1 year ago

Koning92 commented 1 year ago

Describe the bug DBT Vault not compatible with dbt_utils 1.0.0

Environment

dbt version: 1.3 dbtvault version: 0.9.0 Database/Platform: Snowflake

To Reproduce Steps to reproduce the behavior:

  1. Go to pakage yaml
  2. Click on change dbt utils to 1.0.0 and run dbt deps
  3. See error

Expected behavior Updating all packages

DVAlexHiggs commented 1 year ago

We have not added support for dbt_utils v1.0.0 and so this is not a bug, exactly. The fix for now is to not use dbt_utils v1.0.0. We will be updating this in due course. Thanks for your report :)

TimNapierVST commented 1 year ago

When is this scheduled for?, dbt_project_evaluator e.g. has dbt_utils conflict

data-modeler commented 1 year ago

For what it's worth, it looks like the only things used from dbt_utils are log_info and get_query_results_as_dict -- neither of which have been touched since dbt_utils v0.7.0.

DVAlexHiggs commented 1 year ago

An update will be released in the next week with the correct packages.yml We've tested it in development and all tests are passing with no modifications.

thestonewell commented 1 year ago

when can we expect this to be released?

DVAlexHiggs commented 1 year ago

Hi! This is now released :) Please use dbtvault 0.9.3 for the fix. Thanks for your patience!