This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from dfbf5299ee Fix Kubernetes executor set wrong task status (#31274)
add aa479b9323 Make --executor flag work for breeze start-airflow command
(#30644)
No new revisions were added by this update.
Summary of changes:
.../airflow_breeze/commands/developer_commands.py | 21 +++++++++++++
.../commands/developer_commands_config.py | 3 ++
dev/breeze/src/airflow_breeze/global_constants.py | 5 +++
.../src/airflow_breeze/params/shell_params.py | 8 +++++
.../src/airflow_breeze/utils/common_options.py | 19 ++++++++++++
.../airflow_breeze/utils/docker_command_utils.py | 16 ++++++++++
images/breeze/output-commands-hash.txt | 2 +-
images/breeze/output_start-airflow.svg | 36 ++++++++++++++++------
scripts/ci/docker-compose/backend-mssql.yml | 1 -
scripts/ci/docker-compose/backend-mysql.yml | 1 -
scripts/ci/docker-compose/backend-postgres.yml | 1 -
scripts/ci/docker-compose/backend-sqlite.yml | 1 -
scripts/ci/docker-compose/base.yml | 2 +-
scripts/ci/docker-compose/integration-celery.yml | 2 ++
scripts/in_container/bin/run_tmux | 11 +++++++
15 files changed, 113 insertions(+), 16 deletions(-)