This is an automated email from the ASF dual-hosted git repository.
jasonliu pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 0abcb372915 Insert a team_name similar to team conf for 2.X compat
(#61923)
add a39a041c32b refactor moving executors property from job to scheduler
runner (#60766)
No new revisions were added by this update.
Summary of changes:
airflow-core/src/airflow/jobs/job.py | 15 +-
.../src/airflow/jobs/scheduler_job_runner.py | 39 +-
airflow-core/tests/unit/jobs/test_base_job.py | 10 +-
airflow-core/tests/unit/jobs/test_scheduler_job.py | 450 +++++++++++----------
dev/airflow_perf/scheduler_dag_execution_timing.py | 8 +-
5 files changed, 265 insertions(+), 257 deletions(-)