Blake Hamm
08/12/2022, 10:24 PMdict
, it still reads it in as a string in the UI and can't seem to parse it out. I'm pretty much stuck with the default dictionary parameter or I can trigger it from the CLI. Do I essentially have to use pydantic
and explicitly specify the model when working with dictionary parameters?
Some other funny parameter behavior, the UI displays the default parameter as [object Object]
when I'm creating a custom flow run. But on the flow run (with defaults), it looks like more like a dictionary.Anna Geller
08/12/2022, 10:47 PMBlake Hamm
08/12/2022, 10:50 PMAnna Geller
08/13/2022, 11:48 AM