lightdash
lightdash copied to clipboard
I should be able to specify which value in the table is being checked for alerting
Problem: People might not sort their table by date descending, and therefore get notified about incorrect values.
Suggestions:
- Add radio buttons to specify which value to check. I think some of Javi's suggestions below are better. I don't think the user should have to think about this
Suggestions from @rephus
- We could also save the last value checked in the db. and display that on the run history
- We could also do something smart on our side and check if the metricquery has a datetime dimension on it, and see what's the sorting... to know if we need to check the last or first value