2 Answers
- Newest
- Most votes
- Most comments
1
MWAA does not currently install requirements on the web server which may be causing the creation failure when the web server tries to communicate with Sentry.
answered 3 years ago
0
We confirm Sentry works in MWAA v2.2.2, these are the steps to get it working:
First add Sentry to your requirements.txt file:
apache-airflow[sentry]==2.2.2
Then set in your MWAA Configuration options:
sentry.sentry_on True
sentry.sentry_dsn <YOUR_SENTRY_DSN>
answered 3 years ago
Relevant content
- asked 3 years ago
- asked 2 years ago
- asked a year ago
- AWS OFFICIALUpdated 9 months ago
- AWS OFFICIALUpdated 6 months ago
- AWS OFFICIALUpdated 6 months ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated 4 months ago
The referenced docs claim that MWAA v2.2.2+ will install requirements such as Sentry on the web server. Unfortunately we have observed that this issue persists on v2.2.2. When can we expect Sentry configuration to be functional in MWAA?
Note the above was true as of Airflow 2.0.2 support. As of Airflow 2.2.2, requirements are installed on the web server. Note that if the libraries are required on a private web server you will need to package them as WHL files