Hey everyone! 👋 I’m working on addressing an issue -#5727 “[BUG] Multi-input map task accept list input if it is the default argument.”
I’m considering two possible solutions: implementing error handling to raise a compile-time/runtime error if lists are used within partial inputs in multi-input map tasks, or alternatively, extending support to allow partial tasks with lists as inputs.
Before proceeding, could anyone advise if the error handling approach is sufficient, or if there’s interest in supporting lists within partial inputs in multi-input map tasks? If so, any specific use cases would be helpful to guide the implementation!
Thanks for any guidance! 🙏
https://github.com/flyteorg/flyte/issues/5727