Interface OpenLineageQueryService
-
public interface OpenLineageQueryService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LineageVertexResponsegetEntityDetails(String guid)Gets entity details.LineageResponselineage(Scope scope, String guid, boolean includeProcesses)Retrieve lineage starting from the entity identified by the guid
-
-
-
Method Detail
-
lineage
LineageResponse lineage(Scope scope, String guid, boolean includeProcesses) throws OpenLineageException
Retrieve lineage starting from the entity identified by the guid- Parameters:
scope- the type of lineage to retrieveguid- the guid of the entity from which to startincludeProcesses-- Returns:
- the lineage vertices and edges that compose the graph
- Throws:
OpenLineageException
-
getEntityDetails
LineageVertexResponse getEntityDetails(String guid)
Gets entity details.- Parameters:
guid- the guid- Returns:
- the entity details
-
-