Skip to content

Commit

Permalink
v1.10.9
Browse files Browse the repository at this point in the history
  • Loading branch information
edbizarro committed Feb 9, 2020
1 parent 728c5cd commit e1f8381
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Maintained by Powerdatahub.com](https://img.shields.io/badge/maintained%20by-powerdatahub.com-%233D4DFE.svg?style=for-the-badge)](https://powerdatahub.com/?ref=repo_aws_airflow) [![Apache Airflow 1.10.7](https://img.shields.io/badge/Apache%20Airflow-1.10.7-3D4DFE.svg?style=for-the-badge)](https://github.com/apache/airflow/)
[![Maintained by Powerdatahub.com](https://img.shields.io/badge/maintained%20by-powerdatahub.com-%233D4DFE.svg?style=for-the-badge)](https://powerdatahub.com/?ref=repo_aws_airflow) [![Apache Airflow 1.10.9](https://img.shields.io/badge/Apache%20Airflow-1.10.9-3D4DFE.svg?style=for-the-badge)](https://github.com/apache/airflow/)

# Airflow AWS Module
Terraform module to deploy an [Apache Airflow](https://airflow.apache.org/) cluster on AWS, backed by RDS PostgreSQL for metadata, [S3](https://aws.amazon.com/s3/) for logs and [SQS](https://aws.amazon.com/sqs/) as message broker with CeleryExecutor
Expand Down
4 changes: 2 additions & 2 deletions files/cloud-init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ function install_python_and_python_packages() {
fi

pip3 install -U \
apache-airflow[celery,postgres,s3,crypto,jdbc,google_auth,redis,slack,ssh,sentry]==1.10.7 \
apache-airflow[celery,postgres,s3,crypto,jdbc,google_auth,redis,slack,ssh,sentry]==1.10.9 \
boto3 \
celery[sqs]==4.3.0 \
cython \
Expand All @@ -65,7 +65,7 @@ function install_python_and_python_packages() {
redis \
wheel \
werkzeug==0.16.0


sudo update-alternatives --install /usr/bin/python python /usr/bin/python3 10

Expand Down

0 comments on commit e1f8381

Please sign in to comment.