Hi prefect team. I saw that the runtime flow visualization has been updated. I definitely like it better. I was curious if there was a plan for a compiled static dag view, similar to the 'Schematic' view from Prefect 1? Seeing a schema for a DAG is hugely valuable for collaboration, e.g. someone is working on a pipeline, they ask me to look at it. I have to currently dig into specific flow runs and look at something like this, to get my 1000 foot view of what this pipeline even is. I'd much rather not see a run time visualization because the time taken might vary a lot, and the edges are still all crossed so I have to click on each task and trace my eyes along the screen to see the dependency. Will add in the comments an example preferred view. Ideally this DAG schematic would just live on the Flow's page on a separate tab, similar to Prefect 1.