Skip to content
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

Closed
2 tasks done
Tracked by #7571
wouter opened this issue Feb 21, 2024 · 5 comments
Closed
2 tasks done
Tracked by #7571

[Bug] Missing container image for dbt-bigquery-1.7.5 #1113

wouter opened this issue Feb 21, 2024 · 5 comments
Labels
bug Something isn't working wontfix This will not be worked on

Comments

@wouter
Copy link

wouter commented Feb 21, 2024

Is this a new bug in dbt-bigquery?

  • I believe this is a new bug in dbt-bigquery
  • I have searched the existing issues, and I could not find an existing issue for this bug

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 at ghcr.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:

--------------------
   1 | >>> FROM ghcr.io/dbt-labs/dbt-bigquery:1.7.5
--------------------
ERROR: failed to solve: ghcr.io/dbt-labs/dbt-bigquery:1.7.5: ghcr.io/dbt-labs/dbt-bigquery:1.7.5: not found

Relevant log output

No response

Environment

- OS:
- Python:
- dbt-core:
- dbt-bigquery:

Additional Context

No response

@dbeatty10
Copy link
Contributor

Thanks for reporting this @wouter -- I've added this to dbt-labs/dbt-core#7571

@dbeatty10 dbeatty10 removed the triage label Feb 21, 2024
@dbeatty10
Copy link
Contributor

Thank you again for reporting this @wouter 🏅

Since your initial report, we've released 1.7.6 and 1.7.7 and published container images for each, with the most recent tagged appropriately:

image

We've accidentally missed versions like 1.7.5 a few times, and we're sorry about the impact it had. We recently merged dbt-labs/dbt-release#109 to try to prevent this in the future.

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 dbeatty10 closed this as not planned Won't fix, can't repro, duplicate, stale Apr 3, 2024
@dbeatty10 dbeatty10 added the wontfix This will not be worked on label Apr 3, 2024
@khaledh
Copy link

khaledh commented Apr 3, 2024

We recently merged dbt-labs/dbt-release#109 to try to prevent this in the future.

@dbeatty10 What about 1.8.0b2? I can find the dbt-core image for that version, but not for dbt-bigquery.

@dbeatty10
Copy link
Contributor

@khaledh Looking at the history here, we haven't tended to publish GCR container images for betas, and it's mostly been release candidates (RC) instead.

Can you share more about your use-case?

Looping in my colleague @dataders who helps consider our adapter-related interfaces.

@khaledh
Copy link

khaledh commented Apr 7, 2024

@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 dbt-bigquery image for that.

As a workaround for now, we are using the dbt-core:1.8.0b2 image and we added a Dockerfile step to pip install dbt-bigquery==1.8.0b2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

3 participants