The GitHub Actions job "Tests (AMD)" on 
airflow.git/ghaeli/callback-log-ui-visibility has succeeded.
Run started by GitHub user seanghaeli (triggered by seanghaeli).

Head commit for run:
caf37a194deae693c6ab8ee647e9f412a2e02bb1 / Sean Ghaeli <[email protected]>
Add triggerer callback log capture for async deadline callbacks

Async (TriggererCallback) deadline callbacks now have their logs captured
to a dedicated file path that the UI log endpoint can read, matching the
pattern already established for sync (ExecutorCallback) logs.

Changes:
- TriggerLoggingFactory.ti is now optional (None for callback triggers)
- _create_workload sets up logger_cache for callback triggers without a
  task instance, writing to triggerer_callbacks/{dag_id}/{run_id}/{cb_id}
- callback_log_reader checks both executor_callbacks/ and
  triggerer_callbacks/ paths when reading logs
- upload_to_remote gracefully handles ti=None by uploading directly
  via the remote log handler

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

With regards,
GitHub Actions via GitBox


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

Reply via email to