Skip to content

Commit

Permalink
Add test alert suppression (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
chowbao authored Sep 16, 2024
1 parent b62ec0a commit bda78b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/eho_by_ops.sql
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{{ config(
severity="error"
, tags=["singular_test"]
, meta={"alert_suppression_interval": 24}
)
}}

Expand Down
1 change: 1 addition & 0 deletions tests/sorobon_surge_pricing_check.sql
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{{ config(
severity="warn"
, tags=["singular_test"]
, meta={"alert_suppression_interval": 24}
)
}}

Expand Down

0 comments on commit bda78b7

Please sign in to comment.