You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, @yoshidan! First of all, thanks for this crate. I've been using it for some of my projects, and it's really nice.
Here's my problem: I'd like to write some integration tests using testcontainters and bigquery-emulator. Nonetheless, I couldn't find a way to set up the BigQuery Client to connect without authentication.
For instance, the Golang lib has the option WithoutAuthentication(), and Python's lib has AnonymousCredentials().
To write my integration test, I will also need to change the BigQuery endpoint, but I believe I can do it using the ClientConfig.with_endpoint() method.
Is it possible to use BigQuery Client without authentication?
Thank you in advance.
The text was updated successfully, but these errors were encountered:
#336 enable us to use bigquery emulator.
I have checked that several API works.
However, the Streaming Read API does not seem to work properly. We will investigate this.
Is there anything I can do to assist?
If you have time, it would be helpful to see if the Streaming API and other APIs work.
Hi, @yoshidan! First of all, thanks for this crate. I've been using it for some of my projects, and it's really nice.
Here's my problem: I'd like to write some integration tests using testcontainters and bigquery-emulator. Nonetheless, I couldn't find a way to set up the BigQuery Client to connect without authentication.
For instance, the Golang lib has the option
WithoutAuthentication()
, and Python's lib hasAnonymousCredentials()
.To write my integration test, I will also need to change the BigQuery endpoint, but I believe I can do it using the ClientConfig.with_endpoint() method.
Is it possible to use BigQuery Client without authentication?
Thank you in advance.
The text was updated successfully, but these errors were encountered: