Can't import Airflow plugins

后端 未结 11 1262
傲寒
傲寒 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:35

    I had to update the plugin path in file airflow.cfg in order to fix the problem.

    Where your Airflow plugins are stored:

    plugins_folder = /airflow/plugins
    

提交回复
热议问题