public interface OpenLineageGraphConnector
| Modifier and Type | Method and Description |
|---|---|
void |
disconnect()
Free up any resources held since the connector is no longer needed.
|
LineageVertexResponse |
getEntityDetails(String guid)
Gets entity details.
|
void |
initializeGraphDB(AuditLog auditLog)
Initialize the connectors
|
LineageResponse |
lineage(Scope scope,
String guid,
String displayNameMustContain,
boolean includeProcesses) |
void |
start()
Indicates that the connector is completely configured and can begin processing.
|
void start()
throws ConnectorCheckedException
ConnectorCheckedException - there is a problem within the connector.void disconnect()
throws ConnectorCheckedException
ConnectorCheckedException - there is a problem within the connector.void initializeGraphDB(AuditLog auditLog) throws OpenLineageException
OpenLineageExceptionLineageResponse lineage(Scope scope, String guid, String displayNameMustContain, boolean includeProcesses) throws OpenLineageException
OpenLineageExceptionLineageVertexResponse getEntityDetails(String guid)
guid - the guidCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.