Hi everyone, I'm in the process to migrate from Prefect 1 to 2 and I have to say, at least for me, new Radar charts is more difficult to read then the original DAG view from version 1. I appreciate that there are cases when dependencies may not fit into DAG logic, but for all pipelines I run it makes more sense to see a flow from top to bottom. In a way it helps to:
• visualize the logic (raw data, clean data, model calibration, generate reports)
• check whether your decency code is doing what you want it to do
I have to say that using Prefect instead of Airflow for my new company was partly driven by much more straight forward UI. So the question is really whether there is a plan to add an option to visualize a flow in a tree like graph?