Hi Prefect Experts - Is it possible to not display...
# prefect-community
b
Hi Prefect Experts - Is it possible to not display generated tasks like
List
and
Dict
from the visual schematic displayed in the UI?
I've tried to search the docs, but didn't really see anything.
k
This discourse page addresses that, but the short answer is not really unless you modify your tasks
upvote 1
b
You guys are awesome!
a
btw those tasks are gone in Prefect 2.0 because there is no more DAG 🙂
b
Prefect 2.0 is Orion, correct?
a
b
If you were building out a new Prefect deployment would you build it on 2.0 or stay on 1.0 for now?
a
It's totally up to you, you can certainly start directly with Orion, and in fact, this would be quite beneficial for us since you could provide us (incredibly valuable) feedback as an early adopter. But 2.0 is not yet fully production-ready and it may take a couple of months to bring 2.0 to that stage. I would honestly encourage you to still explore Prefect 1.x, sign up for a free tier of Prefect Cloud and put some pipelines to production already to get a feeling of how it is to work with Prefect in general. The user experience shouldn't change - you can still run your workflows locally first by adding a couple of decorators to your workflow. Then you can build/deploy your flows - in 1.0 this step is called flow registration, in 2.0 it's creating a deployment. Having used and understood 1.0 first will likely make you appreciate many Orion features more 🙂
s
This is awesome. Thank you so much for the info. We'd definitely be interested in trying to run Prefect 2.0 - We are deploying Prefect 1.0 on Kubernetes using the Helm chart from the PrefectHQ project. https://github.com/PrefectHQ/server/tree/master/helm/prefect-server Is there an updated Helm chart for Prefect 2.0?
b
Scott is one of my co-workers for context.
a
I wouldn't expect a Helm chart for Prefect 2.0 any time soon due to other much higher priorities, but let me open an issue with your feature request, for now, to have it in our backlog. For now, we do have a very simple way to deploy all Orion components to Kubernetes described here: https://orion-docs.prefect.io/tutorials/kubernetes-flow-runner/ @Marvin open "Orion: add a Helm chart for easier deployment of Prefect 2.0"
s
Okay thanks for opening the issue. I see that prefect 2.0 can generate a Kubernetes deployment manifest. I'll try to test that out if I have time - but we definitely like having the ability to manage installations using Helm. Thanks for the info!