Hi all, Over time a DAG list can grow and it would be useful to have a description next to the DAGs. I spotted a description parameter in the DAG definition
https://airflow.incubator.apache.org/code.html#airflow.models.DAG - *description* (*string*) – The description for the DAG to e.g. be shown on the webserver But I can't find where this is shown. Is there a way to have it appear on the main DAG list page? Apologies if this has been answered already, my google-fu picked up nothing.
