Setup & configure alerts
Owners and subscribers
We highly recommend configuring owners and subscribers for your models and/or tests. An owner is the person responsible for the model, and subscribers are the people who are interested in getting the alerts on the model or test. Owners and subscribers will be mentioned (tagged) in the Slack alerts. Also their name will appear in the alerts and the UI.
configuring owners and subscribers:
Owners
Owners can be easily added or edited in the Catalog screen. Learn more about managing your assets’ metadata.
Configuting owners in code:
Elementary enriches alerts with owners for models or tests).
- If you want the owner to be tagged on slack use '@' and the email prefix of the slack user (@jessica.jones to tag [email protected]).
- You can configure a single owner or a list of owners (
["@jessica.jones", "@joe.joseph"]
).
Subscribers
If you want additional users besides the owner to be tagged on an alert, add them as subscribers.
- If you want the subscriber to be tagged on slack use '@' and the email prefix of the slack user (@jessica.jones to tag [email protected]).
- You can configure a single subscriber or a list (
["@jessica.jones", "@joe.joseph"]
).