The GitHub Actions job "Check newsfragment PR number" on 
airflow.git/fix-dag-processor-callback-request-isolation has succeeded.
Run started by GitHub user ephraimbuddy (triggered by ephraimbuddy).

Head commit for run:
0f78bfeddd8dfa4eab6f9ae448f9479605f851c1 / Ephraim Anierobi 
<[email protected]>
Address review: keep run conf out of logs and deliver Dag callbacks when only 
the task is gone

The last_ti task lookup only enriches the callback context, so a task
removed since the run should downgrade to the minimal context (as
produce_dag_callback already does for an unrepresentable last_ti)
instead of costing the user the callback. The failure log leaked
user-supplied dag_run.conf at ERROR via the serialized request and
carried no structured identifiers; it now excludes context_from_server
and binds dag_id/run_id/ti_id so log filters can match the line.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to