I can’t see deployment bar in UI anymore is it me ...
# prefect-ui
r
I can’t see deployment bar in UI anymore is it me or something weird is going on ?
1
But I can go to deployment using URI
p
I think in the latest prefect version they removed the specific page. You can now see the deployments under flows
Since prefect 2.10.7, they removed it indeed. See the release notes for more details: https://github.com/PrefectHQ/prefect/blob/main/RELEASE-NOTES.md#release-2109
r
I don’t know how I feel about it, I am used to old way it was nice too, hope
/deployments
endpoint doesn’t deprecate soon.
Thanks Pim for the info.
p
Yeah I’m not sure either, although I don’t think the old deployment page works well with many deployments of a specific flow
r
Sure, will keep an eye on it
g
It's dramatic! To manually launch a flow, it was one click on "deployments", then right click, "Quick Run" and "show logs". Now it takes twice clicks and I'm using this sequence all the time when debugging a flow. How do you debug in practice ???
p
You can run the flow by just calling the function in the file itself from the cli. So you don't need to deploy it first. Unless you want to run in from ECS, that could work
d
Agreed this was a regression in ui
a
I also agree that Deployments are a more important object to me than Flows, and should be treated as such in the UI. My workaround is to tag all deployments, so that I can filter the "flows" page by my deployment tag.
j
Thank you all for the feedback. Deployments will be back in the top level nav. PR merged: https://github.com/PrefectHQ/prefect/pull/9800#event-9394108811
🙏 1
d
@Jeff Hale Thanks! It's working great and very nice to see it back. Kudos for trying new things and rolling back what doesnt work.
🙏 1