In the Airflow web interface I can view a list of DAGs. If I click on one of those DAGs I can see different views of the DAG or the code for the DAG, and in the details tab I can see the name of the DAGs file, but not the path.
I've also tried airflow list-dags
but that doesn't provide the information I'm looking for either.
There is a DAG I can see in the web interface but I can't find where it is in the filesystem.
Is there a way to find the location of a DAG from the Airflow web interface or the Airflow CLI?