Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion bigframes/session/clients.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,10 +191,11 @@ def _create_bigquery_client(self):
client_options=bq_options,
project=self._project,
location=self._location,
# Instead of credentials, use _http so that users can override
# Use _http so that users can override
# requests options with transport adapters. See internal issue
# b/419106112.
_http=requests_session,
credentials=self._credentials,
)

# If a new enough client library is available, we opt-in to the faster
Expand Down