jens-scheffler-bosch commented on issue #35361:
URL: https://github.com/apache/airflow/issues/35361#issuecomment-1791379422

   Mhm, I don't get your point. Iterable is for dict keys. Dynamic task mapping 
needs a list in order to be able to map tasks to it. You need to know the 
mapping is using integer based indexes, which are not possible to be used as 
lookup in dict's.
   
   Why are you trying to pass a dict and do not use a list instead which is 
working?
   Alternative if you have a dict, then the recommended method to map is 
`expand_kwargs()` - have you tried this?


-- 
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-unsubscr...@airflow.apache.org

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

Reply via email to