Hi, I’m struggling to find this in the docs for Pr...
# ask-community
e
Hi, I’m struggling to find this in the docs for Prefect 2.0, does anyone know what the story is with breadth- vs depth-first execution? Is it automatically DFE for Dask and BFE for everything else, like 1.0?
t
Hi Eli, Are you able to find the answer in these docs?
e
Hi Taylor, I think I understand now, it looks like task mapping doesn’t exist in the way it used to and I can just use for loops now and trust Prefect to wire everything up. I’ll have to take this for a spin to see how it works
t
YES! Correct, just give us python we give you orchestration 🙂
👍 1
for 2.0
e
There were a lot of docs in Prefect 1 specifically for mapping/reducing flows, and it’s not really mentioned in the migration guide or faq, so was a bit hard to know where to look
👍 1
Excited to give it a go though!
marvin 1