Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No module named 'operators' #2

Open
nk7983 opened this issue May 17, 2022 · 1 comment
Open

No module named 'operators' #2

nk7983 opened this issue May 17, 2022 · 1 comment

Comments

@nk7983
Copy link

nk7983 commented May 17, 2022

Received the below error after updating the requirements.txt and deployed the dag to dags folder. May I know how to fix this?

Broken DAG: [/usr/local/airflow/dags/hello-mwaa.py] Traceback (most recent call last):
File "", line 219, in _call_with_frames_removed
File "/usr/local/airflow/dags/hello-mwaa.py", line 8, in
from operators.hello_mwaa_operator import HelloOperator
ModuleNotFoundError: No module named 'operators'

@umaragu
Copy link

umaragu commented May 17, 2022

Thank you for raising the issue! Is the error happening during the build process? Can you make sure you have the plugins folder in your local if the error is during the local testing?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants