https://flyte.org logo
#ask-the-community
Title
# ask-the-community
k

Khalil Almazaideh

05/27/2023, 8:36 AM
Hello Is there any way to use partial functions with map tasks, because it gives an error when I run the script on flyte cluster
Copy code
ValueError: Only Flyte python task types are supported in map tasks currently, received <class 'functools.partial'>
k

Kevin Su

05/27/2023, 9:12 AM
which version of flyte are you using? we support partial in new flytekit. https://github.com/flyteorg/flytekit/pull/1556
2 Views