ashb commented on code in PR #46032:
URL: https://github.com/apache/airflow/pull/46032#discussion_r1939645133


##########
airflow/serialization/serialized_objects.py:
##########
@@ -1195,7 +1195,7 @@ def serialize_mapped_operator(cls, op: MappedOperator) -> 
dict[str, Any]:
         if TYPE_CHECKING:  # Let Mypy check the input type for us!
             _ExpandInputRef.validate_expand_input_value(expansion_kwargs.value)
         serialized_op[op._expand_input_attr] = {
-            "type": get_map_type_key(expansion_kwargs),
+            "type": type(expansion_kwargs).EXPAND_INPUT_TYPE,

Review Comment:
   There must have been a reason I did this, but I can't for the life of me 
think what it was now.



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