BigQueryDestination(mapping=None, *, ignore_unknown_fields=False, **kwargs)
BigQueryDestination is a wrapper for BigQuery output information.
Attributes |
|
---|---|
Name | Description |
table_uri |
str
Optional. BigQuery URI to a table, must be of the form bq://projectId.bqDatasetId.tableId. Note that the BigQuery dataset must already exist. VPC-SC restrictions apply. |
write_disposition |
google.cloud.financialservices_v1.types.BigQueryDestination.WriteDisposition
Required. Whether or not to overwrite destination table. By default the table won't be overwritten and an error will be returned if the table exists and contains data. |
Classes
WriteDisposition
WriteDisposition(value)
WriteDisposition controls the behavior when the destination table already exists.