Class BigQueryDestination (2.0.0)

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

A BigQuery destination for exporting assets to.

Attributes

NameDescription
dataset str
Required. The BigQuery dataset in format "projects/projectId/datasets/datasetId", to which the snapshot result should be exported. If this dataset does not exist, the export call returns an INVALID_ARGUMENT error.
table str
Required. The BigQuery table to which the snapshot result should be written. If this table does not exist, a new table with the given name will be created.
force bool
If the destination table already exists and this flag is TRUE, the table will be overwritten by the contents of assets snapshot. If the flag is FALSE or unset and the destination table already exists, the export call returns an INVALID_ARGUMEMT error.