https://prefect.io logo
Title
j

Justin Trautmann

03/31/2023, 2:23 PM
hello prefect team, hello community, some flow parameter types are displayed with additional interaction elements on the flow run submission page (arrow up/down for int, dropdown menu for Literal, calendar for datetime, etc.), which is extremely nice. Is there any documentation available that lists the datatypes that have such a special UI representation?
s

Sahil Rangwala

04/06/2023, 5:43 PM
Currently no documentation on the different types, but any pydantic model that you pass in will have a nice interaction element, the basic library types fall under this bucket as well