brooklyn-data / dbt_artifacts

A dbt package for modelling dbt metadata. https://brooklyn-data.github.io/dbt_artifacts
Apache License 2.0
309 stars 113 forks source link

[Bug]: The latest dbt_artifacts version is not compatible with dbt 1.7.0 #401

Closed JustMaris closed 7 months ago

JustMaris commented 8 months ago

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

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"]
...
glsdown commented 7 months ago

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