-
-
Notifications
You must be signed in to change notification settings - Fork 121
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
Error when executing bq command from google-cloud-cli version 469.0.0 #290
Labels
bug
Something isn't working
Comments
myhau
added a commit
to myhau/bigquery-emulator
that referenced
this issue
Jul 15, 2024
myhau
added a commit
to myhau/bigquery-emulator
that referenced
this issue
Jul 15, 2024
myhau
added a commit
to myhau/bigquery-emulator
that referenced
this issue
Jul 15, 2024
goccy
pushed a commit
that referenced
this issue
Aug 3, 2024
ohaibbq
pushed a commit
to Recidiviz/bigquery-emulator
that referenced
this issue
Jan 21, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What happened?
Starting with version 469.0.0 of google-cloud-cli, executing the bq command results in the following error:
I tested the difference between versions using the docker image of google-cloud-cli. It works fine up until version 468.0.0, but does not work from version 469.0.0.
(I use Docker Desktop on Mac and run emulator on the host machine, so endpoint is host.docker.internal. Some options are omitted)
The error occurs not just with the bq ls command, but with other commands like query as well.
Server version is current HEAD: 3f8779e
What did you expect to happen?
I expected it to work correctly and return a response, just like it did when executed with version 468.0.0.
How can we reproduce it (as minimally and precisely as possible)?
Anything else we need to know?
workaround
As a workaround, you can:
cause
Discovery API Endpoint has been changed.
We need to create a new handler to handle the new API
The text was updated successfully, but these errors were encountered: