There was an error while loading. Please reload this page.
1 parent e617d5e commit f0bafb4Copy full SHA for f0bafb4
1 file changed
run_local.sh
@@ -7,7 +7,7 @@ set -e
7
export AIRFLOW_HOME=.
8
export DYNAMIC_DAGS_PATH=./dags/dynamic
9
10
-AIRFLOW_VERSION=3.2.2
+AIRFLOW_VERSION=3.3.0
11
PYTHON_VERSION="$(python --version | cut -d " " -f 2 | cut -d "." -f 1-2)"
12
# For example: 3.6
13
CONSTRAINT_URL="https://raw.githubusercontent.com/apache/airflow/constraints-${AIRFLOW_VERSION}/constraints-${PYTHON_VERSION}.txt"
0 commit comments