You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The latest version of dbt_artifacts is not compatible with dbt version 1.7.0. When upgrading dbt to 1.7.0, attempting to run dbt clean and dbt deps results in an error.
How to reproduce
Upgrade dbt to version 1.7.0
Run dbt clean to clean the project.
Run dbt deps to install project dependencies.
Expected behaviour
After running the steps above, I expected dbt deps to successfully install the project dependencies, including dbt_artifacts version 2.6.1, without any errors.
Screenshots
Environment
Results of running dbt --version:
Core:
- installed: 1.7.0
- latest: 1.7.0 - Up to date!
Plugins:
- snowflake: 1.7.0 - Up to date!
Please paste the contents of your packages.yml file here:
Overview
The latest version of dbt_artifacts is not compatible with dbt version 1.7.0. When upgrading dbt to 1.7.0, attempting to run dbt clean and dbt deps results in an error.
How to reproduce
Expected behaviour
After running the steps above, I expected dbt deps to successfully install the project dependencies, including dbt_artifacts version 2.6.1, without any errors.
Screenshots
Environment
Results of running
dbt --version
:Please paste the contents of your
packages.yml
file here:The text was updated successfully, but these errors were encountered: