-
Notifications
You must be signed in to change notification settings - Fork 161
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] Missing container image for dbt-bigquery-1.7.5 #1113
Comments
Thanks for reporting this @wouter -- I've added this to dbt-labs/dbt-core#7571 |
Thank you again for reporting this @wouter 🏅 Since your initial report, we've released We've accidentally missed versions like I'm going to close this as "not planned" since we'd have to do a manual release to backfill this, which is an effort we'd like to avoid so we can put it towards other areas. Because we have more recent images available now, so hopefully this isn't too much of a problem. Please let us know if it is and we can revisit it. |
@dbeatty10 What about |
@dbeatty10 We are interested in the new built-in dbt unit tests support, which is available only starting in 1.8. Our tests run in CI in a docker container, so we rely on the As a workaround for now, we are using the |
Is this a new bug in dbt-bigquery?
Current Behavior
The last release version of dbt-bigquery is 1.7.5, but the image for this version is not (yet) available in the container registry.
Expected Behavior
If version
1.7.5
is released, I expect there to be a container image atghcr.io/dbt-labs/dbt-bigquery:1.7.5
Steps To Reproduce
Create a Dockerfile with the following line:
FROM ghcr.io/dbt-labs/dbt-bigquery:1.7.5
Run it and see that it fails:
Relevant log output
No response
Environment
Additional Context
No response
The text was updated successfully, but these errors were encountered: