Skip to content

FormattedStep

Defined in: execution/lineage-formatter.ts:20

A single formatted execution step.

readonly description: string

Defined in: execution/lineage-formatter.ts:26

Human-readable description of what happened


readonly optional error: string

Defined in: execution/lineage-formatter.ts:32

Error message if this step failed


readonly optional input: string

Defined in: execution/lineage-formatter.ts:28

JSON preview of input data (truncated)


readonly optional output: string

Defined in: execution/lineage-formatter.ts:30

JSON preview of output data (truncated)


readonly step: number

Defined in: execution/lineage-formatter.ts:22

Step number (1-indexed)


readonly success: boolean

Defined in: execution/lineage-formatter.ts:34

Whether this step succeeded


readonly type: "match" | "merge" | "transform" | "emit" | "source" | "mapOut"

Defined in: execution/lineage-formatter.ts:24

Node type: source, transform, emit, merge, match, mapOut