atoti_directquery_bigquery.connection_info module#

class atoti_directquery_bigquery.BigqueryConnectionInfo#

Information needed to connect to a BigQuery database.

__init__(credentials=None, /)#
Parameters

credentials (Optional[Union[str, Path]]) – The path to the BigQuery credentials file. If None, the application default credentials will be used.

Example

>>> from atoti_directquery_bigquery import BigqueryConnectionInfo
>>> connection_info = BigqueryConnectionInfo()