skillfed

apache-airflow-providers-apache-beam

Provider package apache-airflow-providers-apache-beam for Apache Airflow

apache-airflow-providers-apache-beam v6.2.3 287.4K downloads/30d#8,032 on PyPI46,490
Permissive license Apache-2.0 Active released

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-beam

uv

uv add apache-airflow-providers-apache-beam

poetry

poetry add apache-airflow-providers-apache-beam

Installing 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

Development Status :: 5 - Production/StableEnvironment :: ConsoleEnvironment :: Web EnvironmentFramework :: Apache AirflowFramework :: Apache Airflow :: ProviderIntended Audience :: DevelopersIntended Audience :: System AdministratorsProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Topic :: System :: Monitoring

Tags

airflow apache beam integrationbeam pipeline orchestration airflowdataflow dag schedulingapache beam airflow providerbatch processing workflow orchestrationdistributed data pipeline airflow
airflow-providerbeam-integrationworkflow-orchestration

More Monitoring packages

tqdm

Wraps any iterable to display a real-time…

copyleft · top 100 on PyPI

opentelemetry-semantic-conventions

Provides generated Python code for…

permissive · top 100 on PyPI

opentelemetry-sdk

Provides the reference implementation of the…

permissive · top 100 on PyPI

opentelemetry-api

Provides the abstract API and interfaces for…

permissive · top 100 on PyPI

opentelemetry-exporter-otlp-proto-http

Exports OpenTelemetry observability data to an…

permissive · top 1,000 on PyPI

opentelemetry-instrumentation

Provides automatic instrumentation commands and…

permissive · top 1,000 on PyPI

apache-airflow-providers-pinecone

Integrates Pinecone vector database operations…

permissive · top 15,000 on PyPI

apache-beam

Apache Beam is a unified framework for defining…

permissive · top 5,000 on PyPI

apache-airflow-providers-zendesk

Provides operators and hooks to integrate…

permissive · top 15,000 on PyPI

apache-airflow-providers-neo4j

Integrates Neo4j graph database operations into…

permissive · top 15,000 on PyPI

apache-airflow-core

Apache Airflow's core runtime that schedules,…

permissive · top 5,000 on PyPI

apache-airflow-providers-jenkins

Integrates Jenkins CI/CD systems into Apache…

permissive · top 15,000 on PyPI

apache-airflow-providers-git

Integrates Git version control operations into…

permissive · top 15,000 on PyPI

apache-airflow-providers-databricks

Integrates Apache Airflow with Databricks,…

permissive · top 1,000 on PyPI

apache-airflow

Apache Airflow is a platform for…

permissive · top 1,000 on PyPI

dag-factory

dag-factory builds Apache Airflow DAGs…

permissive · top 15,000 on PyPI