Debugging Broken DAGs

前端 未结 5 1042
野性不改
野性不改 2020-12-30 01:57

When the airflow webserver shows up errors like Broken DAG: [] , how and where can we find the full stacktrace for these excepti

5条回答
  •  温柔的废话
    2020-12-30 02:35

    Usually I used the command airflow list_dags which print the full stacktrace for python error found in dags.

    That will work with almost any airflow command as airflow parse dags folder each time you use a airflow CLI command.

提交回复
热议问题