Module: Google::Cloud::Dataplex::V1::MetadataJob::ImportJobSpec::SyncMode

Defined in:
proto_docs/google/cloud/dataplex/v1/catalog.rb

Overview

Specifies how the entries and aspects in a metadata job are updated.

Constant Summary collapse

SYNC_MODE_UNSPECIFIED =

Sync mode unspecified.

0
FULL =

All resources in the job's scope are modified. If a resource exists in Dataplex but isn't included in the metadata import file, the resource is deleted when you run the metadata job. Use this mode to perform a full sync of the set of entries in the job scope.

1
INCREMENTAL =

Only the entries and aspects that are explicitly included in the metadata import file are modified. Use this mode to modify a subset of resources while leaving unreferenced resources unchanged.

2