Hi Bianca, thanks for your reply!
I will create a feature request, but first i want to explore it a bit more as i've just started migrating the code from Prefect 1.4.
Another thing that i've noticed is that the next flow runs are sorted Newest by Oldest as default. For me it will be more useful to see the next runs, not the last ones in the 24 h interval, hence default to Oldest to newest (see picture).
Another useful thing for me would be to see the deployment names in the flow runs section. Maybe like flow name + deployment name + random funny name. It would be easier to track which deployment is going to run next.
For example, my alerts-for-state flow can be deployed like this:
⢠batch - to load a large volume of data (one time schedule/daily schedule using dask runner)
⢠snapshot - to capture a picture of our data at run time (every 5 minutes schedule).
I know i can check the tags but i just don't see them that easily, especially when we have lots of them. Or maybe having the option to add some colors to the tags would make them more visible?
Thanks,
Alex