Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions dev/README_RELEASE_AIRFLOW.md
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,7 @@ Optionally it can be followed with constraints

```shell script
pip install apache-airflow==<VERSION>rc<X> \
--constraint "https://raw.githubusercontent.com/apache/airflow/constraints-<VERSION>/constraints-3.9.txt"`
--constraint "https://raw.githubusercontent.com/apache/airflow/constraints-<VERSION>/constraints-3.10.txt"`
```

Note that the constraints contain python version that you are installing it with.
Expand All @@ -687,15 +687,15 @@ There is also an easy way of installation with Breeze if you have the latest sou
Running the following command will use tmux inside breeze, create `admin` user and run Webserver & Scheduler:

```shell script
breeze start-airflow --use-airflow-version 2.7.0rc1 --python 3.9 --backend postgres
breeze start-airflow --use-airflow-version 2.7.0rc1 --python 3.10 --backend postgres
```

You can also choose different executors and extras to install when you are installing airflow this way. For
example in order to run Airflow with CeleryExecutor and install celery, google and amazon provider (as of
Airflow 2.7.0, you need to have celery provider installed to run Airflow with CeleryExecutor) you can run:

```shell script
breeze start-airflow --use-airflow-version 2.7.0rc1 --python 3.9 --backend postgres \
breeze start-airflow --use-airflow-version 2.7.0rc1 --python 3.10 --backend postgres \
--executor CeleryExecutor --airflow-extras "celery,google,amazon"
```

Expand Down Expand Up @@ -831,7 +831,7 @@ the older branches, you should set the "skip" field to true.
## Verify production images

```shell script
for PYTHON in 3.9 3.10 3.11 3.12
for PYTHON in 3.10 3.11 3.12
do
docker pull apache/airflow:${VERSION}-python${PYTHON}
breeze prod-image verify --image-name apache/airflow:${VERSION}-python${PYTHON}
Expand Down
2 changes: 1 addition & 1 deletion dev/README_RELEASE_PROVIDER_PACKAGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -1016,7 +1016,7 @@ pip install apache-airflow-providers-<provider>==<VERSION>rc<X>
### Installing with Breeze

```shell
breeze start-airflow --use-airflow-version 2.2.4 --python 3.9 --backend postgres \
breeze start-airflow --use-airflow-version 2.2.4 --python 3.10 --backend postgres \
--load-example-dags --load-default-connections
```

Expand Down
245 changes: 0 additions & 245 deletions dev/prepare_bulk_issues.py

This file was deleted.

Loading
Loading