-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add min/max/first selector for alerts #7076
Conversation
Very nice feature! We should also add a new variable called See redash/redash/models/__init__.py Lines 992 to 1000 in a69f7fb
|
Good call. Just added the selector to the template. |
153a560
to
ee5e9b5
Compare
ee5e9b5
to
1439797
Compare
1439797
to
cf69691
Compare
What type of PR is this?
Description
This feature allows the user to create an alert that checks the minimum, maximum, or first value of a column when evaluating.
Currently, alerts will only check the first value of a column when evaluating.
This change makes alerts more useful and allows users to set up new kinds of conditions to test for.
How is this tested?
Related Tickets & Documents
Mobile & Desktop Screenshots/Recordings (if there are UI changes)