Class BigQueryDestination (1.4.3)

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

A BigQuery Table Reference.

Attributes

NameDescription
project_id str
A project ID or number. If specified, then export will attempt to write data to this project instead of the resource project. Otherwise, the resource project will be used.
dataset str
Required. The name of the BigQuery dataset that the snapshot result should be exported to. If this dataset does not exist, the export call returns an INVALID_ARGUMENT error.
table str
The BigQuery table name to which the insights data should be written. If this table does not exist, the export call returns an INVALID_ARGUMENT error.

Inheritance

builtins.object > proto.message.Message > BigQueryDestination