Class DiscoveryStatus (1.0.1)

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.

Stats

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

The aggregated data statistics for the asset reported by discovery.