Skip to content

Commit

Permalink
Merge remote-tracking branch 'github/main' into fields_iter
Browse files Browse the repository at this point in the history
  • Loading branch information
TrevorBergeron committed Oct 8, 2024
2 parents 5de9352 + 4379438 commit 2e4b7ca
Show file tree
Hide file tree
Showing 12 changed files with 1,177 additions and 220 deletions.
2 changes: 1 addition & 1 deletion bigframes/_config/bigquery_options.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def __init__(
):
self._credentials = credentials
self._project = project
self._location = location
self._location = _get_validated_location(location)
self._bq_connection = bq_connection
self._use_regional_endpoints = use_regional_endpoints
self._application_name = application_name
Expand Down
Loading

0 comments on commit 2e4b7ca

Please sign in to comment.