Stable
This component is complete and can be used. The interfaces will be supported until the function is removed from the project via the deprecation process. There will be ongoing extensions to this function, but it will be done to ensure backward compatibility as far as possible. If there is a need to break backward compatibility, this will be discussed and reviewed in the community, with a documented timeline.
Open lineage services¶
The open lineage services support the behavior of the open lineage server and its main purpose to preserve and report lineage metadata.
Following sequence explains how different services interact in and out the open lineage server:
-
Metadata instance events from the cohort are distributed to Metadata Access Server running Asset Lineage OMAS. This access service is always paired with open lineage server.
-
Asset Lineage OMAS feeds the lineage warehouse by selecting and sending the instance types suitable for lineage. It retrieves asset related metadata and completes the asset context portion of the graph. Once ready, this lineage context graph structured as vertices and edges is sent on Lineage Output Topic for further processing and preservation.
-
Lineage event listener consumes asset context events and uses technology connector such as Lineage Janus Connector to persist these lineage elements building up the large lineage graph.
-
Lineage jobs run tasks that get executed in server background to:
- Poll for changes and request updates using REST API (
AssetLineageUpdateJob
); and - Scan the lineage graph and augment lineage paths for optimized querying (
LineageGraphJob
).
- Poll for changes and request updates using REST API (
-
Lineage query service provides REST API used to query asset lineage store for specific business views such as horizontal and vertical.
Further information¶
-
Configuring the open lineage server following the admin guide.
-
Find out how to configure options for the Janus Lineage Connector and supported underlying storage and indexing backend technologies.
-
Lineage Management feature overview.
Raise an issue or comment below