Skip to content

Commit

Permalink
Update alert suppression
Browse files Browse the repository at this point in the history
  • Loading branch information
chowbao committed Sep 19, 2024
1 parent 67beea5 commit a592d17
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
Expand Up @@ -5,6 +5,7 @@
, tags=["singular_test"]
, meta={"alert_suppression_interval": 24}
, enabled=(target.name == "prod" and var("is_singular_airflow_task") == "true")
, 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
Expand Up @@ -5,6 +5,7 @@
, tags=["singular_test"]
, meta={"alert_suppression_interval": 24}
, enabled=(target.name == "prod" and var("is_singular_airflow_task") == "true")
, alert_suppression_interval=24
)
}}

Expand Down

0 comments on commit a592d17

Please sign in to comment.