Data Lineage V1 API - Module Google::Cloud::DataCatalog::Lineage::V1::Run::State (v0.2.1)

Reference documentation and code samples for the Data Lineage V1 API module Google::Cloud::DataCatalog::Lineage::V1::Run::State.

The current state of the run.

Constants

UNKNOWN

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

STARTED

value: 1
The run is still executing.

COMPLETED

value: 2
The run completed.

FAILED

value: 3
The run failed.

ABORTED

value: 4
The run aborted.