Class GcsDestination (1.1.0)

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

Export destination of the data.Only gcs path is allowed in output_uri.

Attributes

NameDescription
output_uri str
Required. The output uri of destination file.
mime_type str
Required. The format of the gcs destination. Only "text/csv" and "application/json" are supported.