https://prefect.io logo
#prefect-community
Title
# prefect-community
d

Domenico Di Gangi

05/03/2022, 7:09 AM
Hi all, I am using prefect 2.0 more and more these days and loving it! Is there a way to quickly see execution's time of a flow run from the UIs listings? I guess I could filter runs, but it would be nice to have a faster way to select a run based on its execution time. It seems that the visualization has enough space available in the runs' rows and maybe timestamp could easily fit on it:
Also, being able to sort runs by status would be nice. I typically have many scheduled runs at the top of the list and very rarely care about inspecting them, since they do not have much info.
a

Anna Geller

05/03/2022, 10:24 AM
Thanks for providing feedback on the UI. I will forward it to the product team. Could you perhaps draw on this image where you see the execution start time addition being valuable? somewhere next to the flow run name? I agree about Scheduled runs and I usually filter them out - you could do that with the state filter to select e.g. all but Scheduled
d

Domenico Di Gangi

05/03/2022, 12:35 PM
Thank you for being always so responsive! I guess that anywhere within the circle would be ok imho
Also, thanks for the state filter suggestion, it helps indeed
a

Anna Geller

05/03/2022, 12:36 PM
That's what I thought, thanks for confirming that 🙌
🙂 1
🙏 1
@Marvin open "Feature request: add flow run start time to the Orion UI flow run list"
j

jedi

05/18/2022, 9:08 PM
I'm using prefect 1.0 CLI, is there an easy way to see run time, I see start time, but not run time like it shows on the web page for 2.0.
prefect get flow-runs --flow ...
a

Anna Geller

05/20/2022, 5:07 AM
I see, yes I believe the runtime is meant to be shown via bar length - this is something our UI team is aware of, I'm very optimistic that you will be able to see the flow runtime from the UI
👍 1
j

jedi

05/24/2022, 2:12 PM
Thank you Anna. I would prefer if there was a way to see it via a command line so that I do not need to use the UI.
a

Anna Geller

05/24/2022, 2:22 PM
haha nice, have you seen this blog post? https://www.prefect.io/blog/why-prefect-invested-in-textualize/ we agree with you that CLI has potential for this
👍 1
🔝 1
j

jedi

05/24/2022, 3:18 PM
Looks very nice! Looking forward to it.
🙌 1
11 Views