The GitHub Actions job "Tests" on airflow.git/v3-1-test has failed.
Run started by GitHub user ephraimbuddy (triggered by ephraimbuddy).

Head commit for run:
1b29dac04892be4f2af211d2198c32212f25a391 / Ephraim Anierobi 
<[email protected]>
Fix dag processor crash by ignoring callbacks from other bundles (#57192) 
(#57330)

When the dag Processor is made to run specific bundle, it previously attempted 
to
process callback requests for bundles it does not own, leading to a
StopIteration in render_log_filename due to missing bundle references.

Now, fetch_callbacks only enqueues callbacks whose bundle_name matches
one of the manager’s active bundles, leaving others in the DB for the
correct processor to handle.

closes: #57081
(cherry picked from commit 3b97c94376af0e793451d03b7e775ea47bd324a8)

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

With regards,
GitHub Actions via GitBox


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

Reply via email to