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

Support dbt v1.8 #426

Closed davidwitk closed 1 month ago

davidwitk commented 2 months ago

Overview

Current version only allows dbt v1.7:

Required version of dbt for 'dbt_artifacts': ['>=1.3.0', '<1.8.0']

When upgrading to dbt v1.8, we get a runtime error. We need to bump the version to support the latest (upcoming) version.

What problem would this solve?

People can upgrade to dbt v1.8 without being blocked by dbt_artifacts.

Would you be willing to contribute?

mwstanleyft commented 1 month ago

Fixed in #428, just needs to be released!

jecolvin commented 1 month ago

Just released, dbt Hub should pick it up in ~an hour.