apache-airflow-providers-amazon

apache-airflow-providers-amazon package

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

Release: 8.19.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 2 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 package is 2.6.0.

PIP package

Version required

apache-airflow

>=2.6.0

apache-airflow-providers-common-sql

>=1.3.1

apache-airflow-providers-http

boto3

>=1.33.0

botocore

>=1.33.0

inflection

>=0.5.1

watchtower

>=2.0.1,<4

jsonpath_ng

>=1.5.3

redshift_connector

>=2.0.918

sqlalchemy_redshift

>=0.8.6

asgiref

PyAthena

>=3.0.10

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 packages 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-sql

common.sql

apache-airflow-providers-exasol

exasol

apache-airflow-providers-ftp

ftp

apache-airflow-providers-google

google

apache-airflow-providers-http

http

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

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?