Prefect automatically detecting param types and pr...
# gratitude
m
Prefect automatically detecting param types and providing users with the appropriate input field is really slick. I.e. we have a param that is
list[Literal["A", "B", "C"]]
and Prefect knows to give us a multi select dropdown field with those values 👌 . Nice
catjam 8
prefect spin 3
🫶 4
❤️ 3
a
@Craig Harshbarger is the mastermind here