We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
People can upgrade to dbt v1.8 without being blocked by dbt_artifacts.
dbt_artifacts
The text was updated successfully, but these errors were encountered:
Fixed in #428, just needs to be released!
Sorry, something went wrong.
Just released, dbt Hub should pick it up in ~an hour.
No branches or pull requests
Overview
Current version only allows dbt v1.7:
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?
The text was updated successfully, but these errors were encountered: