how to solve ModuleNotFoundError: No module named 'utilities' in airflow 2.3.3?

272 Views Asked by At

I have installed new utilities-package but also the issue is not solved and could not get any new solution from the web. error:

Broken DAG: [/data/airflow/dags/DA.py] Traceback (most recent call last):
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/data/airflow/dags/DA.py", line 28, in <module>
    from utilities.utilities import *
ModuleNotFoundError: No module named 'utilities'
0

There are 0 best solutions below