helpful-van-10149
@dataclass_json @dataclass class InnerDataClass: inner_name: str @dataclass_json @dataclass class DataClassTest: name: str value: str inner: List[InnerDataClass] @task def create_sweep( ... test_list: List[DataClassTest], ... ) -> SweepInputs:
ValueError: Only generic univariate typing.List[T] type is supported.
Flyte enables production-grade orchestration for machine learning workflows and data processing created to accelerate local workflows to production.