public class OpenLineageClient extends FFDCRESTClient implements OpenLineageInterface
serverName, serverPlatformURLRoot| Constructor and Description |
|---|
OpenLineageClient(String serverName,
String serverPlatformURLRoot)
Create a new OpenLineage client.
|
OpenLineageClient(String serverName,
String serverPlatformURLRoot,
String userId,
String password) |
| 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.
|
callCountGetRESTCall, callGUIDGetRESTCall, callGUIDListGetRESTCall, callGUIDListPostRESTCall, callGUIDPostRESTCall, callVoidPostRESTCallcallGetRESTCall, callGetRESTCallNoParams, callPostRESTCall, callPostRESTCallNoParamspublic OpenLineageClient(String serverName, String serverPlatformURLRoot) throws InvalidParameterException
serverName - name of the server to connect toserverPlatformURLRoot - the network address of the server running the OMAS REST serversInvalidParameterException - if parameter validation failspublic OpenLineageClient(String serverName, String serverPlatformURLRoot, String userId, String password) throws InvalidParameterException
InvalidParameterExceptionpublic LineageVerticesAndEdges lineage(String userId, GraphName graphName, Scope scope, View view, String guid) throws InvalidParameterException, PropertyServerException
lineage in interface OpenLineageInterfaceuserId - 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.