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

Head commit for run:
91b82763c5c17e8ab021f2d4f2a5681ea90adf6b / Ash Berlin-Taylor <[email protected]>
Fix TI failure handling when task cannot be unmapped. (#23119)

At first glance this looks like a lot of un-related changed, but it is
all related to handling errors in unmapping:

- Ensure that SimpleTaskInstance (and thus the Zombie callback) knows
  about map_index, and simplify the code for SimpleTaskInstance -- no
  need for properties, just attributes works.

- Be able to create a TaskFail from a TI, not a Task.

  This is so that we can create the TaskFail with the mapped task so we
  can delay unmapping the task in TI.handle_failure as long as possible.

- Change email_alert and get_email_subject_content to take the task so
  we can pass the unmapped Task around.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to