Hello Is there any way to use partial functions wi...
# ask-the-community
k
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
which version of flyte are you using? we support partial in new flytekit. https://github.com/flyteorg/flytekit/pull/1556
152 Views