Airflow v1.8 introduced a change in the UI where clicking a DAG takes you to the "Tree" view, instead of the previously defaulted "Graph" view. According to the documentation, adding/changing this line in the config should alter this behavior, but I haven't had any success:
# Default DAG view. Valid values are:
# tree, graph, duration, gantt, landing_times
dag_default_view = graph
Am I misreading the instructions? Has anyone been able to successfully get this default behavior to change?