0

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?

UI Error Scheduler logs

Rjkant
  • 1
  • Is the red error banner expandable? Can you show the full stack trace? What versions of the modules are installed? – Andrew Nguonly Jun 08 '22 at 14:10
  • with DAG( dag_id=DAG_ID, default_args=DEFAULT_ARGS, description='Print all installed Python packages', dagrun_timeout=timedelta(hours=2), start_date=days_ago(1), schedule_interval=None, tags=['bash'] ) as dag: list_python_packages_operator = BashOperator( task_id='list_python_packages', bash_command='python3 -m pip list' ) list_python_packages_operator – Priyadarshan Mohanty Jun 13 '22 at 03:46
  • Can you list the python packages using bash once and recheck – Priyadarshan Mohanty Jun 13 '22 at 03:47

0 Answers0