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]: The latest dbt_artifacts version is not compatible with dbt 1.7.0 #401

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

Comments

@JustMaris
Copy link

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

  • 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

image

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:

packages:
...
  - package: brooklyn-data/dbt_artifacts
    version: [">=2.6.0", "<2.7.0"]
...
@JustMaris JustMaris added the bug Something isn't working label Nov 4, 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