Hello! We are trying to start building our data pr...
# ask-community
l
Hello! We are trying to start building our data processing pipelines on Orion. However I stumbled upon a weird behaviour on deployments which make impossible to use Orion at all. • My flow is working perfectly and I can trigger it and see it on the UI. • When I define the
DeploymentSpec
with the location and name and register it, the output seems OK. •
prefect deployment ls
does list my deployment. But: • The UI does not show my deployment. • The command
prefect deployment inspect my_deployment
does nothing. Let me know if you need more details or logs to investigate 🙂 ! thank you by advance and have an excellent day !
j
Hi @Louis Auneau! Do you have a schedule on your deployment? If not, I wonder if your problem could be connected to https://github.com/PrefectHQ/orion/issues/563. Could you try setting the flow run filters to last 60 days and see if that shows your deployments?
upvote 2
l
Just tried, indeed adding the scheduled made it appear. However, without schedule, event with 60d filter, it didn’t show up !
(I think the repo you are mentioning is private and therefor I can’t see the issue)
j
Oh my apologies - you are correct about the repo.
That ticket is to "Show deployments that don't have an active schedule"
Interesting that your deployment is still not showing with wider filters. Double checking are they set like this in the UI?
l
Yes they are. But as soon as I add the schedule, the deployment appears, whatever the filters are.
j
Ah - thanks for raising that. Thinking it through further, currently extending the filters won't work unless the flow has ever had one run - mine shows up because it has run in the past (so once it has run once it will show up whether there's a schedule or not). So for now, adding a schedule is the best way to make sure a deployment shows in the UI and we are working on a fix to allow you to see all deployments, irrespective of schedules.
🙌 1
l
Thanks for your support 🙌
👍 1
d
I have a private repo with Orion working. If you dm me your GitHub account I can share it with you