Hi all,
Can map_task run a dynamic workflow as the mapped task?
Looks like it causes issues..
f
freezing-airport-6809
10/04/2023, 2:35 PM
I do not think this is supported today. Cc @hallowed-mouse-14616 , we are working on array nodes which may eventually support this, array nodes for simple tasks and pods are available today in experimental
h
hallowed-mouse-14616
10/04/2023, 3:54 PM
Hey Tom, great question. And Ketan is 100% correct. Currently maptask does not support dynamics; it may run them (would have to test), but not as you expect. Basically, it would execute the entire entity as a single Flyte task -- rather than compiled subworkflow and executing it. So it would be no different than calling regular python functions from the dynamic rather than Flyte tasks.