Class BigQueryDestination (0.5.1)

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

The BigQuery location for the output content.

Attribute

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

Inheritance

builtins.object > proto.message.Message > BigQueryDestination