Following Airflow tutorial here.
Problem: The webserver returns the following error
Broken DAG: [/usr/local/airflow/dags/test_operat
I faced the same issue following the same tutorial. What worked for me was to replace the import of MyFirstOperator with:
MyFirstOperator
from airflow_home.plugins.my_operators import MyFirstOperator