mwaa

All DAGs broken after MWAA update from 2.0.2 to 2.2.2

All DAGs broken after MWAA update from 2.0.2 to 2.2.2 Question: I am getting the following errors in AWS MWAA UI after I updated from 2.0.2 to 2.2.2 I have exhaustively searched for more details on these errors to no avail from airflow.providers.slack.operators.slack_webhook import SlackWebhookOperator ModuleNotFoundError: No module named ‘airflow.providers.slack’ Broken plugin: [/usr/local/airflow/plugins/__MACOSX/awsairflowlib/.___init__.py] source code …

Total answers: 2

MWAA – Airflow – PythonVirtualenvOperator requires virtualenv

MWAA – Airflow – PythonVirtualenvOperator requires virtualenv Question: I am using AWS’s MWAA service (2.2.2) to run a variety of DAGs, most of which are implemented with standard PythonOperator types. I bundle the DAGs into an S3 bucket alongside any shared requirements, then point MWAA to the relevant objects & versions. Everything runs smoothly so …

Total answers: 1