sfquickstarts icon indicating copy to clipboard operation
sfquickstarts copied to clipboard

Step 6 of Accelerating Data Teams with dbt & Snowflake issue

Open sfc-gh-tmeacham opened this issue 4 years ago • 1 comments

Step 6 of 'Accelerating Data Teams with dbt & Snowflake' instructs the user to add a packages.yml file for dbt_utils with dbt_utils version 0.7.1.

This version is not supported by DBT cloud. version should be updated to 0.8.0, which will work.

Error from attempting version 0.7.1

19:48:34  Installing version 0.7.1
Runtime Error
  Failed to read package: Runtime Error
    This version of dbt is not supported with the 'dbt_utils' package.
      Installed version of dbt: =1.0.0
      Required version of dbt for 'dbt_utils': ['>=0.20.0', '<0.22.0']
    Check the requirements for the 'dbt_utils' package, or run dbt again with --no-version-check

https://quickstarts.snowflake.com/guide/data_engineering_with_dbt/index.html?index=..%2F..index#5

To Reproduce Steps to reproduce the behavior:

  1. follow guide.
  2. run dbt deps
  3. will fail with error

Expected behavior version 0.8.0 installs successfully

Additional context Add any other context about the problem here.

sfc-gh-tmeacham avatar Dec 23 '21 19:12 sfc-gh-tmeacham

Thanks @sfc-gh-tmeacham ! I have the fix in this PR

amychen1776 avatar Feb 07 '22 14:02 amychen1776