The GitHub Actions job "Milestone Tag Assistant" on airflow.git/main has failed.
Run started by GitHub user ephraimbuddy (triggered by ephraimbuddy).

Head commit for run:
e3089bf977c1a936c1a54600dcecf1c7ea21d771 / Ephraim Anierobi 
<[email protected]>
Extract DB operations from TriggerRunnerSupervisor into overridable methods 
(#65680)

* Extract DB operations from TriggerRunnerSupervisor into overridable methods

Add overridable hooks on TriggerRunnerSupervisor so the DB-backed
Trigger.* calls can be swapped for Execution API calls in a follow-up
for AIP-92 (isolate DAG processor, callback processor, and triggerer
from core services):

- on_trigger_event / on_trigger_failure wrap Trigger.submit_event /
  Trigger.submit_failure.
- fetch_trigger_details / fetch_non_task_trigger_ids wrap the bulk
  fetches used during update_triggers.
- build_trigger_workloads extracts the session-scoped workload
  construction out of update_triggers, leaving update_triggers as a
  pure diff/enqueue step. As a side effect, DBDagBag, the log
  renderer, and the trigger fetches are now only created when there
  are new triggers to process, which removes a small amount of idle
  metadata-DB work on each loop iteration.

Also fix the return annotation on
Trigger.fetch_trigger_ids_with_non_task_associations from set[str]
to set[int] to match the actual PK type.

* Apply suggestion

Co-authored-by: Tzu-ping Chung <[email protected]>

---------

Co-authored-by: Tzu-ping Chung <[email protected]>

Report URL: https://github.com/apache/airflow/actions/runs/25016401763

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to