elegant-australia-91422
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.elegant-australia-91422
10/17/2022, 11:34 PMhigh-accountant-32689
10/17/2022, 11:56 PMelegant-australia-91422
10/17/2022, 11:57 PMhigh-accountant-32689
10/18/2022, 12:33 AMhigh-accountant-32689
10/18/2022, 9:44 PMelegant-australia-91422
10/18/2022, 9:44 PMhigh-accountant-32689
10/18/2022, 11:52 PM