The GitHub Actions job "Tests" on airflow.git/bugfix/clear-task-instances has 
failed.
Run started by GitHub user dheerajturaga (triggered by dheerajturaga).

Head commit for run:
57a0ef15f338d46d7918824b1a638d0ba4f91e49 / Dheeraj Turaga 
<[email protected]>
Fix NotMapped exception when clearing task instances with
   downstream/upstream

   When clearing task instances with include_downstream or include_upstream 
enabled,
   the clear operation would fail with a NotMapped exception if any task was 
specified
   with a map_index tuple but wasn't actually a mapped task. This happened 
because the
   code assumed all tasks specified as tuples were mapped tasks and called
   get_mapped_ti_count() on them without handling the NotMapped exception.

   The fix catches the NotMapped exception and treats such tasks as normal 
tasks instead.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to