Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.rst

Package apache-airflow-providers-apache-beam

Release: 6.2.3

Apache Beam.

Provider package

This is a provider package for apache.beam provider. All classes for this provider package are in airflow.providers.apache.beam python package.

You can find package information and changelog for the provider in the documentation.

Installation

You can install this package on top of an existing Airflow installation (see Requirements below for the minimum Airflow version supported) via pip install apache-airflow-providers-apache-beam

The package supports the following python versions: 3.10,3.11,3.12,3.13

Requirements

PIP package Version required
apache-airflow >=2.11.0
apache-airflow-providers-common-compat >=1.12.0
apache-beam >=2.69.0
pyarrow >=16.1.0; python_version < "3.14"
pyarrow >=22.0.0; python_version >= "3.14"
numpy >=1.22.4; python_version < "3.11"
numpy >=1.23.2; python_version < "3.12" and python_version >= "3.11"
numpy >=1.26.0; python_version >= "3.12" and python_version < "3.14"
numpy >=2.4.3; python_version >= "3.14"

Cross provider package dependencies

Those are dependencies that might be needed in order to use all the features of the package. You need to install the specified providers in order to use them.

You can install such cross-provider dependencies when installing from PyPI. For example:

pip install apache-airflow-providers-apache-beam[common.compat]
Dependent package Extra
apache-airflow-providers-common-compat common.compat
apache-airflow-providers-google google

Optional dependencies

Extra Dependencies
google apache-beam[gcp]>=2.69.0

The changelog for the provider package can be found in the changelog.