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 5bac5b39ff Update config hash in Breeze's README.md during
reinstalllation (#28148)
add 42c30724d3 AIP-51 - Local Executor Compatibility (#27941)
No new revisions were added by this update.
Summary of changes:
airflow/cli/commands/scheduler_command.py | 5 +++--
airflow/cli/commands/standalone_command.py | 8 ++++----
airflow/executors/base_executor.py | 2 ++
airflow/executors/executor_constants.py | 1 +
airflow/executors/executor_loader.py | 2 ++
airflow/executors/local_executor.py | 2 ++
airflow/executors/sequential_executor.py | 2 ++
airflow/jobs/backfill_job.py | 10 ++++++----
tests/executors/test_base_executor.py | 4 ++++
tests/executors/test_local_executor.py | 3 +++
tests/executors/test_sequential_executor.py | 3 +++
11 files changed, 32 insertions(+), 10 deletions(-)