Tehada commented on PR #24317:
URL: https://github.com/apache/airflow/pull/24317#issuecomment-1155128496
What if we slightly change input format to avoid imitation of zip_longest?:
```
xcom_arg # Say this is [{"a": 1, "b": 3, "c": 6}, {"a": 2, "b": 4, "c": 7}]
foo.expand_kwargs(xcom_arg)
```
--
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]