You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2023/02/21 09:55:02 UTC

[airflow] branch main updated (1edaddbb1c -> 0018b94a4a)

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