RuntimeLineageNode
RuntimeLineageNode =
object
Defined in: execution/lineage.ts:29
Lineage information for a single execution node.
Captures the state of data as it passed through this node, including input, output, transform info, and any failures.
Properties
Section titled “Properties”extractions?
Section titled “extractions?”
readonlyoptionalextractions: readonlyExtraction[]
Defined in: execution/lineage.ts:35
Extractions performed (for emit nodes)
failure?
Section titled “failure?”
readonlyoptionalfailure:Failure
Defined in: execution/lineage.ts:43
Failure if this node failed
input?
Section titled “input?”
readonlyoptionalinput:unknown
Defined in: execution/lineage.ts:39
Input value received by this node
nodeId
Section titled “nodeId”
readonlynodeId:NodeId
Defined in: execution/lineage.ts:31
The AST node ID this lineage corresponds to
output?
Section titled “output?”
readonlyoptionaloutput:unknown
Defined in: execution/lineage.ts:41
Output value produced by this node
outputTransforms?
Section titled “outputTransforms?”
readonlyoptionaloutputTransforms: readonlyOutputTransformSpec[]
Defined in: execution/lineage.ts:37
Output transforms applied (for mapOut nodes)
transform?
Section titled “transform?”
readonlyoptionaltransform:TransformAst
Defined in: execution/lineage.ts:33
Transform specification (for transform nodes)