Class BigQueryDestination (0.1.1)

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

A BigQuery Table Reference. .. attribute:: dataset

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.

:type: str

Attribute

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