We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ad693f commit 5c78736Copy full SHA for 5c78736
airflow/download_constraints.sh
@@ -2,8 +2,8 @@
2
3
set -euo pipefail
4
5
-AIRFLOW_VERSION=${1:?"Missing version number argument (arg 1)"}
6
-PYTHON_VERSION=${2:-"3.12"}
+AIRFLOW_VERSION=${1:?"Missing product version number argument (arg 1)"}
+PYTHON_VERSION=${2:?"Missing python version number argument (arg 2)"}
7
8
URL="https://raw.githubusercontent.com/apache/airflow/constraints-${AIRFLOW_VERSION}/constraints-${PYTHON_VERSION}.txt"
9
FILENAME="constraints-${AIRFLOW_VERSION}-python${PYTHON_VERSION}.txt"
0 commit comments