

Les traductions sont fournies par des outils de traduction automatique. En cas de conflit entre le contenu d'une traduction et celui de la version originale en anglais, la version anglaise prévaudra.

# Packages du fournisseur Apache Airflow installés sur les environnements Amazon MWAA
<a name="connections-packages"></a>

Cette page répertorie les packages du fournisseur Apache Airflow installés par Amazon MWAA pour tous les environnements Apache Airflow pris en charge. Pour plus d'informations sur ces packages, reportez-vous à la [référence Apache Airflow pour les](https://airflow.apache.org/docs/apache-airflow/stable/extra-packages-ref.html) modules supplémentaires.

**Note**  
Pour garantir que la compatibilité avec la CloudWatch journalisation n'est pas annulée par d'autres installations de bibliothèques Python, Amazon MWAA installe la version 2.0.1 de [Watchtower](https://pypi.org/project/watchtower/2.0.1/) après l'avoir exécutée. `pip3 install -r requirements.txt`

**Topics**
+ [Fichier de contraintes](#connections-packages-constraints)
+ [Packages de fournisseurs spécifiques à la version](#connections-packages-table)

## Fichier de contraintes
<a name="connections-packages-constraints"></a>

À partir de la version 2.7.2 d'Apache Airflow, votre fichier d'exigences doit inclure une déclaration. `--constraint` Si vous ne fournissez aucune contrainte, Amazon MWAA vous en indiquera une afin de garantir que les packages répertoriés dans vos exigences sont compatibles avec la version d'Apache Airflow que vous utilisez.

Les fichiers de contraintes d'Apache Airflow spécifient les versions des fournisseurs disponibles au moment de la publication d'Apache Airflow. Dans de nombreux cas, cependant, les nouveaux fournisseurs sont compatibles avec cette version d'Apache Airflow. Comme vous devez utiliser des contraintes, pour spécifier une version plus récente d'un package de fournisseur, vous pouvez modifier le fichier de contraintes pour une version de fournisseur spécifique :

1. Téléchargez le fichier de contraintes spécifique à la version depuis GitHub, par exemple [https://raw.githubusercontent.com/apache/airflow/constraints-2.7.2/constraints-3.11.txt](https://raw.githubusercontent.com/apache/airflow/constraints-2.7.2/constraints-3.11.txt) (remplacez « 2.7.2 » par la version que vous souhaitez utiliser).

1. Enregistrez le fichier de contraintes modifié dans le dossier Amazon S3 dags de votre environnement Amazon MWAA, par exemple sous le nom de. `constraints-3.11-updated.txt`

1. Spécifiez vos besoins comme indiqué ci-dessous.

   ```
   --constraint "/usr/local/airflow/dags/constraints-3.11-updated.txt"
   apache-airflow-providers-amazon==version-number
   ```
**Note**  
Si vous utilisez un serveur Web privé, nous vous recommandons d'[empaqueter les bibliothèques requises sous forme de fichiers WHL](best-practices-dependencies.md#best-practices-dependencies-python-wheels) en utilisant. [aws-mwaa-docker-images](https://github.com/aws/amazon-mwaa-docker-images)

## Packages de fournisseurs spécifiques à la version
<a name="connections-packages-table"></a>

Installation de packages de fournisseurs que vous pouvez utiliser pour accéder à un type de connexion dans l'interface utilisateur d'Apache Airflow. Cela signifie également que vous n'avez pas besoin de spécifier ces packages en tant que dépendance Python dans votre `requirements.txt` fichier. Cette page répertorie les packages du fournisseur Apache Airflow installés par Amazon MWAA pour tous les environnements Apache Airflow pris en charge.

**Note**  
Pour Apache Airflow v2 et versions ultérieures, Amazon MWAA installe la [version 2.0.1 de Watchtower](https://pypi.org/project/watchtower/2.0.1/) après l'avoir exécutée`pip3 install -r requirements.txt`, afin de garantir que la compatibilité avec la CloudWatch journalisation ne soit pas annulée par d'autres installations de bibliothèques Python.

Vous pouvez spécifier la dernière version prise en charge de `apache-airflow-providers-amazon` pour mettre à niveau ce fournisseur.

**Versions d'Apache Airflow prises en charge :**

------
#### [ v3.0.6 ]


| Type de connexion | Package | 
| --- | --- | 
|  AWS Raccordement  |  [apache-airflow-providers-amazon[aiobotocore] ==9.9.0](https://airflow.apache.org/docs/apache-airflow-providers-amazon/9.9.0/index.html)  | 
|  Connexion Postgres  |  [apache-airflow-providers-postgres==6.2.1](https://airflow.apache.org/docs/apache-airflow-providers-postgres/6.2.1/index.html)  | 
|  Connexion FTP  |  [apache-airflow-providers-ftp==3,13,1](https://airflow.apache.org/docs/apache-airflow-providers-ftp/3.13.1/index.html)  | 
|  Fab Connection  |  [apache-airflow-providers-fab==2,3.0](https://airflow.apache.org/docs/apache-airflow-providers-fab/2.3.0/index.html)  | 
|  Connexion au céleri  |  [apache-airflow-providers-celery==3,12.1](https://airflow.apache.org/docs/apache-airflow-providers-celery/3.12.1/index.html)  | 
|  Connexion HTTP  |  [apache-airflow-providers-http==5.3.2](https://airflow.apache.org/docs/apache-airflow-providers-http/5.3.2/index.html)  | 
|  Connexion IMAP  |  [apache-airflow-providers-imap==3,9.1](https://airflow.apache.org/docs/apache-airflow-providers-imap/3.9.1/index.html)  | 
|  SQL commun  |  [apache-airflow-providers-common-sql==1,27,3](https://airflow.apache.org/docs/apache-airflow-providers-common-sql/1.27.3/index.html)  | 
|  SQLite Raccordement  |  [apache-airflow-providers-sqlite==4.1.1](https://airflow.apache.org/docs/apache-airflow-providers-sqlite/4.1.1/index.html)  | 

------
#### [ v2.11.0 ]


| Type de connexion | Package | 
| --- | --- | 
|  AWS Raccordement  |  [apache-airflow-providers-amazon[aiobotocore] ==9.8.0](https://airflow.apache.org/docs/apache-airflow-providers-amazon/9.8.0/index.html)  | 
|  Connexion Postgres  |  [apache-airflow-providers-postgres==6,2,0](https://airflow.apache.org/docs/apache-airflow-providers-postgres/6.2.0/index.html)  | 
|  Connexion FTP  |  [apache-airflow-providers-ftp==3,13,0](https://airflow.apache.org/docs/apache-airflow-providers-ftp/3.13.0/index.html)  | 
|  Fab Connection  |  [apache-airflow-providers-fab==1,5.3](https://airflow.apache.org/docs/apache-airflow-providers-fab/1.5.3/index.html)  | 
|  Connexion au céleri  |  [apache-airflow-providers-celery==3,11.0](https://airflow.apache.org/docs/apache-airflow-providers-celery/3.11.0/index.html)  | 
|  Connexion HTTP  |  [apache-airflow-providers-http==5,3.0](https://airflow.apache.org/docs/apache-airflow-providers-http/5.3.0/index.html)  | 
|  Connexion IMAP  |  [apache-airflow-providers-imap==3,9,0](https://airflow.apache.org/docs/apache-airflow-providers-imap/3.9.0/index.html)  | 
|  SQL commun  |  [apache-airflow-providers-common-sql==1,27.1](https://airflow.apache.org/docs/apache-airflow-providers-common-sql/1.27.1/index.html)  | 
|  SQLite Raccordement  |  [apache-airflow-providers-sqlite==4,10](https://airflow.apache.org/docs/apache-airflow-providers-sqlite/4.1.0/index.html)  | 
|  Connexion SMTP  |  [apache-airflow-providers-smtp==2,10](https://airflow.apache.org/docs/apache-airflow-providers-smtp/2.1.0/index.html)  | 

------
#### [ v2.10.3 ]


| Type de connexion | Package | 
| --- | --- | 
|  AWS Raccordement  |  [apache-airflow-providers-amazon[aiobotocore] ==9.0.0](https://airflow.apache.org/docs/apache-airflow-providers-amazon/9.0.0/index.html)  | 
|  Connexion Postgres  |  [apache-airflow-providers-postgres==5,13,1](https://airflow.apache.org/docs/apache-airflow-providers-postgres/5.13.1/index.html)  | 
|  Connexion FTP  |  [apache-airflow-providers-ftp==3.11.1](https://airflow.apache.org/docs/apache-airflow-providers-ftp/3.11.1/index.html)  | 
|  Fab Connection  |  [apache-airflow-providers-fab==1,5,0](https://airflow.apache.org/docs/apache-airflow-providers-fab/1.5.0/index.html)  | 
|  Connexion au céleri  |  [apache-airflow-providers-celery==3,8,3](https://airflow.apache.org/docs/apache-airflow-providers-celery/3.8.3/index.html)  | 
|  Connexion HTTP  |  [apache-airflow-providers-http==4,13,2](https://airflow.apache.org/docs/apache-airflow-providers-http/4.13.2/index.html)  | 
|  Connexion IMAP  |  [apache-airflow-providers-imap==3,7.0](https://airflow.apache.org/docs/apache-airflow-providers-imap/3.7.0/index.html)  | 
|  SQL commun  |  [apache-airflow-providers-common-sql==1,19,0](https://airflow.apache.org/docs/apache-airflow-providers-common-sql/1.19.0/index.html)  | 
|  SQLite Raccordement  |  [apache-airflow-providers-sqlite==3,9,0](https://airflow.apache.org/docs/apache-airflow-providers-sqlite/3.9.0/index.html)  | 
|  Connexion SMTP  |  [apache-airflow-providers-smtp==1,8.0](https://airflow.apache.org/docs/apache-airflow-providers-smtp/1.8.0/index.html)  | 

------
#### [ v2.10.1 ]


| Type de connexion | Package | 
| --- | --- | 
|  AWS Raccordement  |  [apache-airflow-providers-amazon[aiobotocore] ==8,28,0](https://airflow.apache.org/docs/apache-airflow-providers-amazon/2.28.0/index.html)  | 
|  Connexion Postgres  |  [apache-airflow-providers-postgres==5,12,0](https://airflow.apache.org/docs/apache-airflow-providers-postgres/5.12.0/index.html)  | 
|  Connexion FTP  |  [apache-airflow-providers-ftp==3,11.0](https://airflow.apache.org/docs/apache-airflow-providers-ftp/3.11.0/index.html)  | 
|  Fab Connection  |  [apache-airflow-providers-fab==1,3.0](https://airflow.apache.org/docs/apache-airflow-providers-fab/1.3.0/index.html)  | 
|  Connexion au céleri  |  [apache-airflow-providers-celery==3,8.1](https://airflow.apache.org/docs/apache-airflow-providers-celery/3.8.1/index.html)  | 
|  Connexion HTTP  |  [apache-airflow-providers-http==4,13,0](https://airflow.apache.org/docs/apache-airflow-providers-http/4.13.0/index.html)  | 
|  Connexion IMAP  |  [apache-airflow-providers-imap==3,7.0](https://airflow.apache.org/docs/apache-airflow-providers-imap/3.7.0/index.html)  | 
|  SQL commun  |  [apache-airflow-providers-common-sql==1,16,0](https://airflow.apache.org/docs/apache-airflow-providers-common-sql/1.16.0/index.html)  | 
|  SQLite Raccordement  |  [apache-airflow-providers-sqlite==3,9,0](https://airflow.apache.org/docs/apache-airflow-providers-sqlite/3.9.0/index.html)  | 
|  Connexion SMTP  |  [apache-airflow-providers-smtp==1,8.0](https://airflow.apache.org/docs/apache-airflow-providers-smtp/1.8.0/index.html)  | 

------
#### [ v2.9.2 ]


| Type de connexion | Package | 
| --- | --- | 
|  AWS Raccordement  |  [apache-airflow-providers-amazon[aiobotocore] ==8,24.0](https://airflow.apache.org/docs/apache-airflow-providers-amazon/8.24.0/index.html)  | 
|  Connexion Postgres  |  [apache-airflow-providers-postgres==5,11](https://airflow.apache.org/docs/apache-airflow-providers-postgres/5.11.1/index.html)  | 
|  Connexion FTP  |  [apache-airflow-providers-ftp==3,9.1](https://airflow.apache.org/docs/apache-airflow-providers-ftp/3.9.1/index.html)  | 
|  Fab Connection  |  [apache-airflow-providers-fab==1.1.1](https://airflow.apache.org/docs/apache-airflow-providers-fab/1.1.1/index.html)  | 
|  Connexion au céleri  |  [apache-airflow-providers-celery==3.7.2](https://airflow.apache.org/docs/apache-airflow-providers-celery/3.7.2/index.html)  | 
|  Connexion HTTP  |  [apache-airflow-providers-http==4.11.1](https://airflow.apache.org/docs/apache-airflow-providers-http/4.11.1/index.html)  | 
|  Connexion IMAP  |  [apache-airflow-providers-imap==3,6.1](https://airflow.apache.org/docs/apache-airflow-providers-imap/3.6.1/index.html)  | 
|  SQL commun  |  [apache-airflow-providers-common-sql==1,14.0](https://airflow.apache.org/docs/apache-airflow-providers-common-sql/1.14.0/index.html)  | 
|  SQLite Raccordement  |  [apache-airflow-providers-sqlite==3,8.1](https://airflow.apache.org/docs/apache-airflow-providers-sqlite/3.8.1/index.html)  | 
|  Connexion SMTP  |  [apache-airflow-providers-smtp==1,7.1](https://airflow.apache.org/docs/apache-airflow-providers-smtp/1.7.1/index.html)  | 

------
#### [ v2.8.1 ]


| Type de connexion | Package | 
| --- | --- | 
|  AWS Raccordement  |  [apache-airflow-providers-amazon[aiobotocore] ==8.16.0](https://airflow.apache.org/docs/apache-airflow-providers-amazon/8.16.0/index.html)  | 
|  Connexion Postgres  |  [apache-airflow-providers-postgres==5,1,0](https://airflow.apache.org/docs/apache-airflow-providers-postgres/5.10.0/index.html)  | 
|  Connexion FTP  |  [apache-airflow-providers-ftp==3,7.0](https://airflow.apache.org/docs/apache-airflow-providers-ftp/3.7.0/index.html)  | 
|  Connexion au céleri  |  [apache-airflow-providers-celery==3.5.1](https://airflow.apache.org/docs/apache-airflow-providers-celery/3.5.1/index.html)  | 
|  Connexion HTTP  |  [apache-airflow-providers-http==4,8,0](https://airflow.apache.org/docs/apache-airflow-providers-http/4.8.0/index.html)  | 
|  Connexion IMAP  |  [apache-airflow-providers-imap==3,5,0](https://airflow.apache.org/docs/apache-airflow-providers-imap/3.5.0/index.html)  | 
|  SQL commun  |  [apache-airflow-providers-common-sql==1,1,0](https://airflow.apache.org/docs/apache-airflow-providers-common-sql/1.10.0/index.html)  | 
|  SQLite Raccordement  |  [apache-airflow-providers-sqlite==3,7.0](https://airflow.apache.org/docs/apache-airflow-providers-sqlite/3.7.0/index.html)  | 

------
#### [ v2.7.2 ]


| Type de connexion | Package | 
| --- | --- | 
|  AWS Raccordement  |  [apache-airflow-providers-amazon[aiobotocore] ==8.7.1](https://airflow.apache.org/docs/apache-airflow-providers-amazon/8.7.1/index.html)  | 
|  Connexion Postgres  |  [apache-airflow-providers-postgres==5,6.1](https://airflow.apache.org/docs/apache-airflow-providers-postgres/5.6.1/index.html)  | 
|  Connexion FTP  |  [apache-airflow-providers-ftp==3.5.2](https://airflow.apache.org/docs/apache-airflow-providers-ftp/3.5.2/index.html)  | 
|  Connexion au céleri  |  [apache-airflow-providers-celery==3.3.4](https://airflow.apache.org/docs/apache-airflow-providers-celery/3.3.4/index.html)  | 
|  Connexion HTTP  |  [apache-airflow-providers-http==4,5.2](https://airflow.apache.org/docs/apache-airflow-providers-http/4.5.2/index.html)  | 
|  Connexion IMAP  |  [apache-airflow-providers-imap==3.3.2](https://airflow.apache.org/docs/apache-airflow-providers-imap/3.3.2/index.html)  | 
|  SQL commun  |  [apache-airflow-providers-common-sql==1,7.2](https://airflow.apache.org/docs/apache-airflow-providers-common-sql/1.7.2/index.html)  | 
|  SQLite Raccordement  |  [apache-airflow-providers-sqlite==3.4.3](https://airflow.apache.org/docs/apache-airflow-providers-sqlite/3.4.3/index.html)  | 

------
#### [ v2.6.3 ]


| Type de connexion | Package | 
| --- | --- | 
|  AWS Raccordement  |  [apache-airflow-providers-amazon[aiobotocore] ==8.2.0](https://airflow.apache.org/docs/apache-airflow-providers-amazon/8.2.0/index.html)  | 
|  Connexion Postgres  |  [apache-airflow-providers-postgres==5,5.1](https://airflow.apache.org/docs/apache-airflow-providers-postgres/5.5.1/index.html)  | 
|  Connexion FTP  |  [apache-airflow-providers-ftp==3.4.2](https://airflow.apache.org/docs/apache-airflow-providers-ftp/3.4.2/index.html)  | 
|  Connexion au céleri  |  [apache-airflow-providers-celery==3.2.1](https://airflow.apache.org/docs/apache-airflow-providers-celery/3.2.1/index.html)  | 
|  Connexion HTTP  |  [apache-airflow-providers-http==4.4.2](https://airflow.apache.org/docs/apache-airflow-providers-http/4.4.2/index.html)  | 
|  Connexion IMAP  |  [apache-airflow-providers-imap==3.2.2](https://airflow.apache.org/docs/apache-airflow-providers-imap/3.2.2/index.html)  | 
|  SQL commun  |  [apache-airflow-providers-common-sql==1,5.2](https://airflow.apache.org/docs/apache-airflow-providers-common-sql/1.5.2/index.html)  | 
|  SQLite Raccordement  |  [apache-airflow-providers-sqlite==3.4.2](https://airflow.apache.org/docs/apache-airflow-providers-sqlite/3.4.2/index.html)  | 

------
#### [ v2.5.1 ]


| Type de connexion | Package | 
| --- | --- | 
|  AWS Raccordement  |  [apache-airflow-providers-amazon==7,10](https://airflow.apache.org/docs/apache-airflow-providers-amazon/7.1.0/index.html)  | 
|  Connexion Postgres  |  [apache-airflow-providers-postgres==5,4.0](https://airflow.apache.org/docs/apache-airflow-providers-postgres/5.4.0/index.html)  | 
|  Connexion FTP  |  [apache-airflow-providers-ftp==3,3,0](https://airflow.apache.org/docs/apache-airflow-providers-ftp/3.3.0/index.html)  | 
|  Connexion au céleri  |  [apache-airflow-providers-celery==3,10](https://airflow.apache.org/docs/apache-airflow-providers-celery/3.1.0/index.html)  | 
|  Connexion HTTP  |  [apache-airflow-providers-http==4.1.1](https://airflow.apache.org/docs/apache-airflow-providers-http/4.4.1/index.html)  | 
|  Connexion IMAP  |  [apache-airflow-providers-imap==3.1.1](https://airflow.apache.org/docs/apache-airflow-providers-imap/3.1.1/index.html)  | 
|  SQL commun  |  [apache-airflow-providers-common-sql==1.3.3](https://airflow.apache.org/docs/apache-airflow-providers-common-sql/1.3.3/index.html)  | 
|  SQLite Raccordement  |  [apache-airflow-providers-sqlite==3.3.1](https://airflow.apache.org/docs/apache-airflow-providers-sqlite/3.3.1/index.html)  | 

------
#### [ v2.4.3 ]


| Type de connexion | Package | 
| --- | --- | 
|  AWS Raccordement  |  [apache-airflow-providers-amazon==6,0.0](https://airflow.apache.org/docs/apache-airflow-providers-amazon/6.0.0/index.html)  | 
|  Connexion Postgres  |  [apache-airflow-providers-postgres==5.2.2](https://airflow.apache.org/docs/apache-airflow-providers-postgres/5.2.2/index.html)  | 
|  Connexion FTP  |  [apache-airflow-providers-ftp==3,10](https://airflow.apache.org/docs/apache-airflow-providers-ftp/3.1.0/index.html)  | 
|  Connexion au céleri  |  [apache-airflow-providers-celery==3,0.0](https://airflow.apache.org/docs/apache-airflow-providers-celery/3.0.0/index.html)  | 
|  Connexion HTTP  |  [apache-airflow-providers-http==4,0.0](https://airflow.apache.org/docs/apache-airflow-providers-http/4.0.0/index.html)  | 
|  Connexion IMAP  |  [apache-airflow-providers-imap==3,0.0](https://airflow.apache.org/docs/apache-airflow-providers-imap/3.0.0/index.html)  | 
|  SQL commun  |  [apache-airflow-providers-common-sql==1.2.0](https://airflow.apache.org/docs/apache-airflow-providers-common-sql/1.2.0/index.html)  | 
|  SQLite Raccordement  |  [apache-airflow-providers-sqlite==3.2.1](https://airflow.apache.org/docs/apache-airflow-providers-sqlite/3.2.1/index.html)  | 

------