

Le traduzioni sono generate tramite traduzione automatica. In caso di conflitto tra il contenuto di una traduzione e la versione originale in Inglese, quest'ultima prevarrà.

# Pacchetti del provider Apache Airflow installati in ambienti Amazon MWAA
<a name="connections-packages"></a>

Questa pagina elenca i pacchetti del provider Apache Airflow installati da Amazon MWAA per tutti gli ambienti Apache Airflow supportati. Per ulteriori informazioni su questi pacchetti, consulta il riferimento [Apache Airflow](https://airflow.apache.org/docs/apache-airflow/stable/extra-packages-ref.html) per gli extra dei pacchetti.

**Nota**  
[Per garantire che la compatibilità con la CloudWatch registrazione non venga sostituita da altre installazioni di librerie Python, Amazon MWAA installa Watchtower versione 2.0.1 dopo l'esecuzione.](https://pypi.org/project/watchtower/2.0.1/) `pip3 install -r requirements.txt`

**Topics**
+ [File di vincoli](#connections-packages-constraints)
+ [Pacchetti provider specifici per versione](#connections-packages-table)

## File di vincoli
<a name="connections-packages-constraints"></a>

A partire da Apache Airflow v2.7.2, il file dei requisiti deve includere una dichiarazione. `--constraint` Se non fornisci un vincolo, Amazon MWAA te ne specificherà uno per garantire che i pacchetti elencati nei tuoi requisiti siano compatibili con la versione di Apache Airflow che stai utilizzando.

I file dei vincoli di Apache Airflow specificano le versioni del provider disponibili al momento di una versione di Apache Airflow. In molti casi, tuttavia, i provider più recenti sono compatibili con quella versione di Apache Airflow. Poiché è necessario utilizzare i vincoli, per specificare una versione più recente di un pacchetto provider, è possibile modificare il file dei vincoli per una versione specifica del provider:

1. Scaricate il file dei vincoli specifici della versione, ad esempio GitHub, da [https://raw.githubusercontent.com/apache/airflow/constraints-2.7.2/constraints-3.11.txt (sostituite '2.7.2' con la versione che desiderate](https://raw.githubusercontent.com/apache/airflow/constraints-2.7.2/constraints-3.11.txt) utilizzare).

1. Salva il file dei vincoli modificato nella cartella Amazon S3 dags del tuo ambiente Amazon MWAA, ad esempio come. `constraints-3.11-updated.txt`

1. Specificate i vostri requisiti come indicato di seguito.

   ```
   --constraint "/usr/local/airflow/dags/constraints-3.11-updated.txt"
   apache-airflow-providers-amazon=={{version-number}}
   ```
**Nota**  
Se utilizzi un server web privato, ti consigliamo di [impacchettare le librerie richieste come file WHL](best-practices-dependencies.md#best-practices-dependencies-python-wheels) utilizzando. [aws-mwaa-docker-images](https://github.com/aws/amazon-mwaa-docker-images)

## Pacchetti provider specifici per versione
<a name="connections-packages-table"></a>

Installazione di pacchetti provider che puoi utilizzare per accedere a un tipo di connessione nell'interfaccia utente di Apache Airflow. Significa anche che non è necessario specificare questi pacchetti come dipendenza da Python nel file. `requirements.txt` Questa pagina elenca i pacchetti del provider Apache Airflow installati da Amazon MWAA per tutti gli ambienti Apache Airflow supportati.

**Nota**  
Per Apache Airflow v2 e versioni successive, Amazon MWAA [installa Watchtower versione 2.0.1 dopo l'`pip3 install -r requirements.txt`esecuzione, per garantire che la compatibilità con la CloudWatch registrazione non venga sostituita da altre installazioni](https://pypi.org/project/watchtower/2.0.1/) di librerie Python.

Puoi specificare l'ultima versione supportata di per aggiornare questo provider. `apache-airflow-providers-amazon`

**Versioni Apache Airflow supportate:**

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


| Tipo di connessione | Pacchetto | 
| --- | --- | 
| AWS Connessione | [apache-airflow-providers-amazon[aiobotocore] ==9.9.0](https://airflow.apache.org/docs/apache-airflow-providers-amazon/9.9.0/index.html) | 
| Connessione Postgres | [apache-airflow-providers-postgres==6.2.1](https://airflow.apache.org/docs/apache-airflow-providers-postgres/6.2.1/index.html) | 
| Connessione FTP | [apache-airflow-providers-ftp==3.13.1](https://airflow.apache.org/docs/apache-airflow-providers-ftp/3.13.1/index.html) | 
| Connessione Fab | [apache-airflow-providers-fab==2.3.0](https://airflow.apache.org/docs/apache-airflow-providers-fab/2.3.0/index.html) | 
| Connessione Celery | [apache-airflow-providers-celery==3.12.1](https://airflow.apache.org/docs/apache-airflow-providers-celery/3.12.1/index.html) | 
| Connessione HTTP | [apache-airflow-providers-http==5.3.2](https://airflow.apache.org/docs/apache-airflow-providers-http/5.3.2/index.html) | 
| Connessione IMAP | [apache-airflow-providers-imap==3.9.1](https://airflow.apache.org/docs/apache-airflow-providers-imap/3.9.1/index.html) | 
| SQL comune | [apache-airflow-providers-common-sql==1.27.3](https://airflow.apache.org/docs/apache-airflow-providers-common-sql/1.27.3/index.html) | 
| SQLite Connessione | [apache-airflow-providers-sqlite==4.1.1](https://airflow.apache.org/docs/apache-airflow-providers-sqlite/4.1.1/index.html) | 

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


| Tipo di connessione | Pacchetto | 
| --- | --- | 
| AWS Connessione | [apache-airflow-providers-amazon[aiobotocore] ==9.8.0](https://airflow.apache.org/docs/apache-airflow-providers-amazon/9.8.0/index.html) | 
| Connessione Postgres | [apache-airflow-providers-postgres==6.2.0](https://airflow.apache.org/docs/apache-airflow-providers-postgres/6.2.0/index.html) | 
| Connessione FTP | [apache-airflow-providers-ftp==3.13.0](https://airflow.apache.org/docs/apache-airflow-providers-ftp/3.13.0/index.html) | 
| Connessione Fab | [apache-airflow-providers-fab==1.5.3](https://airflow.apache.org/docs/apache-airflow-providers-fab/1.5.3/index.html) | 
| Connessione Celery | [apache-airflow-providers-celery==3.11.0](https://airflow.apache.org/docs/apache-airflow-providers-celery/3.11.0/index.html) | 
| Connessione HTTP | [apache-airflow-providers-http==5.3.0](https://airflow.apache.org/docs/apache-airflow-providers-http/5.3.0/index.html) | 
| Connessione IMAP | [apache-airflow-providers-imap==3.9.0](https://airflow.apache.org/docs/apache-airflow-providers-imap/3.9.0/index.html) | 
| SQL comune | [apache-airflow-providers-common-sql==1.27.1](https://airflow.apache.org/docs/apache-airflow-providers-common-sql/1.27.1/index.html) | 
| SQLite Connessione | [apache-airflow-providers-sqlite==4.1.0](https://airflow.apache.org/docs/apache-airflow-providers-sqlite/4.1.0/index.html) | 
| Connessione SMTP | [apache-airflow-providers-smtp==2.1.0](https://airflow.apache.org/docs/apache-airflow-providers-smtp/2.1.0/index.html) | 

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


| Tipo di connessione | Pacchetto | 
| --- | --- | 
| AWS Connessione | [apache-airflow-providers-amazon[aiobotocore] ==9.0.0](https://airflow.apache.org/docs/apache-airflow-providers-amazon/9.0.0/index.html) | 
| Connessione Postgres | [apache-airflow-providers-postgres==5.13.1](https://airflow.apache.org/docs/apache-airflow-providers-postgres/5.13.1/index.html) | 
| Connessione FTP | [apache-airflow-providers-ftp==3.11.1](https://airflow.apache.org/docs/apache-airflow-providers-ftp/3.11.1/index.html) | 
| Connessione Fab | [apache-airflow-providers-fab==1.5.0](https://airflow.apache.org/docs/apache-airflow-providers-fab/1.5.0/index.html) | 
| Connessione Celery | [apache-airflow-providers-celery==3.8.3](https://airflow.apache.org/docs/apache-airflow-providers-celery/3.8.3/index.html) | 
| Connessione HTTP | [apache-airflow-providers-http==4.13.2](https://airflow.apache.org/docs/apache-airflow-providers-http/4.13.2/index.html) | 
| Connessione IMAP | [apache-airflow-providers-imap==3.7.0](https://airflow.apache.org/docs/apache-airflow-providers-imap/3.7.0/index.html) | 
| SQL comune | [apache-airflow-providers-common-sql==1.19.0](https://airflow.apache.org/docs/apache-airflow-providers-common-sql/1.19.0/index.html) | 
| SQLite Connessione | [apache-airflow-providers-sqlite==3.9.0](https://airflow.apache.org/docs/apache-airflow-providers-sqlite/3.9.0/index.html) | 
| Connessione 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 ]


| Tipo di connessione | Pacchetto | 
| --- | --- | 
| AWS Connessione | [apache-airflow-providers-amazon[aiobotocore] ==8.28.0](https://airflow.apache.org/docs/apache-airflow-providers-amazon/2.28.0/index.html) | 
| Connessione Postgres | [apache-airflow-providers-postgres==5.12.0](https://airflow.apache.org/docs/apache-airflow-providers-postgres/5.12.0/index.html) | 
| Connessione FTP | [apache-airflow-providers-ftp==3.11.0](https://airflow.apache.org/docs/apache-airflow-providers-ftp/3.11.0/index.html) | 
| Connessione Fab | [apache-airflow-providers-fab==1.3.0](https://airflow.apache.org/docs/apache-airflow-providers-fab/1.3.0/index.html) | 
| Connessione Celery | [apache-airflow-providers-celery==3.8.1](https://airflow.apache.org/docs/apache-airflow-providers-celery/3.8.1/index.html) | 
| Connessione HTTP | [apache-airflow-providers-http==4.13.0](https://airflow.apache.org/docs/apache-airflow-providers-http/4.13.0/index.html) | 
| Connessione IMAP | [apache-airflow-providers-imap==3.7.0](https://airflow.apache.org/docs/apache-airflow-providers-imap/3.7.0/index.html) | 
| SQL comune | [apache-airflow-providers-common-sql==1.16.0](https://airflow.apache.org/docs/apache-airflow-providers-common-sql/1.16.0/index.html) | 
| SQLite Connessione | [apache-airflow-providers-sqlite==3.9.0](https://airflow.apache.org/docs/apache-airflow-providers-sqlite/3.9.0/index.html) | 
| Connessione 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 ]


| Tipo di connessione | Pacchetto | 
| --- | --- | 
| AWS Connessione | [apache-airflow-providers-amazon[aiobotocore] ==8.24.0](https://airflow.apache.org/docs/apache-airflow-providers-amazon/8.24.0/index.html) | 
| Connessione Postgres | [apache-airflow-providers-postgres==5.11.1](https://airflow.apache.org/docs/apache-airflow-providers-postgres/5.11.1/index.html) | 
| Connessione FTP | [apache-airflow-providers-ftp==3.9.1](https://airflow.apache.org/docs/apache-airflow-providers-ftp/3.9.1/index.html) | 
| Connessione Fab | [apache-airflow-providers-fab==1.1.1](https://airflow.apache.org/docs/apache-airflow-providers-fab/1.1.1/index.html) | 
| Connessione Celery | [apache-airflow-providers-celery==3.7.2](https://airflow.apache.org/docs/apache-airflow-providers-celery/3.7.2/index.html) | 
| Connessione HTTP | [apache-airflow-providers-http==4.11.1](https://airflow.apache.org/docs/apache-airflow-providers-http/4.11.1/index.html) | 
| Connessione IMAP | [apache-airflow-providers-imap==3.6.1](https://airflow.apache.org/docs/apache-airflow-providers-imap/3.6.1/index.html) | 
| SQL comune | [apache-airflow-providers-common-sql==1.14.0](https://airflow.apache.org/docs/apache-airflow-providers-common-sql/1.14.0/index.html) | 
| SQLite Connessione | [apache-airflow-providers-sqlite==3.8.1](https://airflow.apache.org/docs/apache-airflow-providers-sqlite/3.8.1/index.html) | 
| Connessione 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 ]


| Tipo di connessione | Pacchetto | 
| --- | --- | 
| AWS Connessione | [apache-airflow-providers-amazon[aiobotocore] ==8.16.0](https://airflow.apache.org/docs/apache-airflow-providers-amazon/8.16.0/index.html) | 
| Connessione Postgres | [apache-airflow-providers-postgres==5.10.0](https://airflow.apache.org/docs/apache-airflow-providers-postgres/5.10.0/index.html) | 
| Connessione FTP | [apache-airflow-providers-ftp==3.7.0](https://airflow.apache.org/docs/apache-airflow-providers-ftp/3.7.0/index.html) | 
| Connessione Celery | [apache-airflow-providers-celery==3.5.1](https://airflow.apache.org/docs/apache-airflow-providers-celery/3.5.1/index.html) | 
| Connessione HTTP | [apache-airflow-providers-http==4.8.0](https://airflow.apache.org/docs/apache-airflow-providers-http/4.8.0/index.html) | 
| Connessione IMAP | [apache-airflow-providers-imap==3.5.0](https://airflow.apache.org/docs/apache-airflow-providers-imap/3.5.0/index.html) | 
| SQL comune | [apache-airflow-providers-common-sql==1.10.0](https://airflow.apache.org/docs/apache-airflow-providers-common-sql/1.10.0/index.html) | 
| SQLite Connessione | [apache-airflow-providers-sqlite==3.7.0](https://airflow.apache.org/docs/apache-airflow-providers-sqlite/3.7.0/index.html) | 

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


| Tipo di connessione | Pacchetto | 
| --- | --- | 
| AWS Connessione | [apache-airflow-providers-amazon[aiobotocore] ==8.7.1](https://airflow.apache.org/docs/apache-airflow-providers-amazon/8.7.1/index.html) | 
| Connessione Postgres | [apache-airflow-providers-postgres==5.6.1](https://airflow.apache.org/docs/apache-airflow-providers-postgres/5.6.1/index.html) | 
| Connessione FTP | [apache-airflow-providers-ftp==3.5.2](https://airflow.apache.org/docs/apache-airflow-providers-ftp/3.5.2/index.html) | 
| Connessione Celery | [apache-airflow-providers-celery==3.3.4](https://airflow.apache.org/docs/apache-airflow-providers-celery/3.3.4/index.html) | 
| Connessione HTTP | [apache-airflow-providers-http==4.5.2](https://airflow.apache.org/docs/apache-airflow-providers-http/4.5.2/index.html) | 
| Connessione IMAP | [apache-airflow-providers-imap==3.3.2](https://airflow.apache.org/docs/apache-airflow-providers-imap/3.3.2/index.html) | 
| SQL comune | [apache-airflow-providers-common-sql==1.7.2](https://airflow.apache.org/docs/apache-airflow-providers-common-sql/1.7.2/index.html) | 
| SQLite Connessione | [apache-airflow-providers-sqlite==3.4.3](https://airflow.apache.org/docs/apache-airflow-providers-sqlite/3.4.3/index.html) | 

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


| Tipo di connessione | Pacchetto | 
| --- | --- | 
| AWS Connessione | [apache-airflow-providers-amazon[aiobotocore] ==8.2.0](https://airflow.apache.org/docs/apache-airflow-providers-amazon/8.2.0/index.html) | 
| Connessione Postgres | [apache-airflow-providers-postgres==5.5.1](https://airflow.apache.org/docs/apache-airflow-providers-postgres/5.5.1/index.html) | 
| Connessione FTP | [apache-airflow-providers-ftp==3.4.2](https://airflow.apache.org/docs/apache-airflow-providers-ftp/3.4.2/index.html) | 
| Connessione Celery | [apache-airflow-providers-celery==3.2.1](https://airflow.apache.org/docs/apache-airflow-providers-celery/3.2.1/index.html) | 
| Connessione HTTP | [apache-airflow-providers-http==4.4.2](https://airflow.apache.org/docs/apache-airflow-providers-http/4.4.2/index.html) | 
| Connessione IMAP | [apache-airflow-providers-imap==3.2.2](https://airflow.apache.org/docs/apache-airflow-providers-imap/3.2.2/index.html) | 
| SQL comune | [apache-airflow-providers-common-sql==1.5.2](https://airflow.apache.org/docs/apache-airflow-providers-common-sql/1.5.2/index.html) | 
| SQLite Connessione | [apache-airflow-providers-sqlite==3.4.2](https://airflow.apache.org/docs/apache-airflow-providers-sqlite/3.4.2/index.html) | 

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


| Tipo di connessione | Pacchetto | 
| --- | --- | 
| AWS Connessione | [apache-airflow-providers-amazon==7.1.0](https://airflow.apache.org/docs/apache-airflow-providers-amazon/7.1.0/index.html) | 
| Connessione Postgres | [apache-airflow-providers-postgres==5.4.0](https://airflow.apache.org/docs/apache-airflow-providers-postgres/5.4.0/index.html) | 
| Connessione FTP | [apache-airflow-providers-ftp==3.3.0](https://airflow.apache.org/docs/apache-airflow-providers-ftp/3.3.0/index.html) | 
| Connessione Celery | [apache-airflow-providers-celery==3.1.0](https://airflow.apache.org/docs/apache-airflow-providers-celery/3.1.0/index.html) | 
| Connessione HTTP | [apache-airflow-providers-http==4.1.1](https://airflow.apache.org/docs/apache-airflow-providers-http/4.4.1/index.html) | 
| Connessione IMAP | [apache-airflow-providers-imap==3.1.1](https://airflow.apache.org/docs/apache-airflow-providers-imap/3.1.1/index.html) | 
| SQL comune | [apache-airflow-providers-common-sql==1.3.3](https://airflow.apache.org/docs/apache-airflow-providers-common-sql/1.3.3/index.html) | 
| SQLite Connessione | [apache-airflow-providers-sqlite==3.3.1](https://airflow.apache.org/docs/apache-airflow-providers-sqlite/3.3.1/index.html) | 

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


| Tipo di connessione | Pacchetto | 
| --- | --- | 
| AWS Connessione | [apache-airflow-providers-amazon==6.0.0](https://airflow.apache.org/docs/apache-airflow-providers-amazon/6.0.0/index.html) | 
| Connessione Postgres | [apache-airflow-providers-postgres==5.2.2](https://airflow.apache.org/docs/apache-airflow-providers-postgres/5.2.2/index.html) | 
| Connessione FTP | [apache-airflow-providers-ftp==3.1.0](https://airflow.apache.org/docs/apache-airflow-providers-ftp/3.1.0/index.html) | 
| Connessione Celery | [apache-airflow-providers-celery==3.0.0](https://airflow.apache.org/docs/apache-airflow-providers-celery/3.0.0/index.html) | 
| Connessione HTTP | [apache-airflow-providers-http==4.0.0](https://airflow.apache.org/docs/apache-airflow-providers-http/4.0.0/index.html) | 
| Connessione IMAP | [apache-airflow-providers-imap==3.0.0](https://airflow.apache.org/docs/apache-airflow-providers-imap/3.0.0/index.html) | 
| SQL comune | [apache-airflow-providers-common-sql==1.2.0](https://airflow.apache.org/docs/apache-airflow-providers-common-sql/1.2.0/index.html) | 
| SQLite Connessione | [apache-airflow-providers-sqlite==3.2.1](https://airflow.apache.org/docs/apache-airflow-providers-sqlite/3.2.1/index.html) | 

------