When the airflow webserver shows up errors like Broken DAG: [] , how and where can we find the full stacktrace for these excepti
Broken DAG: []
Usually I used the command airflow list_dags which print the full stacktrace for python error found in dags.
airflow list_dags
That will work with almost any airflow command as airflow parse dags folder each time you use a airflow CLI command.