atoti_directquery_bigquery.connection_info module#
- class atoti_directquery_bigquery.BigqueryConnectionInfo#
Information needed to connect to a BigQuery database.
- __init__(credentials=None, /)#
- Parameters
credentials (
Union
[str
,Path
,None
]) – The path to the BigQuery credentials file. IfNone
, the application default credentials will be used.
Example
>>> from atoti_directquery_bigquery import BigqueryConnectionInfo >>> connection_info = BigqueryConnectionInfo()