FormattedStep
Defined in: execution/lineage-formatter.ts:20
A single formatted execution step.
Properties
Section titled “Properties”description
Section titled “description”
readonlydescription:string
Defined in: execution/lineage-formatter.ts:26
Human-readable description of what happened
error?
Section titled “error?”
readonlyoptionalerror:string
Defined in: execution/lineage-formatter.ts:32
Error message if this step failed
input?
Section titled “input?”
readonlyoptionalinput:string
Defined in: execution/lineage-formatter.ts:28
JSON preview of input data (truncated)
output?
Section titled “output?”
readonlyoptionaloutput:string
Defined in: execution/lineage-formatter.ts:30
JSON preview of output data (truncated)
readonlystep:number
Defined in: execution/lineage-formatter.ts:22
Step number (1-indexed)
success
Section titled “success”
readonlysuccess:boolean
Defined in: execution/lineage-formatter.ts:34
Whether this step succeeded
readonlytype:"match"|"merge"|"transform"|"emit"|"source"|"mapOut"
Defined in: execution/lineage-formatter.ts:24
Node type: source, transform, emit, merge, match, mapOut