In what may go down as the most important PR of Airflow 3.0 (not to brag or anything), I have gone through the docs and renamed DAGs to Dags: https://github.com/apache/airflow/pull/47959
Recall there was some previous discussion on dev list where there was general agreement to de-emphasize the cyborg-sounding "directed acyclic graph" concept: https://lists.apache.org/thread/lktrzqkzrpvc1cyctxz7zxfmc0fwtq2j I won't rehash the arguments in detail here. But I did notice that already we use `Dags` in the UI (which I like), so hey, we're sort of already there and maybe lazy consensus is not necessary. But, just for visibility. The PR is docs only. Thanks