https://prefect.io logo
n

Niccolò Randazzini

06/26/2023, 1:02 PM
Hi all, I was wondering whether I can organize flows in folders in the Prefect UI (under the same workspace). Let's say I have a workspace call "customers", can I have one folder for each different customer in the UI? if yes how can I do it? Same for deployments... thanks for the support! Niccolò
1
r

Robert Esteves

06/27/2023, 1:34 PM
The closest thing I found to a folder is using tags in your deployment scripts. For example in your Deployment.build_from_flow(tags=["Customers"])
b

Brandon Reid

06/28/2023, 1:07 PM
Yeah tags would be the ticket. We do hope to do more with them as well. On the flow runs page, you can filter by a specific tag, then save that filter. So if you safe a filter for each customer, you can see all the flows tagged with that customer name.
🙌 1