Class GcsDestination (2.8.3)

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

The Google Cloud Storage location where the output is to be written to.

Attribute

NameDescription
output_uri_prefix str
Required. Google Cloud Storage URI to output directory, up to 2000 characters long. Accepted forms: - Prefix path: gs://bucket/directory The requesting user must have write permission to the bucket. The directory is created if it doesn't exist.