New RunLLM response generated:
>>>*# Question*
Hi community, I am evaluating flyte for some internal use cases and having some issues setting up a slightly more complex workflow using nested dataclasses. I have made a minimal reproduction here. I just want to confirm that this is expected behaviour and we should look at workarounds 🙂 (full code and error in thread)
# Answer
Flyte currently has limitations when it comes to handling nested dataclasses and lists of dataclasses, particularly in the Flyte Console and FlyteRemote. These issues are documented in various discussions and GitHub issues.
1.
Nested Dataclasses: There are known issues with launching tasks from the Flyte Console when using nested dataclasses as inputs (
GitHub Issue #3110).
2.
Lists of Dataclasses: Flyte has trouble handling lists of dataclasses, both as inputs to workflows and within dataclass fields (
Flyte Forum Discussion).
Would you like more details on potential workarounds or specific examples of these issues?
Sources:
-
GitHub Issue #3110
-
Flyte Forum Discussion
Slack Link
https://flyte-org.slack.com/archives/CP2HDHKE1/p1718635706.991419 👍 0 button 👎 0 button 💡
Hint: Mention @runllm in the thread for followups.