From 9ae6a87da93f088b2a822dd319101773460f485c Mon Sep 17 00:00:00 2001 From: Amisha Singla Date: Wed, 13 Nov 2024 10:58:30 -0600 Subject: [PATCH] Update protocol version --- models/marts/enriched_history/enriched_history_operations.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/models/marts/enriched_history/enriched_history_operations.yml b/models/marts/enriched_history/enriched_history_operations.yml index 86e36f1..a523d70 100644 --- a/models/marts/enriched_history/enriched_history_operations.yml +++ b/models/marts/enriched_history/enriched_history_operations.yml @@ -558,9 +558,9 @@ models: date_column_name: "closed_at" greater_than_equal_to: "2 day" - dbt_utils.expression_is_true: - expression: "<= 21" + expression: "<= 22" meta: - description: "Test to check for the correct protocol. Will update after P21 vote." + description: "Test to check for the correct protocol. Will update after P22 vote." - name: successful_transaction_count description: '{{ doc("successful_transaction_count") }}'