Class DiscoveryStatus (1.4.2)

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

Status of discovery for an asset.

Attributes

NameDescription
state google.cloud.dataplex_v1.types.Asset.DiscoveryStatus.State
The current status of the discovery feature.
message str
Additional information about the current state.
update_time google.protobuf.timestamp_pb2.Timestamp
Last update time of the status.
last_run_time google.protobuf.timestamp_pb2.Timestamp
The start time of the last discovery run.
stats google.cloud.dataplex_v1.types.Asset.DiscoveryStatus.Stats
Data Stats of the asset reported by discovery.
last_run_duration google.protobuf.duration_pb2.Duration
The duration of the last discovery run.

Classes

State

State(value)

Current state of discovery.

Values: STATE_UNSPECIFIED (0): State is unspecified. SCHEDULED (1): Discovery for the asset is scheduled. IN_PROGRESS (2): Discovery for the asset is running. PAUSED (3): Discovery for the asset is currently paused (e.g. due to a lack of available resources). It will be automatically resumed. DISABLED (5): Discovery for the asset is disabled.

Stats

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

The aggregated data statistics for the asset reported by discovery.