is this already supported and I need to upgrade, i...
# ask-the-community
a
is this already supported and I need to upgrade, if not - when?
Copy code
File "/opt/venv/lib/python3.8/site-packages/flytekit/core/map_task.py", line 271, in map_task
        raise ValueError(

Message:

    Only Flyte python task types are supported in map tasks currently, received <class 'flytekit.core.container_task.ContainerTask'>
k
ohh this is interesting, this should be supported
i think this is probably a flytekit side miss
cc @Kevin Su
k
I believe it’s related to we discussed today. For now, only regular python task can be used in map task. we are going to support other tasks (like dynamic task, container task, spark, etc). cc @Dan Rammer (hamersaw)
d
ContinerTask and PodTask should be supported as well. So flytekit should allow them as well. Happy to sync on this to dive into implementation details.
150 Views