From affc46d3bf3447500eef3bdb19dbeab3d46d90f8 Mon Sep 17 00:00:00 2001 From: Simon Chow Date: Tue, 14 May 2024 14:37:26 -0400 Subject: [PATCH] Update dbt test to support P21 --- 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 bc6991c..7e30e06 100644 --- a/models/marts/enriched_history/enriched_history_operations.yml +++ b/models/marts/enriched_history/enriched_history_operations.yml @@ -555,10 +555,10 @@ models: config: where: closed_at > current_timestamp - interval 2 day - dbt_utils.expression_is_true: - expression: '<= 20' + expression: '<= 21' meta: description: - "Test to check for the correct protocol. Will update after P20 vote." + "Test to check for the correct protocol. Will update after P21 vote." - name: successful_transaction_count description: '{{ doc("successful_transaction_count") }}'