Class ExportJobSpec (2.10.2)

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

Job specification for a metadata export job.

Attributes

Name Description
scope google.cloud.dataplex_v1.types.MetadataJob.ExportJobSpec.ExportJobScope
Required. The scope of the export job.
output_path str
Required. The root path of the Cloud Storage bucket to export the metadata to, in the format gs://{bucket}/. You can optionally specify a custom prefix after the bucket name, in the format gs://{bucket}/{prefix}/. The maximum length of the custom prefix is 128 characters. Dataplex constructs the object path for the exported files by using the bucket name and prefix that you provide, followed by a system-generated path. The bucket must be in the same VPC Service Controls perimeter as the job.

Classes

ExportJobScope

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

The scope of the export job.