Closed
Bug 1274968
Opened 9 years ago
Closed 9 years ago
Configure Airflow's alerting system.
Categories
(Cloud Services Graveyard :: Metrics: Pipeline, defect, P1)
Cloud Services Graveyard
Metrics: Pipeline
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: rvitillo, Assigned: mreid)
References
Details
Attachments
(1 file)
Airflow can send an e-mail to the owner of a job when it fails. We should configure it to use Amazon's SES SMTP interface [1].
[1] https://docs.aws.amazon.com/ses/latest/DeveloperGuide/send-email-smtp.html
Reporter | ||
Updated•9 years ago
|
Summary: Configure ansible's alerting system. → Configure Airflow's alerting system.
Updated•9 years ago
|
Priority: -- → P2
Reporter | ||
Comment 1•9 years ago
|
||
Blake, I need to create SMTP credentials for Airflow [1] but I am unable to do so because I don't have privileges to create IAM users. Could you please create the credentials?
[1] https://docs.aws.amazon.com/ses/latest/DeveloperGuide/smtp-credentials.html
Flags: needinfo?(bimsland)
Reporter | ||
Updated•9 years ago
|
Assignee: nobody → rvitillo
Severity: normal → major
Priority: P2 → P1
Comment 2•9 years ago
|
||
SES account has been created and information provided to Roberto.
Flags: needinfo?(bimsland)
Assignee | ||
Comment 3•9 years ago
|
||
Where should we keep secrets such as these credentials? I thought maybe we could use the Airflow "Variables" support, but it doesn't look like you can reference those values from the configuration.
We could store them in the metadata bucket and fetch them from `entrypoint.sh` where we do the other variable substitution in airflow.cfg.
Assignee | ||
Updated•9 years ago
|
Assignee: rvitillo → mreid
Assignee | ||
Comment 4•9 years ago
|
||
Attachment #8765912 -
Flags: review?(rvitillo)
Updated•9 years ago
|
Flags: needinfo?(waxmigs2902)
Reporter | ||
Updated•9 years ago
|
Attachment #8765912 -
Flags: review?(rvitillo) → review+
Reporter | ||
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Flags: needinfo?(waxmigs2902)
Resolution: --- → FIXED
Updated•7 years ago
|
Product: Cloud Services → Cloud Services Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•