apache-airflow-providers-apache-beam
Provider package apache-airflow-providers-apache-beam for Apache Airflow
What it is and what it does
This is an Apache Airflow provider package that bridges Apache Beam into Airflow's workflow orchestration model. It supplies operators and hooks that allow you to define and schedule Beam pipelines as tasks within Airflow DAGs, treating data processing jobs as first-class workflow components. The package depends on apache-airflow, apache-beam, pyarrow, and numpy, and is designed for teams already running Airflow who want to orchestrate Beam workloads without leaving the Airflow ecosystem.
The package is actively maintained, supports Python 3.10–3.13, and requires Apache Airflow >=2.11.0 and Apache Beam >=2.69.0. It carries an Apache-2.0 license and integrates with optional Google Cloud dependencies for Dataflow support. Installation is straightforward via pip, and the package is positioned as a standard extension for Airflow users working with Beam-based data pipelines.
Use it for:
- Schedule and monitor Apache Beam batch jobs as part of a larger Airflow data pipeline.
- Orchestrate Beam streaming pipelines with Airflow's scheduling and retry logic.
- Integrate Beam processing with other Airflow operators in a unified DAG.
- Run Beam jobs on Google Cloud Dataflow through Airflow task dependencies.
- Manage dependencies between Beam pipelines and upstream/downstream data tasks.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Integrates Apache Beam data processing pipelines into Apache Airflow workflows, enabling orchestration of batch and streaming jobs through Airflow's DAG framework.
Yes, if you are already running Apache Airflow and need to orchestrate Apache Beam pipelines. The package is actively maintained, carries no known vulnerabilities, has low install friction, and integrates cleanly with Airflow's task model. Install only if you have both Airflow and Beam in your stack; it adds no value as a standalone library.
Install
apache-airflow-providers-apache-beam on PyPI
pip
pip install apache-airflow-providers-apache-beamuv
uv add apache-airflow-providers-apache-beampoetry
poetry add apache-airflow-providers-apache-beamInstalling apache-airflow-providers-apache-beam
Before you install
Low friction install as a pure Python wheel. Actively maintained with recent releases; requires Apache Airflow >=2.11.0 and Apache Beam >=2.69.0, plus pyarrow and numpy. Supports Python 3.10–3.13.
License in practice
Apache-2.0 permissive license allows commercial and private use without restriction, typical for Apache Foundation projects.
Quickstart
pip install apache-airflow-providers-apache-beam
from airflow.providers.apache.beam.operators.beam import BeamRunPythonPipelineOperator
task = BeamRunPythonPipelineOperator(
task_id='beam_job',
py_file='pipeline.py'
)
Requires an existing Apache Airflow installation (>=2.11.0) and Apache Beam (>=2.69.0) to be available in the environment.
Verify before relying
- Whether the provider supports all Apache Beam runners (Direct, Dataflow, Spark, Flink) or a subset.
- Whether optional GCP integration (apache-beam[gcp]) is required for Dataflow or only for specific features.
- Performance characteristics when orchestrating large-scale or long-running Beam pipelines.
Package facts
| License | Apache-2.0 (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 5 — apache-airflow, apache-airflow-providers-common-compat, apache-beam, pyarrow, numpy |
| Maintenance | actively maintained — 165 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 287,421/month — #8,032 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: apache_airflow_providers_apache_beam-6.2.3-py3-none-any.whl
Keywords: airflow-provider, apache.beam, airflow, integration
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-pineconeIntegrates Pinecone vector database operations…
permissive · top 15,000 on PyPI
apache-beamApache Beam is a unified framework for defining…
permissive · top 5,000 on PyPI
apache-airflow-providers-zendeskProvides operators and hooks to integrate…
permissive · top 15,000 on PyPI
apache-airflow-providers-neo4jIntegrates Neo4j graph database operations into…
permissive · top 15,000 on PyPI
apache-airflow-coreApache Airflow's core runtime that schedules,…
permissive · top 5,000 on PyPI
apache-airflow-providers-jenkinsIntegrates Jenkins CI/CD systems into Apache…
permissive · top 15,000 on PyPI
apache-airflow-providers-gitIntegrates Git version control operations into…
permissive · top 15,000 on PyPI
apache-airflow-providers-databricksIntegrates Apache Airflow with Databricks,…
permissive · top 1,000 on PyPI
apache-airflowApache Airflow is a platform for…
permissive · top 1,000 on PyPI
dag-factorydag-factory builds Apache Airflow DAGs…
permissive · top 15,000 on PyPI