Can't import Airflow plugins

后端 未结 11 1303
傲寒
傲寒 2021-01-03 18:10

Following Airflow tutorial here.

Problem: The webserver returns the following error

Broken DAG: [/usr/local/airflow/dags/test_operat         


        
11条回答
  •  无人及你
    2021-01-03 18:56

    I encountered the same error while following these tutorials.

    My fault, however, was that I had used space character ' ' in task_id, which isn't supported by Airflow.

    Clearly the error didn't point towards the actual problem. Restarting both Airflow scheduler and webserver then showed the correct error message on WebUI.

提交回复
热议问题