public interface OpenLineageInterface
| Modifier and Type | Method and Description |
|---|---|
LineageVerticesAndEdges |
lineage(String userId,
GraphName graphName,
Scope scope,
View view,
String guid)
Returns the graph that the user will initially see when querying lineage.
|
LineageVerticesAndEdges lineage(String userId, GraphName graphName, Scope scope, View view, String guid) throws InvalidParameterException, PropertyServerException
userId - calling user.graphName - MAIN, BUFFER, MOCK, HISTORY.scope - ULTIMATE_SOURCE, ULTIMATE_DESTINATION, GLOSSARY.view - TABLE_VIEW, COLUMN_VIEW.guid - The guid of the node of which the lineage is queried of.InvalidParameterException - one of the parameters is null or invalidInvalidParameterExceptionPropertyServerExceptionCopyright © 2018–2019 ODPi. All rights reserved.