Hi, community I've created a PR about dataclass ty...
# contribute
l
Hi, community I've created a PR about dataclass type transformer in flytekit. This PR makes user only needs to use
@dataclass
decorator to serialize and deserialize dataclass in flytekit. (Which means that we don't need to inherit
DataClassJSONMixin
or add
@dataclasses_json
decorator anymore.) I am a little bit worrying about will this PR cause potential issue after it's merged. Can anyone take a look or make some tests on this PR? Thank you! https://github.com/flyteorg/flytekit/pull/2279