Rahul Mehta
10/17/2022, 11:33 PMGenerated
mixin. These dataclasses are all guaranteed to have a `to_dict`/`from_dict` method
• We'd like to register a single TypeTransformer to serialize any generated dataclass (ideally we'd like to register a TypeTransformer for Generated
)
Given the current implementation, we're not able to do this since FlyteKit will always perform the dataclasses.is_dataclass
check first before walking the inheritance hierarchy.Eduardo Apolinario (eapolinario)
10/17/2022, 11:56 PMRahul Mehta
10/17/2022, 11:57 PMEduardo Apolinario (eapolinario)
10/18/2022, 12:33 AMRahul Mehta
10/18/2022, 9:44 PMEduardo Apolinario (eapolinario)
10/18/2022, 11:52 PM