Skip to content

Commit

Permalink
Upgrading airflow version to 2.5.3 (#36)
Browse files Browse the repository at this point in the history
* changing import_email_to_s3_and_update_data to weekly

* upgrading airflow version to 2.5.3
  • Loading branch information
tkalir authored Apr 26, 2023
1 parent 2de1d27 commit 0d93c21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow_server/pip_install_airflow.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

AIRFLOW_VERSION=2.0.2
AIRFLOW_VERSION=2.5.3
PYTHON_VERSION="$(python --version | cut -d " " -f 2 | cut -d "." -f 1-2)"

[ "${PYTHON_VERSION}" != "3.8" ] && echo invalid Python version, must use Python 3.8 && exit 1
Expand Down

0 comments on commit 0d93c21

Please sign in to comment.