RNHTTR commented on code in PR #36797:
URL: https://github.com/apache/airflow/pull/36797#discussion_r1470456522


##########
airflow/serialization/serialized_objects.py:
##########
@@ -1098,6 +1098,7 @@ def deserialize_operator(cls, encoded_op: dict[str, Any]) 
-> Operator:
                 task_group=None,
                 start_date=None,
                 end_date=None,
+                map_index_template=MappedOperator.map_index_template,

Review Comment:
   `map_index_template` will be identical for each mapped task instance. 
`rendered_map_index` will vary by mapped TI. In this context, wouldn't the 
class-wide value be appropriate?



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