Class BigQueryDestination (0.5.0)

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

A BigQuery Table Reference. .. attribute:: project_id

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.

:type: str

Attributes

NameDescription
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.