Skip to content

feat(bigquery): support BIGQUERY_EMULATOR_HOST in generated code - #6648

Draft
haphungw wants to merge 1 commit into
googleapis:mainfrom
haphungw:fix-bq-emulator-generated
Draft

feat(bigquery): support BIGQUERY_EMULATOR_HOST in generated code#6648
haphungw wants to merge 1 commit into
googleapis:mainfrom
haphungw:fix-bq-emulator-generated

Conversation

@haphungw

@haphungw haphungw commented Sep 2, 2026

Copy link
Copy Markdown
Contributor

Generated by googleapis/librarian#7490

Fixes #6628

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request adds support for the BIGQUERY_EMULATOR_HOST environment variable across multiple service builders in the BigQuery v2 client, including dataset, job, model, project, routine, row access policy, and table services. When this environment variable is set, the builder configures the client to use the emulator's endpoint (prefixed with 'http' if necessary) and anonymous credentials. There are no review comments, and I have no feedback to provide.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: bigquery Issues related to the BigQuery API.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Allow overriding BigQuery DEFAULT_HOST with BIGQUERY_EMULATOR_HOST env variable

1 participant