From bda78b7544de85f8c8f6be90580e588fddb8c5b0 Mon Sep 17 00:00:00 2001 From: chowbao Date: Mon, 16 Sep 2024 12:51:15 -0400 Subject: [PATCH] Add test alert suppression (#93) --- tests/eho_by_ops.sql | 1 + tests/sorobon_surge_pricing_check.sql | 1 + 2 files changed, 2 insertions(+) diff --git a/tests/eho_by_ops.sql b/tests/eho_by_ops.sql index 1e03f46..31746a3 100644 --- a/tests/eho_by_ops.sql +++ b/tests/eho_by_ops.sql @@ -1,6 +1,7 @@ {{ config( severity="error" , tags=["singular_test"] + , meta={"alert_suppression_interval": 24} ) }} diff --git a/tests/sorobon_surge_pricing_check.sql b/tests/sorobon_surge_pricing_check.sql index 6374b9b..395b50a 100644 --- a/tests/sorobon_surge_pricing_check.sql +++ b/tests/sorobon_surge_pricing_check.sql @@ -1,6 +1,7 @@ {{ config( severity="warn" , tags=["singular_test"] + , meta={"alert_suppression_interval": 24} ) }}