Giacomo Chiarella
07/10/2024, 6:59 AM{
"parameter1": [
{
"__prefect_kind": "json",
"value": "\"d\""
}
],
"parameter2": [
{
"__prefect_kind": "json",
"value": "\"a\""
},
{
"__prefect_kind": "json",
"value": "\"b\""
}, {
"__prefect_kind": "json",
"value": "\"c\""
},
]
}
and not like this?
{
"parameter1": [
"*._sdc_rejected"
],
"parameter2": [
"a",
"b",
"c"
]
}
Craig Harshbarger
07/10/2024, 2:11 PMGiacomo Chiarella
07/10/2024, 2:14 PMparameter1: list, parameter2: list
, what else should I add?Craig Harshbarger
07/10/2024, 2:27 PMlist[str]
Craig Harshbarger
07/10/2024, 2:28 PMGiacomo Chiarella
07/10/2024, 2:41 PMCraig Harshbarger
07/10/2024, 3:04 PMGiacomo Chiarella
07/10/2024, 3:06 PMGiacomo Chiarella
07/10/2024, 3:07 PMCraig Harshbarger
07/10/2024, 3:22 PMGiacomo Chiarella
07/10/2024, 3:24 PMCraig Harshbarger
07/10/2024, 4:10 PMGiacomo Chiarella
07/10/2024, 4:15 PMCraig Harshbarger
07/10/2024, 5:59 PMlist
you should have been able to just change the parameters from the ui without messing with the prefect kind attribute and it would run just fine. But updating it to list[str]
avoids that showing up at all. Unless you manually switched to json in the parameter form. Sounds like you've got it sorted out though, thanks for the question