Development Status
- 5 - Production/Stable
Environment
- Console
- Web Environment
Intended Audience
- Developers
- System Administrators
Framework
- Apache Airflow
- Apache Airflow :: Provider
License
- OSI Approved :: Apache Software License
Programming Language
- Python :: 3.10
- Python :: 3.11
- Python :: 3.12
- Python :: 3.13
Topic
- System :: Monitoring
Package apache-airflow-providers-amazon
Release: 9.15.0
Amazon integration (including Amazon Web Services (AWS)).
Provider package
This is a provider package for amazon provider. All classes for this provider package are in airflow.providers.amazon 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-amazon
The package supports the following python versions: 3.10,3.11,3.12,3.13
Requirements
PIP package |
Version required |
---|---|
apache-airflow |
>=2.10.0 |
apache-airflow-providers-common-compat |
>=1.6.1 |
apache-airflow-providers-common-sql |
>=1.27.0 |
apache-airflow-providers-http |
|
boto3 |
>=1.37.2 |
botocore |
>=1.37.2 |
inflection |
>=0.5.1 |
watchtower |
>=3.3.1,<4 |
jsonpath_ng |
>=1.5.3 |
redshift_connector |
>=2.1.3 |
asgiref |
>=2.3.0 |
PyAthena |
>=3.10.0 |
jmespath |
>=0.7.0 |
sagemaker-studio |
>=1.0.9 |
marshmallow |
>=3 |
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-amazon[apache.hive]
Dependent package |
Extra |
---|---|
apache.hive |
|
cncf.kubernetes |
|
common.compat |
|
common.messaging |
|
common.sql |
|
exasol |
|
ftp |
|
http |
|
imap |
|
microsoft.azure |
|
mongo |
|
openlineage |
|
salesforce |
|
ssh |
Optional dependencies
Extra |
Dependencies |
---|---|
aiobotocore |
aiobotocore[boto3]>=2.21.1 |
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; python_version < '3.13' |
ftp |
apache-airflow-providers-ftp |
apache-airflow-providers-google |
|
imap |
apache-airflow-providers-imap |
microsoft.azure |
apache-airflow-providers-microsoft-azure |
mongo |
apache-airflow-providers-mongo |
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 |
The changelog for the provider package can be found in the changelog.