Interface LineageIntegratorAPI

All Known Implementing Classes:
LineageIntegrator

public interface LineageIntegratorAPI
LineageIntegratorAPI is the interface to call the services provides by the Lineage Integrator OMIS running in an integration daemon.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    publishOpenLineageEvent(String userId, io.openlineage.client.OpenLineage.RunEvent event)
    Pass an open lineage event to the integration service.
    validateConnector(String userId, String connectorProviderClassName)
    Validate that a connector is suitable to run in the Lineage Integrator OMIS.