Ash is going to also release providers rc1 soon, but for those who would
like to test using Docker images. 2.0.0rc1 images are ready with a subset
of providers baked in:

docker run -it apache/airflow:2.0.0rc1-python3.6 bash
airflow@a4726a32f5f3:/opt/airflow$ airflow version
2.0.0
airflow@a4726a32f5f3:/opt/airflow$ airflow providers list
package_name                             | description
                                                             | version
=========================================+==============================================================================================+========
apache-airflow-providers-amazon          | Amazon integration (including
Amazon Web Services (AWS) https://aws.amazon.com/)             | 1.0.0
apache-airflow-providers-celery          | Celery
http://www.celeryproject.org/
          | 1.0.0
apache-airflow-providers-cncf-kubernetes | Kubernetes https://kubernetes.io/
                                                           | 1.0.0
apache-airflow-providers-docker          | Docker
https://docs.docker.com/install/
           | 1.0.0
apache-airflow-providers-elasticsearch   | Elasticsearch
https://https//www.elastic.co/elasticsearch
   | 1.0.0
apache-airflow-providers-ftp             | File Transfer Protocol (FTP)
https://tools.ietf.org/html/rfc114                              | 1.0.0
apache-airflow-providers-google          | Google services including:
                                                            | 1.0.0
                                         |
                                                             |
                                         |   - Google Ads
https://ads.google.com/
  |
                                         |   - Google Cloud (GCP)
https://cloud.google.com/                                             |

                                         |   - Google Firebase
https://firebase.google.com/                                             |

                                         |   - Google Marketing Platform
https://marketingplatform.google.com/                          |
                                         |   - Google Workspace
https://workspace.google.pl/ (formerly Google Suite)                    |

apache-airflow-providers-grpc            | gRPC https://grpc.io/
                                                             | 1.0.0
apache-airflow-providers-hashicorp       | Hashicorp including Hashicorp
Vault https://www.vaultproject.io/                             | 1.0.0
apache-airflow-providers-http            | Hypertext Transfer Protocol
(HTTP) https://www.w3.org/Protocols/                             | 1.0.0
apache-airflow-providers-imap            | Internet Message Access Protocol
(IMAP) https://tools.ietf.org/html/rfc3501                  | 1.0.0
apache-airflow-providers-microsoft-azure | Microsoft Azure
https://azure.microsoft.com/
  | 1.0.0
apache-airflow-providers-mysql           | MySQL
https://www.mysql.com/products/
           | 1.0.0
apache-airflow-providers-postgres        | PostgreSQL
https://www.postgresql.org/
      | 1.0.0
apache-airflow-providers-redis           | Redis https://redis.io/
                                                             | 1.0.0
apache-airflow-providers-sendgrid        | Sendgrid https://sendgrid.com/
                                                            | 1.0.0
apache-airflow-providers-sftp            | SSH File Transfer Protocol
(SFTP) https://tools.ietf.org/wg/secsh/draft-ietf-secsh-filexfer/ | 1.0.0
apache-airflow-providers-slack           | Slack https://slack.com/
                                                            | 1.0.0
apache-airflow-providers-ssh             | Secure Shell (SSH)
https://tools.ietf.org/html/rfc4251                                       |
1.0.0

We have three images ready:

   - apache/airflow:2.0.0rc1-python3.6
   - apache/airflow:2.0.0rc1-python3.7
   - apache/airflow:2.0.0rc1-python3.8


J.

Reply via email to