I have a flow where a task calls a bunch of other ...
# prefect-ui
b
I have a flow where a task calls a bunch of other tasks using the
map
function. Most of the time the UI shows all the tasks squashed together unless I switch Temporal Sequence. However, I have another
map
that operates in a very similar way and it is not all squashed. Any idea what causes this?
y
What is the number of tasks squashed? (Roughly)
b
As small as 50 and as large as 300. I ended up turn the task into a subflow which renders the way I would expect.
y
Do you use Prefect 3.0? Maybe such behaviors are ironed out on that version.
b
Yep. latest 3.2.12
y
Interesting... Maybe it's a good idea to open up a github issue on this.
👍 1