Airflow Summit 2026 is coming August 31 - September 2 in Austin, TX. Register now to secure your spot!

apache-airflow-providers-amazon

apache-airflow-providers-amazon package

Amazon integration (including Amazon Web Services (AWS)).

Release: 9.31.0

Provider package

This package is for the amazon provider. All classes for this package are included in the airflow.providers.amazon python package.

Installation

You can install this package on top of an existing Airflow installation via pip install apache-airflow-providers-amazon. For the minimum Airflow version supported, see Requirements below.

Requirements

The minimum Apache Airflow version supported by this provider distribution is 2.11.0.

PIP package

Version required

apache-airflow

>=2.11.0

apache-airflow-providers-common-compat

>=1.14.3

apache-airflow-providers-common-sql

>=1.32.0

apache-airflow-providers-http

boto3

>=1.41.0

botocore

>=1.41.0

inflection

>=0.5.1

watchtower

>=3.3.1,<4

jsonpath_ng

>=1.5.3

redshift_connector

>=2.1.3

redshift_connector

>=2.1.13; python_version >= "3.14"

asgiref

>=2.3.0; python_version < "3.14"

asgiref

>=3.11.1; python_version >= "3.14"

PyAthena

>=3.10.0

jmespath

>=0.7.0

sagemaker-studio

>=1.0.25,<1.1.0

marshmallow

>=3

Optional 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 provider distributions in order to use them.

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

pip install apache-airflow-providers-amazon[apache.hive]

Dependent package

Extra

apache-airflow-providers-apache-hive

apache.hive

apache-airflow-providers-cncf-kubernetes

cncf.kubernetes

apache-airflow-providers-common-messaging

common.messaging

apache-airflow-providers-exasol

exasol

apache-airflow-providers-ftp

ftp

apache-airflow-providers-google

google

apache-airflow-providers-imap

imap

apache-airflow-providers-microsoft-azure

microsoft.azure

apache-airflow-providers-mongo

mongo

apache-airflow-providers-openlineage

openlineage

apache-airflow-providers-salesforce

salesforce

apache-airflow-providers-ssh

ssh

Optional dependencies

These extras install optional third-party libraries that enable additional features of the provider. Install them when installing from PyPI. For example:

pip install apache-airflow-providers-amazon[aiobotocore]

Extra

Dependencies

aiobotocore

aiobotocore>=3.0.0

cncf.kubernetes

apache-airflow-providers-cncf-kubernetes>=7.2.0

s3fs

s3fs>=2023.10.0

python3-saml

python3-saml>=1.16.0; python_version < '3.13', xmlsec>=1.3.14; python_version < '3.13', lxml>=6.0.0; python_version < '3.13'

apache.hive

apache-airflow-providers-apache-hive

exasol

apache-airflow-providers-exasol

fab

apache-airflow-providers-fab>=2.2.0

ftp

apache-airflow-providers-ftp

google

apache-airflow-providers-google

imap

apache-airflow-providers-imap

microsoft.azure

apache-airflow-providers-microsoft-azure

mongo

apache-airflow-providers-mongo

pandas

pandas>=2.1.2; python_version <"3.13", pandas>=2.2.3; python_version >="3.13" and python_version <"3.14", pandas>=2.3.3; python_version >="3.14"

openlineage

apache-airflow-providers-openlineage>=2.3.0

salesforce

apache-airflow-providers-salesforce

ssh

apache-airflow-providers-ssh

standard

apache-airflow-providers-standard

common.messaging

apache-airflow-providers-common-messaging>=2.0.0

sqlalchemy

sqlalchemy>=1.4.54

Downloading official packages

You can download officially released packages and verify their checksums and signatures from the Official Apache Download site

Was this entry helpful?