Expand description
Data lineage graph tracking for generation provenance.
Tracks which config sections produced which output files via a directed graph.
Structs§
- Lineage
Edge - A directed edge in the lineage graph.
- Lineage
Graph - A lineage graph tracking data flow from config → generators → output files.
- Lineage
Graph Builder - Builder for constructing lineage graphs with a fluent API.
- Lineage
Node - A node in the lineage graph.
Enums§
- Lineage
Node Type - Types of nodes in the lineage graph.
- Lineage
Relationship - Types of relationships between lineage nodes.
Functions§
- build_
generation_ lineage - Builds a standard lineage graph for an enhanced generation run.