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


##########
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:
   But this is supposed to pass in the variable on the instance. Passing in the 
class-wide value does not do that.



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