AutomationDev85 commented on code in PR #42661:
URL: https://github.com/apache/airflow/pull/42661#discussion_r1802583744


##########
airflow/models/abstractoperator.py:
##########
@@ -654,6 +654,7 @@ def expand_mapped_task(self, run_id: str, *, session: 
Session) -> tuple[Sequence
                     unmapped_ti.map_index = 0
                     self.log.debug("Updated in place to become %s", 
unmapped_ti)
                     all_expanded_tis.append(unmapped_ti)
+                    task_instance_mutation_hook(unmapped_ti)

Review Comment:
   Good idea added comment and added unit test.



-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to