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


##########
airflow/models/mappedoperator.py:
##########
@@ -318,6 +318,7 @@ def get_serialized_fields(cls):
             "dag",
             "deps",
             "is_mapped",
+            "mapped_kwargs",  # This needs to be able to accept XComArg.

Review Comment:
   Yeah. The _this_ in my sentence meant _the `mapped_kwargs` attribute_, but 
in yours it means _the `"mapped_kwargs"` entry here_.



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