I don’t see any docs on the new Results tab - are ...
# prefect-ui
s
I don’t see any docs on the new Results tab - are those docs coming? or did i just miss them
1
z
Those are coming in the next release!
Let me check with the team and see if this should be visible yet.
s
Thansk
j
Hi @scott - the results tab shows info about results from a flow or task. It doesn't actually show the results but info about where they are stored. You can see more about results in the docs: https://docs.prefect.io/concepts/results/?h=results
s
Okay, makes sense
We have
PREFECT_RESULTS_PERSIST_BY_DEFAULT=true
set - so I’d think we would see stuff in the results for all of our flows, but none of them have results. One thing I’m wondering is if we wouldn’t except to see anything there because all of our tasks are
ShellOperation
tasks from
prefect-shell
library. Would you expect results from running these types of tasks to show up in the Results tab?
z
What version are you running?
s
Copy code
prefect                  2.8.6
prefect-dask             0.2.3
prefect-shell            0.1.5
z
Hm we should be tracking result metadata for those but I can't remember off the top of my head if there was an issue we're fixing in the next release
s
ok
i imagine
ShellOperation
might be a special case
z
It shouldn't be
👍 1
@Serina can you make sure this is working as intended on main?
s
Yeah I can check
s
Thank you @Serina
c
I can confirm I also don't see anything in the Results tab for any of my flows (that do have results persistence enabled)
s
Once today’s release is out, this should be fixed!
🚀 1
s
Great! You mean release of https://github.com/prefectHQ/prefect ?
s
That one is just for our open source code-- there was a small hiccup and the feature should be out tomorrow but I’ll keep you updated
s
Okay, thanks
s
Hi @scott, to update you, we are still waiting on the cloud release for this. I will keep you posted as I learn more.
s
@Serina Thank you
s
Hi @scott, it was released now! 🎉
s
Great, thanks!