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
dbt-project.yml file of the dbt-artifacts 2.6.1 version excludes dbt versions 1.7.0 and above. name: "dbt_artifacts" version: "2.6.1" config-version: 2 require-dbt-version: [">=1.3.0", "<1.7.0"] profile: "dbt_artifacts"
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 successful upgrade of dbt (1.7.0) and dbt-artifacts (2.6.1) I would expect to perform a dbt run -m modelname. This failes to version restrictions in the dbt-project.yml file in the lates package release.
Overview
dbt-project.yml file of the dbt-artifacts 2.6.1 version excludes dbt versions 1.7.0 and above.
name: "dbt_artifacts" version: "2.6.1" config-version: 2 require-dbt-version: [">=1.3.0", "<1.7.0"] profile: "dbt_artifacts"
How to reproduce
Expected behaviour
After successful upgrade of dbt (1.7.0) and dbt-artifacts (2.6.1) I would expect to perform a dbt run -m modelname. This failes to version restrictions in the dbt-project.yml file in the lates package release.
Screenshots
Environment
Results of running
dbt --version
:Core:
Your version of dbt-core is out of date!
You can find instructions for upgrading here:
https://docs.getdbt.com/docs/installation
Plugins:
Please paste the contents of your
packages.yml
file here:The text was updated successfully, but these errors were encountered: