hi! Would it be possible to get some eyes to this ...
# flyte-support
g
hi! Would it be possible to get some eyes to this issue I've been facing. https://github.com/flyteorg/flyte/issues/4740 ty!
👀 1
❤️ 1
g
you can workaround it by using dataclass. like
Copy code
@dataclass
class MyDataClass():
    a: int
    b: float
g
ty