Interface LineageGraph
- All Known Implementing Classes:
DefaultLineageGraph
@PublicEvolving
public interface LineageGraph
Job lineage graph that users can get sources, sinks and relationships from lineage and manage the
relationship between jobs and tables.
-
Method Details
-
sources
List<SourceLineageVertex> sources() -
sinks
List<LineageVertex> sinks() -
relations
List<LineageEdge> relations()
-