Moving local python modules to airflow – Docker
I'm trying to set Airflow as a scheduler for my already existing project. After opening the airflow I get error message: Broken DAG: [/opt/airflow/dags/test_dag.py] Traceback (most recent call last): File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed File "/opt/airflow/dags/test_dag.py", line 4,…