Cannot Get Query Results in SQL Alerts
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2024 10:25 PM
Example Query:
select name, date from errors;
Now i want to trigger an alert if count is greater than 1, and a notification should be sent to slack with output rows (name and date values). Even if i use {{QUERY_RESULT_ROWS}}, it only gives value after count is applied.
Is there any way to get the actual rows using Alerts?
Labels:
- Labels:
-
Workflows