Data Lineage v1 API - Enum Run.Types.State (1.4.0)

public enum Run.Types.State

Reference documentation and code samples for the Data Lineage v1 API enum Run.Types.State.

The current state of the run.

Namespace

Google.Cloud.DataCatalog.Lineage.V1

Assembly

Google.Cloud.DataCatalog.Lineage.V1.dll

Fields

Name Description
Aborted

The run aborted.

Completed

The run completed.

Failed

The run failed.

Started

The run is still executing.

Unknown

The state is unknown. The true state may be any of the below or a different state that is not supported here explicitly.