Class ImportErrorsConfig (1.1.0)

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

Configuration of destination for Import related errors.

Attribute

NameDescription
gcs_prefix str
Google Cloud Storage path for import errors. This must be an empty, existing Cloud Storage bucket. Import errors will be written to a file in this bucket, one per line, as a JSON-encoded google.rpc.Status message.