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