This is an automated email from the ASF dual-hosted git repository.
ephraimanierobi pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git.
from 5d5268f Bump Jinja2 upper-bound from 2.12.0 to 4.0.0 (#16595)
add 88ee2aa Move DagFileProcessor and DagFileProcessorProcess out of
scheduler_job.py (#16581)
No new revisions were added by this update.
Summary of changes:
.github/boring-cyborg.yml | 2 +-
.../hooks => airflow/dag_processing}/__init__.py | 0
.../manager.py} | 0
airflow/dag_processing/processor.py | 650 ++++++++++++++++++
airflow/jobs/scheduler_job.py | 619 +----------------
.../zendesk/hooks => dag_processing}/__init__.py | 0
.../test_manager.py} | 16 +-
tests/dag_processing/test_processor.py | 749 +++++++++++++++++++++
tests/jobs/test_scheduler_job.py | 700 +------------------
tests/test_utils/perf/perf_kit/python.py | 2 +-
tests/test_utils/perf/perf_kit/sqlalchemy.py | 2 +-
11 files changed, 1424 insertions(+), 1316 deletions(-)
copy {tests/providers/zendesk/hooks => airflow/dag_processing}/__init__.py
(100%)
rename airflow/{utils/dag_processing.py => dag_processing/manager.py} (100%)
create mode 100644 airflow/dag_processing/processor.py
copy tests/{providers/zendesk/hooks => dag_processing}/__init__.py (100%)
rename tests/{utils/test_dag_processing.py => dag_processing/test_manager.py}
(99%)
create mode 100644 tests/dag_processing/test_processor.py