sfquickstarts
sfquickstarts copied to clipboard
Step 6 of Accelerating Data Teams with dbt & Snowflake issue
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:
- follow guide.
- run dbt deps
- will fail with error
Expected behavior version 0.8.0 installs successfully
Additional context Add any other context about the problem here.
Thanks @sfc-gh-tmeacham ! I have the fix in this PR