Skip to content
Technical preview

Technical preview function is in a state that it can be tried. The development is complete, there is documentation and there are samples, tutorials and hands-on labs as appropriate.

The community is looking for feedback on the function before declaring it stable. This feedback may result in changes to the external interfaces.

Open Lineage Cataloguer Integration Connector

Connector details

Overview

The OpenLineage Cataloguer integration connector registers an OpenLineage listener with the Lineage Integrator OMIS and catalogues any processes described in the OpenLineage events it received that are not already known to the open metadata ecosystem.

Figure 1

Figure 1: Operation of the OpenLineage cataloguer integration connector

Configuration

This connector uses the Lineage Integrator OMIS running in the Integration Daemon.

This is its connection definition to use on the administration commands that configure the Lineage Integrator OMIS.

Connection configuration

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
{
   "connection" : 
                { 
                    "class" : "Connection",
                    "qualifiedName" : "Egeria:IntegrationConnector:Lineage:OpenLineageCataloguer Connection",
                    "connectorType" : 
                    {
                        "class" : "ConnectorType",
                        "connectorProviderClassName" : "org.odpi.openmetadata.adapters.connectors.integration.openlineage.OpenLineageCataloguerIntegrationProvider"
                    }
                }
}

Raise an issue or comment below