openlineage-integration-common
OpenLineage common python library for integrations
What it is and what it does
OpenLineage-integration-common is a shared Python library that provides common building blocks for OpenLineage integrations across data platforms. Rather than each integration (Spark, Airflow, dbt, Flink, etc.) duplicating effort to model and collect metadata, this package centralizes the common data structures, utilities, and patterns needed to instrument jobs and capture lineage events. It depends on openlineage-python for core models, openlineage-sql for SQL parsing, attrs for data class support, and pyyaml for configuration handling.
The package is part of the OpenLineage ecosystem, an LF AI & Data Foundation graduate project. It enables integrations to share the effort of metadata collection rather than each project maintaining separate instrumentation logic, reducing duplication and making it easier to keep integrations in sync with new OpenLineage specification versions.
Use it for:
- Building custom OpenLineage integrations for data platforms not yet covered by official integrations.
- Standardizing metadata collection across multiple data processing frameworks in a single organization.
- Extending existing OpenLineage integrations with organization-specific facets and metadata enrichment.
- Instrumenting internal data jobs to emit lineage events to a central metadata repository like Marquez.
- Developing data observability solutions that need consistent lineage models across heterogeneous platforms.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides common Python utilities and data models for OpenLineage integrations, enabling consistent metadata and lineage collection across data platforms and jobs.
Yes, if you are building or extending OpenLineage integrations. The package is actively maintained, has no known vulnerabilities, and low install friction. Install only if you need to work with OpenLineage integration code; it is a library for integration developers rather than a general-purpose tool.
Install
openlineage-integration-common on PyPI
pip
pip install openlineage-integration-commonuv
uv add openlineage-integration-commonpoetry
poetry add openlineage-integration-commonInstalling openlineage-integration-common
Before you install
Active maintenance with a recent release (22 days old) and 2601 repository stars. Low install friction with four straightforward runtime dependencies. Supports current Python versions (3.10, 3.11, 3.12).
License in practice
Apache-2.0 permissive license allows commercial and private use with minimal restrictions, making it suitable for most integration scenarios.
Quickstart
pip install openlineage-integration-common
from openlineage.integration.common import ...
# Use common models and utilities from the integration library
Requires Python 3.10 or later.
Verify before relying
- Specific common utilities and data models exposed by this package beyond the core OpenLineage entities.
- Whether this package is intended for end-user applications or primarily for internal integration development.
- Integration-specific configuration or setup requirements beyond the standard installation.
Package facts
| License | Apache-2.0 (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 4 — attrs, openlineage-python, openlineage-sql, pyyaml |
| Maintenance | actively maintained — 22 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 8,512,435/month — #1,614 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: openlineage_integration_common-1.52.0-py3-none-any.whl
Keywords: openlineage
Tags
More Monitoring packages
Wraps any iterable to display a real-time…
copyleft · top 100 on PyPI
opentelemetry-semantic-conventionsProvides generated Python code for…
permissive · top 100 on PyPI
opentelemetry-sdkProvides the reference implementation of the…
permissive · top 100 on PyPI
opentelemetry-apiProvides the abstract API and interfaces for…
permissive · top 100 on PyPI
opentelemetry-exporter-otlp-proto-httpExports OpenTelemetry observability data to an…
permissive · top 1,000 on PyPI
opentelemetry-instrumentationProvides automatic instrumentation commands and…
permissive · top 1,000 on PyPI
apache-airflow-providers-openlineageIntegrates Apache Airflow with OpenLineage to…
permissive · top 5,000 on PyPI
openlineage-dbtAutomatically collects and sends dbt run…
unclear · top 15,000 on PyPI
openlineage-pythonPython client library for OpenLineage that…
permissive · top 1,000 on PyPI
openlineage-airflowIntegrates Apache Airflow DAGs with OpenLineage…
permissive · top 5,000 on PyPI
openlineage-sqlProvides a Python interface to a Rust-based SQL…
unclear · top 5,000 on PyPI
apache-airflow-providers-common-ioProvides common I/O utilities and operators for…
permissive · top 5,000 on PyPI
dbt-semantic-interfacesProvides shared semantic class definitions,…
permissive · top 1,000 on PyPI
collate-sqllineageAnalyzes SQL statements to extract source and…
permissive · top 5,000 on PyPI
snakemake-interface-commonProvides shared interfaces, utilities, and data…
unclear · top 5,000 on PyPI
openmetadata-ingestionOpenMetadata Ingestion is a framework for…
unclear · top 15,000 on PyPI