Skip to content

MansurAshraf/OpenLineage

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenLineage

Overview

OpenLineage is an Open standard for metadata and lineage collection designed to instrument jobs as they are running. It defines a generic model of run, job, and dataset entities identified using consistent naming strategies. The core lineage model is extensible by defining specific facets to enrich those entities.

Problem

Problem

Before

  • Duplication of effort: Each project has to instrument all jobs
  • Integrations are external and can break with new versions

With OpenLineage

  • Effort of integration is shared
  • Integration can be pushed in each project: no need to play catch up

Scope

OpenLineage defines the metadata for running jobs and the corresponding events. A configurable backend allows to choose what protocol to send the events to. Scope

Core model

Model

A facet is an atomic piece of metadata attached to one of the core entities. See the spec for more details.

Spec

The specification is defined using OpenAPI and allows extension through custom facets.

Related projects

Community

Talks

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 70.4%
  • Python 29.6%