apache-airflow-providers-amazon

Package apache-airflow-providers-amazon

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

Release: 8.4.0

Provider package

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

Installation

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

Requirements

The minimum Apache Airflow version supported by this provider package is 2.4.0.

PIP package

Version required

apache-airflow

>=2.4.0

apache-airflow-providers-common-sql

>=1.3.1

apache-airflow-providers-http

boto3

>=1.24.0

asgiref

watchtower

~=2.0.1

jsonpath_ng

>=1.5.3

redshift_connector

>=2.0.888

sqlalchemy_redshift

>=0.8.6

mypy-boto3-rds

>=1.24.0

mypy-boto3-redshift-data

>=1.24.0

mypy-boto3-appflow

>=1.24.0,<1.28.12

asgiref

mypy-boto3-s3

>=1.24.0

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