atoti_directquery_bigquery.table module# class atoti_directquery_bigquery.BigqueryTable# A table in BigQuery. property name: str# Name of the table. Return type str table_id: ExternalTableId# The ID of the table. types: Mapping[str, DataType]# Mapping from the name of each column to their type.