0

I've got following modules in my requirements file. However, slack isn't showing up when I create a new connection via UI.

In my local environment it is working just fine. I have tried recreating the environment but no luck. I am using MWAA Airflow 2.4.3. Any got any idea what I am missing?

--constraint "s3://airflow-zappi-bi-dev/DAGs/constraints-3.7-mod.txt"

apache-airflow>=2.3.0
python>=3.10
apache-airflow-providers-amazon>=7.2.0
jinja2>=3.1.2
apache-airflow-providers-slack==6.0.0
apache-airflow-providers-http>=4.2.0
apache-airflow-providers-common-sql==1.2.0
slack-sdk==3.19.3
AIViz
  • 82
  • 9
  • Can you edit your question. I think the requirements.txt is mixed with an image you tried to post? – 0x26res Mar 21 '23 at 16:11
  • If you are using 2.4.3, the constraint should be `--constraint "https://raw.githubusercontent.com/apache/airflow/constraints-2.4.3/constraints-3.10.txt"`. Are you sure aws airflow is able to install these requirements? You can check this in cloud watch. – 0x26res Mar 21 '23 at 17:00
  • even with this constraint file it's not updating. Also tried removing the constraint file and it didn't work.. – AIViz Mar 27 '23 at 10:25

0 Answers0