Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit ea06992

Browse files
committed
updating docs
Signed-off-by: Sarad Mohanan <sarad.mohanan@gmail.com>
1 parent 11fc17e commit ea06992

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

data_diff/sqeleton/databases/_connect.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,8 @@ def __call__(
236236
db_conf (str | dict): The configuration for the database to connect. URI or dict.
237237
thread_count (int, optional): Size of the threadpool. Ignored by cloud databases. (default: 1)
238238
shared (bool): Whether to cache and return the same connection for the same db_conf. (default: True)
239+
bigquery_credentials (google.oauth2.credentials.Credentials): Custom Google oAuth2 credential for BigQuery.
240+
(default: None)
239241
240242
Note: For non-cloud databases, a low thread-pool size may be a performance bottleneck.
241243

0 commit comments

Comments
 (0)