Class TableReference (3.30.0)

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

Message defining the location of a BigQuery table with the projectId inferred from the parent project.

Attributes

Name Description
dataset_id str
Dataset ID of the table.
table_id str
Name of the table.
project_id str
The Google Cloud project ID of the project containing the table. If omitted, the project ID is inferred from the parent project. This field is required if the parent resource is an organization.