uranusjr opened a new pull request #22355:
URL: https://github.com/apache/airflow/pull/22355


   Fix #22340.
   
   Since BaseOperator modifies task_id according to the task group hierarchy, 
we can't use MappedOperator's task_id (which is already task-group-prefixed) 
directly when creating the unmapped BaseOperator. Instead, we need to keep a 
reference to the "original" task_id value as supplied by the user, and pass it 
into BaseOperator.


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