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


##########
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:
   This would not work, we need to get the information from `encoded_op`. I 
think (not sure) it should be available under 
`encoded_op["map_index_template"]`. Do some digging to make sure the value is 
there.



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