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/07/07 07:45:33 UTC

[GitHub] [airflow] zoid-w commented on issue #23833: Dynamic Task Mapping not working with op_kwargs in PythonOperator

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

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