Clarify breeze docs --install-airflow-version/-reference (#11570)
* Clarify breeze docs --install-airflow-version/-reference * Add to automated bash scripts
This commit is contained in:
Родитель
8372ab1375
Коммит
5d4fbcebe7
|
@ -1197,11 +1197,11 @@ This is the current syntax for `./breeze <./breeze>`_:
|
|||
image building time in production image and at container entering time for CI image. One of:
|
||||
|
||||
1.10.12 1.10.11 1.10.10 1.10.9 1.10.8 1.10.7 1.10.6 1.10.5 1.10.4 1.10.3 1.10.2
|
||||
master v1-10-test
|
||||
|
||||
-t, --install-airflow-reference INSTALL_AIRFLOW_REFERENCE
|
||||
If specified, installs Airflow directly from reference in GitHub. This happens at
|
||||
image building time in production image and at container entering time for CI image.
|
||||
This can be a GitHub branch like master or v1-10-test, or a tag like 2.0.0a1.
|
||||
|
||||
--no-rbac-ui
|
||||
Disables RBAC UI when Airflow 1.10.* is installed.
|
||||
|
@ -2183,11 +2183,11 @@ This is the current syntax for `./breeze <./breeze>`_:
|
|||
image building time in production image and at container entering time for CI image. One of:
|
||||
|
||||
1.10.12 1.10.11 1.10.10 1.10.9 1.10.8 1.10.7 1.10.6 1.10.5 1.10.4 1.10.3 1.10.2
|
||||
master v1-10-test
|
||||
|
||||
-t, --install-airflow-reference INSTALL_AIRFLOW_REFERENCE
|
||||
If specified, installs Airflow directly from reference in GitHub. This happens at
|
||||
image building time in production image and at container entering time for CI image.
|
||||
This can be a GitHub branch like master or v1-10-test, or a tag like 2.0.0a1.
|
||||
|
||||
--no-rbac-ui
|
||||
Disables RBAC UI when Airflow 1.10.* is installed.
|
||||
|
|
1
breeze
1
breeze
|
@ -2207,6 +2207,7 @@ ${FORMATTED_INSTALL_AIRFLOW_VERSIONS}
|
|||
-t, --install-airflow-reference INSTALL_AIRFLOW_REFERENCE
|
||||
If specified, installs Airflow directly from reference in GitHub. This happens at
|
||||
image building time in production image and at container entering time for CI image.
|
||||
This can be a GitHub branch like master or v1-10-test, or a tag like 2.0.0a1.
|
||||
|
||||
--no-rbac-ui
|
||||
Disables RBAC UI when Airflow 1.10.* is installed.
|
||||
|
|
|
@ -60,8 +60,6 @@ _breeze_allowed_install_airflow_versions=$(cat <<-EOF
|
|||
1.10.4
|
||||
1.10.3
|
||||
1.10.2
|
||||
master
|
||||
v1-10-test
|
||||
EOF
|
||||
)
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче