You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/06/22 06:24:40 UTC

[GitHub] [airflow] uranusjr commented on a diff in pull request #23860: Remove special serde logic for mapped op_kwargs

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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org