TraceBatchState
Pipeline batch execution state with the state of each step.
stateState (string)required
steps objectrequired
property name* TraceCheckpoint
Execution checkpoint state, offsets, timing, and optional failure details.
stateState (string)required
offsets object
property name*integer
description object
anyOf
- string
- null
string
stacktrace object
anyOf
- string
- null
string
start_time object
Unix time in milliseconds when the checkpoint started, or null when it has not started.
- integer
- null
integer
end_time object
Unix time in milliseconds when the checkpoint ended, or null while it is still running.
- integer
- null
integer
TraceBatchState
{
"state": "string",
"steps": {}
}