brooklyn-data / dbt_artifacts

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

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

Closed foxmulder42 closed 10 months ago

foxmulder42 commented 10 months ago

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

Screenshot 2023-11-14 14 36 07

Environment

Results of running dbt --version: Core:

Plugins:

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

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

  ...
glsdown commented 10 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.