zoid-w commented on issue #23833:
URL: https://github.com/apache/airflow/issues/23833#issuecomment-1177207226
Tested on 2.3.3rc2-python3.10 using original syntax :
`.expand(op_kwargs=[{"string": "a"}, {"string": "b"}, {"string": "c"}]))`
which is working as intended. Also verified supplying this syntax by
XComArg:
`.expand(op_kwargs=XComArg(check_previous, key='return_value'))` which is
also working as intended.
--
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]