I have created Airflow environment in MWAA. I have mentioned all the required modules in requirements.txt but getting 'Broken plugin: No module found' error in MWAA Airflow UI although Scheduler/worker logs show modules are installed successfully and dags using those modules are also working fine.
Does anyone have any idea, How to get rid of this error?