<@ULVA73B9P> Is there an available extension or po...
# ask-marvin
c
@Marvin Is there an available extension or possible way to view historical flow runs in a GANT chart like view? This way i can see what times of day no flows are being executed.
m
I've searched through the Prefect documentation, but it appears there is no built-in feature explicitly described as a GANTT chart view for historical flow runs. Prefect provides various ways to visualize flow and task runs, such as the dashboard and logging, but a GANTT-like view to visualize idle times is not directly mentioned in the documentation I found. If you're looking to build a custom solution or check if such a feature exists, you might consider the following approaches: 1. Use the Prefect Client within your code to query historical flow run data and create a visualization yourself. You can find details on how to use the client here. 2. Check Prefect's UI and dashboard features for any recent updates related to your request. 3. Review user-contributed extensions or third-party integrations that might offer this functionality. For further assistance, you might want to explore or raise a question on the Prefect GitHub repository or ask the Prefect community for help regarding custom visualization tools.