Gollum999 commented on issue #25165:
URL: https://github.com/apache/airflow/issues/25165#issuecomment-1191470152

   I appreciate the fast response, but could we re-open this?  #25217 only 
fixes one of the three symptoms that I mentioned above.
   
   I think the "root" fix is to prepend the `group_id` to 
`MappedOperator.task_id`, like what `BaseOperator` does:
   ```
   if task_group:
       self.task_id = task_group.child_id(task_id)
   else:
       self.task_id = task_id
   ```


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