when looking at a list of flow runs, itd be nice t...
# prefect-ui
a
when looking at a list of flow runs, itd be nice to have an ability to peak on its parameters via tooltip or something
👍 2
c
I'm working on implementing this! Thanks for the suggestion
a
thanks !
while i got you, Itd be cool to be able have a 1 button x out for list of parameters. maybe move the context menu to the left of the handle and put an x on the right,
👍 1
also my dream feature is searchable logs, which used to be the nicest utility in prefect 1
👍 1
1
c
Parameters on the flow run list will be in the next release 👍 https://github.com/PrefectHQ/prefect-ui-library/pull/2493
PR for adding a delete button for items in the parameter lists https://github.com/PrefectHQ/prefect-ui-library/pull/2494
Log searching is also something I'd like to see but will need some larger changes to make that happen.
a
damn quick turn around thanks Craig
🙌 1
another hopeful gem would be to search by run name or deployment
since like 90% of the time the run name is nonsense to me
also has there been any announcement on prefect 2 support via cloud ,i saw the 3.0 rc posted and want to plan for any pain. We kinda got hosed by the prefect 1.0 => 2.0 migration
c
another hopeful gem would be to search by run name or deployment
Where is this, on the flow page?
a
that or for me i mostly look at the work pool page
👍 1
c
also has there been any announcement on prefect 2 support via cloud ,i saw the 3.0 rc posted and want to plan for any pain. We kinda got hosed by the prefect 1.0 => 2.0 migration
You should ask this as a new thread to get more complete answer but its my understanding that cloud will support both 2.x and 3.x just fine
a
it helps me quickly find out, okay have these few things been running
rather than jumping to each deployment page
c
for context, how many deployments do you have running for a single flow?
a
we dont name our flows generally so searching for
gregarious-ape
doesnt do it for me
generally 2
we do a dev and prod
could even be happy to search by flow name, its just we dont name our runs which i suppose we could
c
yeah that makes sense, so would filtering by flow or deployment also satisfy your needs? Smaller lift on our side
a
yeah 100%
👍 1
especially if you could URI encode that, so i can bookmark
c
the runs page would also probably work today to get you a list of runs for a specific work pool and deployment. Have you tried using that rather than the work pool page?
a
this is so sick thanks
only nitpick critique would be if i click outside the modal on the masked layer i wish it would close rather than hitting X
or hit escape
c
Hmm you should be able to. Lemme check on that later
Thanks for mentioning that. Fix is made, will get released today or tomorrow most likely https://github.com/PrefectHQ/prefect-design/pull/1337