8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08c0c0c commit 3e3fe25Copy full SHA for 3e3fe25
bigframes/session/clients.py
@@ -191,10 +191,11 @@ def _create_bigquery_client(self):
191
client_options=bq_options,
192
project=self._project,
193
location=self._location,
194
- # Instead of credentials, use _http so that users can override
+ # Use _http so that users can override
195
# requests options with transport adapters. See internal issue
196
# b/419106112.
197
_http=requests_session,
198
+ credentials=self._credentials,
199
)
200
201
# If a new enough client library is available, we opt-in to the faster
0 commit comments