Interface OpenLineageGraphConnector


public interface OpenLineageGraphConnector
  • Method Details

    • start

      void start() throws org.odpi.openmetadata.frameworks.connectors.ffdc.ConnectorCheckedException
      Indicates that the connector is completely configured and can begin processing.
      Throws:
      org.odpi.openmetadata.frameworks.connectors.ffdc.ConnectorCheckedException - there is a problem within the connector.
    • disconnect

      void disconnect() throws org.odpi.openmetadata.frameworks.connectors.ffdc.ConnectorCheckedException
      Free up any resources held since the connector is no longer needed.
      Throws:
      org.odpi.openmetadata.frameworks.connectors.ffdc.ConnectorCheckedException - there is a problem within the connector.
    • initializeGraphDB

      void initializeGraphDB(org.odpi.openmetadata.frameworks.auditlog.AuditLog auditLog) throws OpenLineageException
      Initialize the connectors
      Parameters:
      auditLog - logging destination
      Throws:
      OpenLineageException - internal error
    • performLineageGraphJob

      void performLineageGraphJob()
      Task that the scheduler performs based on the interval
    • getLineageQueryService

      OpenLineageQueryService getLineageQueryService()
    • getLineageStorageService

      LineageGraph getLineageStorageService()