public interface OpenLineageInterface
| Modifier and Type | Method and Description |
|---|---|
LineageVerticesAndEdges |
lineage(String userId,
Scope scope,
String guid,
String displaynameMustContain,
boolean includeProcesses)
Returns the graph that the user will initially see when querying lineage.
|
LineageVerticesAndEdges lineage(String userId, Scope scope, String guid, String displaynameMustContain, boolean includeProcesses) throws InvalidParameterException, PropertyServerException, OpenLineageException
userId - calling user.scope - ULTIMATE_SOURCE, ULTIMATE_DESTINATION, SOURCE_AND_DESTINATION, VERTICAL, END_TO_END.guid - The guid of the node of which the lineage is queried of.displaynameMustContain - Used to filter out nodes which displayname does not contain this value.includeProcesses - Will filter out all processes and subprocesses from the response if false.InvalidParameterException - one of the parameters is null or invalidInvalidParameterExceptionPropertyServerExceptionOpenLineageExceptionCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.