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.

Commit 3e3fe25

Browse filesBrowse files
fix: Pass credentials properly for read api instantiation (#2280)
1 parent 08c0c0c commit 3e3fe25
Copy full SHA for 3e3fe25

1 file changed

+2-1Lines changed: 2 additions & 1 deletion

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎bigframes/session/clients.py‎

Copy file name to clipboardExpand all lines: bigframes/session/clients.py
+2-1Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,10 +191,11 @@ def _create_bigquery_client(self):
191191
client_options=bq_options,
192192
project=self._project,
193193
location=self._location,
194-
# Instead of credentials, use _http so that users can override
194+
# Use _http so that users can override
195195
# requests options with transport adapters. See internal issue
196196
# b/419106112.
197197
_http=requests_session,
198+
credentials=self._credentials,
198199
)
199200

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

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.