Is it possible to get alerts for lack of updates? #6551
Unanswered
elmehalawi
asked this question in
Q&A
Replies: 1 comment
-
Great question! This should be possible to express with temporal filters. They allow you to express a constraint on the results that are presented which involves the "logical time", which is the maintained time as the query runs. For example, you could determine the most recent log in time (a having mz_logical_timestamp() > last_login_ms + <10 days in ms> The timestamps here are all "milliseconds since the 1970 epoch", which is how your data are most likely timestamped (this does depend on how you are introducing data to Materialize, and you would know if you were using a specifically timestamped source). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm interested in getting alerts when a user hasn't logged in in so many days. Is this possible using materialize?
Beta Was this translation helpful? Give feedback.
All reactions