Skip to main content

Module lineage

Module lineage 

Source
Expand description

Data lineage graph tracking for generation provenance.

Tracks which config sections produced which output files via a directed graph.

Structs§

LineageEdge
A directed edge in the lineage graph.
LineageGraph
A lineage graph tracking data flow from config → generators → output files.
LineageGraphBuilder
Builder for constructing lineage graphs with a fluent API.
LineageNode
A node in the lineage graph.

Enums§

LineageNodeType
Types of nodes in the lineage graph.
LineageRelationship
Types of relationships between lineage nodes.

Functions§

build_generation_lineage
Builds a standard lineage graph for an enhanced generation run.