Skip to content

Commit 2e4b7ca

Browse files
Merge remote-tracking branch 'github/main' into fields_iter
2 parents 5de9352 + 4379438 commit 2e4b7ca

File tree

12 files changed

+1177
-220
lines changed

12 files changed

+1177
-220
lines changed

‎bigframes/_config/bigquery_options.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def __init__(
9494
):
9595
self._credentials = credentials
9696
self._project = project
97-
self._location = location
97+
self._location = _get_validated_location(location)
9898
self._bq_connection = bq_connection
9999
self._use_regional_endpoints = use_regional_endpoints
100100
self._application_name = application_name

0 commit comments

Comments
 (0)