acoustic-carpenter-78188
02/27/2023, 10:09 PMfrom typing import List
from pydantic import BaseModel
class Foo(BaseModel):
count: int
size: float = None
Support as a valid transform
Describe alternatives you've considered
dataclasses are already supported, but they allow limited extensibility to schema extraction as they use marshmallow underneath
Propose: Link/Inline OR Additional context
No response
Are you sure this issue hasn't been raised already?
âď¸ Yes
Have you read the Code of Conduct?
âď¸ Yes
flyteorg/flyteacoustic-carpenter-78188
02/27/2023, 10:09 PM