Skip to content

Commit

Permalink
fix pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewm4894 committed Dec 20, 2023
1 parent 796b77d commit 0a25297
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions metrics/defaults/sql/alerts.sql
Original file line number Diff line number Diff line change
Expand Up @@ -163,10 +163,10 @@ select
from
data_alerts
group by 1,2
having
having
-- only return metrics that have been triggered
max(metric_alert) = 1
and
max(metric_alert) = 1
and
-- respect the snooze period
max(metric_has_recent_alert) = 0
)
Expand Down

0 comments on commit 0a25297

Please sign in to comment.