Skip to content

Latest commit

 

History

History
149 lines (109 loc) · 6.67 KB

File metadata and controls

149 lines (109 loc) · 6.67 KB

apache-airflow-providers-amazon

Content

Connection types <connections/index> Operators <operators/index> Transfers <transfer/index> Deferrable Operators <deferrable> Secrets backends <secrets-backends/index> Logging for Tasks <logging/index>

Python API <_api/airflow/providers/amazon/index>

System Tests <_api/tests/system/providers/amazon/index>

Example DAGs <example-dags> PyPI Repository <https://pypi.org/project/apache-airflow-providers-amazon/> Installing from sources <installing-providers-from-sources>

Detailed list of commits <commits>

Package apache-airflow-providers-amazon

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

Release: 8.0.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

PIP package Version required
apache-airflow >=2.3.0
apache-airflow-providers-common-sql >=1.3.1

boto3 asgiref

>=1.24.0

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