[Core feature] map_task to support ContainerTask #6277
Labels
enhancement
New feature or request
untriaged
This issues has not yet been looked at by the Maintainers
Motivation: Why do you think this is important?
Being able to use any arbitrary docker to execute a task (i.e., ContainerTask) is an important feature in many bioinformatic workflow schemes. However, ContainerTask is currently not supported by map tasks.
This and this were never merged so this capability never made it into flyte.
It'd be great to be able to use map_task to spin out ContainerTasks in parallel.
Goal: What should the final outcome look like, ideally?
Something like this should work as intended:
Describe alternatives you've considered
Alternatively I can just loop over the ContainerTask in a dynamic, but it doesn't have the benefits of a map_task.
Propose: Link/Inline OR Additional context
There were two pull requests attempting to add this feature but were never merged: this and this.
Are you sure this issue hasn't been raised already?
Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: