Newskooler
10/01/2020, 12:52 PMprefect.Paramter
?
My question in more detail: https://stackoverflow.com/questions/64155793/is-it-possible-to-loop-over-a-prefect-parameteritay livni
10/01/2020, 1:31 PMNewskooler
10/01/2020, 1:33 PMitay livni
10/01/2020, 1:37 PMNewskooler
10/01/2020, 1:40 PM.map()
which is quite handy.itay livni
10/01/2020, 1:42 PMnicholas
.map
is definitely the way to go, you can use that over any iterable. The difference between what you've described in your SO post is you're trying to use normal looping over the Parameter (which, as @itay livni described is a special task). But using the special .map
method will give you the results you're expecting and give you better insight into that process to boot.Newskooler
10/01/2020, 1:51 PM.map
and unmapped
from the Prefect team, deserves a beer! š»nicholas
Newskooler
10/01/2020, 1:53 PM