Passing dataclass JSON between tasks #2802
Closed
samuel-sujith
started this conversation in
General
Replies: 1 comment
-
I think it will be solved by this issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It seems that whenever I am passing a JSON dataclass between tasks that have infinity values in float type it gets automatically converted to the string "Infinity" instead of preserving type.
Do you know if this is a known limitation of using JSON dataclasses or is there something related to flyte passing json values with infinity float values.
Beta Was this translation helpful? Give feedback.
All reactions