Class BigQueryTableReference (0.1.0)

BigQueryTableReference(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Message representing a reference to a single BigQuery table.

Attributes

Name Description
project_id str
Required. The project the table belongs to.
dataset_id str
Required. The dataset the table belongs to.
table_id str
Required. The table id.