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 1edaddbb1c Avoid unneeded Connexion constructs (#29631)
add 0018b94a4a introduce dag processor job (#28799)
No new revisions were added by this update.
Summary of changes:
airflow/cli/commands/dag_processor_command.py | 18 +++----
airflow/jobs/dag_processor_job.py | 69 ++++++++++++++++++++++++
tests/cli/commands/test_dag_processor_command.py | 13 ++---
3 files changed, 83 insertions(+), 17 deletions(-)
create mode 100644 airflow/jobs/dag_processor_job.py