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
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
Component: Python SDK
Component: Java SDK
Component: Go SDK
Component: Typescript SDK
Component: IO connector
Component: Beam examples
Component: Beam playground
Component: Beam katas
Component: Website
Component: Spark Runner
Component: Flink Runner
Component: Samza Runner
Component: Twister2 Runner
Component: Hazelcast Jet Runner
Component: Google Cloud Dataflow Runner
The text was updated successfully, but these errors were encountered:
I am facing the same problem, I would like to be able to use the emulator. After checking the BigQueryIO class at public static <T> TypedRead<T> read(SerializableFunction<SchemaAndRecord, T> parseFn) it seems it could be possible by having a wrapper around setBigQueryServices?
kennknowles
changed the title
[Bug]: Unable to use bigquery emulator with java bigquery io connector
[Feature Request]: Allow setting BigQuery endpoint, for example to use bigquery emulator
Jun 28, 2024
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: