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

Head commit for run:
f83d8d7b3f70051fd3034671c5047d47b45ab982 / Ephraim Anierobi 
<[email protected]>
Log info about task instance clearing/marking as succcess/failure

When a task is cleared or marked as failed/successful, we do not have
much information other than that the state of the task instance has been
externally set to restarting, succes or failed.

This PR adds information about this clearing/marking as success or failed
in the log so that users can know exactly what happened.

To make this work, I had to introduce session to TaskContextLogger as
without it, when the log is sent, the task instance fails.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to