Data Pipeline Execution Status
When you execute data pipelines, each data pipeline execution is associated with a state. The state of the data pipelines may vary with time.
The table lists the possible data pipelines states.
|
Status |
Description |
|---|---|
|
Pending |
Data pipeline is being prepared for execution. Initial state. |
|
Running |
Data pipeline is currently running |
|
Completed |
Data pipeline terminated successfully |
|
Dead |
Data pipelines terminated abnormally (return code !=0) |
|
Unknown |
State of data pipeline is unknown. Indicates internal problems. |
