Skip to content

FormattedLineage

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

Complete formatted lineage output.

readonly optional failedAt: number

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

Index of the failed step (0-indexed), if any


readonly steps: readonly FormattedStep[]

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

Ordered list of execution steps


readonly success: boolean

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

Whether the entire pipeline succeeded


readonly summary: string

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

Summary line, e.g., “Pipeline Execution (3 steps)”