The GitHub Actions job "Tests" on airflow.git/main has succeeded.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
5aa90c0cda39494bf025313cf083f99f01cbe146 / Dheeraj Turaga 
<[email protected]>
Fix NotMapped exception when clearing task instances with  downstream/upstream 
(#58922)

* 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.

* Add unit test

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

With regards,
GitHub Actions via GitBox


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

Reply via email to