uranusjr commented on PR #23860: URL: https://github.com/apache/airflow/pull/23860#issuecomment-1147022730
Since #24021 (`expand_kwargs`) will allow `mapped_kwargs` (and maybe `mapped_op_kwargs`) to be an XComArg, instead of always be a dict, I also removed those fields from `get_serialized_fields`, so those fields are no longer simplified at all. However, this does not apply to `partial_kwargs`, which still can only be a dict). Only simplication in _inner fields_ is removed for it. -- 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]
