Shekharrajak commented on issue #40543:
URL: https://github.com/apache/airflow/issues/40543#issuecomment-3701572194

   In current implementation - when clearing etl.e[1] with downstream 
dependencies:
   
   1. find_relevant_relatives() identifies etl.t and etl.l as downstream.
   2. _get_relevant_map_indexes() should return map_index 1 for both (same 
mapped group).
   3. Instead, it returns None or an incorrect value, causing all instances to 
be cleared.
   
   I think we need a function to get the map_index for a relative task that's 
in the same mapped task group.
   
   Please assign the task to me, let me share the PR.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to