This is an automated email from the ASF dual-hosted git repository.

ash pushed a change to branch triggerer-user-code-without-db
in repository https://gitbox.apache.org/repos/asf/airflow.git


    from 3affa2d0cab Rework the TriggererJobRunner to run triggers in a process 
without DB access
     add cfb12610569 fixup! Rework the TriggererJobRunner to run triggers in a 
process without DB access
     add d837c39c3dc fixup! Rework the TriggererJobRunner to run triggers in a 
process without DB access
     add f2e0c5e9dc8 fixup! Rework the TriggererJobRunner to run triggers in a 
process without DB access

No new revisions were added by this update.

Summary of changes:
 airflow/executors/local_executor.py  |   3 +
 airflow/executors/workloads.py       |  20 +-
 airflow/jobs/triggerer_job_runner.py | 127 ++++---
 airflow/models/trigger.py            |   7 +-
 airflow/triggers/base.py             |  16 +-
 hatch_build.py                       |   1 -
 tests/jobs/test_triggerer_job.py     | 671 +++++++++++++----------------------
 tests_common/pytest_plugin.py        |  75 ++++
 8 files changed, 425 insertions(+), 495 deletions(-)

Reply via email to