MWAA DAG MoudleNotFoundError

0

MWAA 내에 Dags를 관리하여 사용 중에 있습니다.

Python Operator로 특정 코드를 불러 사용하고 있습니다.

내부 로직은 하위 폴더 내에 모듈을 불러 사용중입니다.

잘 사용하던 도중 특정 파일의 모듈로부터 ModuleNotFoundError가 발생하였는데 CloudWatch로그를 살펴보면 a.py를 불러야하는데 A.py를 부르는 현상을 발견하였습니다.

MWAA를 재로드한 후에 오류는 해결하였으나, 위와 같은 오류가 나타나는 원인과 해결방안 제시 부탁드립니다.

No Answers

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions