Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: dbt-project.yml file of the dbt-artifacts 2.6.1 version excludes dbt versions 1.7.0 and above #402

Closed
foxmulder42 opened this issue Nov 14, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@foxmulder42
Copy link

foxmulder42 commented Nov 14, 2023

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

  • 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.

Screenshots

Screenshot 2023-11-14 14 36 07

Environment

Results of running dbt --version:
Core:

  • installed: 1.7.0
  • latest: 1.7.1 - Update available!

Your version of dbt-core is out of date!
You can find instructions for upgrading here:
https://docs.getdbt.com/docs/installation

Plugins:

  • snowflake: 1.7.0 - Up to date!

Please paste the contents of your packages.yml file here:

packages:
  - git: https://github.com/brooklyn-data/dbt_artifacts.git
    revision: 2.6.1

  ...
@foxmulder42 foxmulder42 added the bug Something isn't working label Nov 14, 2023
This was referenced Nov 16, 2023
@glsdown
Copy link
Contributor

glsdown commented Nov 16, 2023

Support for 1.7 has now been added into v2.6.2. Please upgrade and let me know if you are still having issues.

@glsdown glsdown closed this as completed Nov 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants