- Notifications
You must be signed in to change notification settings - Fork321
feat: support using BIGQUERY_EMULATOR_HOST environment variable#1222
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
feat: support using BIGQUERY_EMULATOR_HOST environment variable#1222
Uh oh!
There was an error while loading.Please reload this page.
Conversation
…lsalas/python-bigquery into apb_feature_bq_emulator
…lsalas/python-bigquery into apb_feature_bq_emulator
steffnay left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Looking good! Just needing changes to variable naming and then the additional tests you have planned.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
…leapis#1222)* feat:adding emulator* apb_feature_bq_emulator_test* apb_feature_bq_emulator_variable_name_change* abecerrilsalas_feature_bq_emulator_typo_changes* feat:fixing var names and start of test* abecerrilsalas_feature_additional_tests* feat: testing update* feat: fixed failed lint test
…leapis#1222)* feat:adding emulator* apb_feature_bq_emulator_test* apb_feature_bq_emulator_variable_name_change* abecerrilsalas_feature_bq_emulator_typo_changes* feat:fixing var names and start of test* abecerrilsalas_feature_additional_tests* feat: testing update* feat: fixed failed lint test
Uh oh!
There was an error while loading.Please reload this page.
What?
Implemented a BIGQUERY_EMULATOR_HOST environment variable to be used to set the api_endpoint in the python-bigquery client constructor.
Why?
Users have requested this implementation (#1193). Currently there is no logic to check for the existence of a BIGQUERY_EMULATOR_HOST or some similar environment variable
How?
Logic was applied and code was changed in the _helpers.py and client.py files.
Fixes#1193 🦕