I created a new MWAA environment using v2.7.2 All my DAGs which were working fine in v2.6.3 are broken now.
from airflow.providers.slack.operators.slack_webhook import SlackWebhookOperator ModuleNotFoundError: No module named 'airflow.providers.slack'
I have updated my requirements file for this new environment, saw this in here
--constraint "https://raw.githubusercontent.com/apache/airflow/constraints-2.7.2/constraints-3.11.txt"
apache-airflow-providers-snowflake==5.0.1
apache-airflow-providers-mysql==5.3.1
I expected that would be sufficient. What do I need to change to install airflow.providers.slack correctly?
The airflow slack provider is missing in your environment. Add below line in requirements.txt
Full requirements.txt