-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
[Feature Request]: Allow setting BigQuery endpoint, for example to use bigquery emulator #28149
Comments
I am facing the same problem, I would like to be able to use the emulator. After checking the BigQueryIO class at |
I would also like to use BigQuery emulator in our local test suite, but overriding base url in I'm happy to add support for this, but wanted to know maintainers' opinion first. What do you think? Btw issue #28841 seems to be a duplicate of this one. |
I think this is a fine idea. |
.take-issue |
I am facing the same problem with Python. I see the PR added this feature only for Java. Should we create another separate Issue for this? |
feature request for Python SDK is tracked in #23598 |
What happened?
There is no way to specify root url for bigquery service like we have for pubsub (
PubsubOptions.setPubsubRootUrl
). In particular i was trying leverage bigquery-emulator for my local development environment and that was the only blocker.Issue Priority
Priority: 3 (minor)
Issue Components
The text was updated successfully, but these errors were encountered: