I'm trying to pass a dictionary as a parameter to a batch_sub_task, but I'm not quite sure how to define the @input.
What's the syntax to pass a dictionary as an input type in Flyte?
363 views Asked by fz. At
1
I'm trying to pass a dictionary as a parameter to a batch_sub_task, but I'm not quite sure how to define the @input.
Have you tried
Types.Genericas the type? It maps to a json object in Python.