Class BigQueryDestination (1.16.0)

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

The BigQuery location for the output content.

Attribute

NameDescription
output_uri str
Required. BigQuery URI to a project or table, up to 2000 characters long. When only the project is specified, the Dataset and Table is created. When the full table reference is specified, the Dataset must exist and table must not exist. Accepted forms: - BigQuery path. For example: ``bq://projectId`` or ``bq://projectId.bqDatasetId`` or ``bq://projectId.bqDatasetId.bqTableId``.

Inheritance

builtins.object > proto.message.Message > BigQueryDestination