Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on May 7, 2026. It is now read-only.
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 3 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
Morty Proxy This is a proxified and sanitized view of the page, visit original site.