raise RestrictedTypeError(f"Transformer for type {self.python_type} is restricted currently")
flytekit.core.type_engine.RestrictedTypeError: Transformer for type <class 'tuple'> is restricted currently
f
freezing-airport-6809
04/30/2022, 4:59 AM
Tuple is a restricted type
freezing-airport-6809
04/30/2022, 4:59 AM
Can you use dataclass or something
r
rich-garden-69988
04/30/2022, 2:00 PM
Of course! Was curious about the "restricted currently" - will this always be the case for tuples?