From 8db1b45cf782d96b02ff1683ad167ffc7b4017a8 Mon Sep 17 00:00:00 2001 From: sydneynotthecity Date: Mon, 22 Jan 2024 10:50:39 -0600 Subject: [PATCH 1/2] Update enriched_history_operations.yml --- models/marts/enriched_history_operations.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/models/marts/enriched_history_operations.yml b/models/marts/enriched_history_operations.yml index a1f86b2..9ab3cdd 100644 --- a/models/marts/enriched_history_operations.yml +++ b/models/marts/enriched_history_operations.yml @@ -566,10 +566,10 @@ models: config: where: closed_at > current_timestamp - interval 2 day - dbt_utils.expression_is_true: - expression: '<= 19' + expression: '>= 19' meta: description: - "Test to check if the protocol version is not greater than 19." + "Test to check for the correct protocol. Will update after P20 vote." - name: successful_transaction_count description: '{{ doc("successful_transaction_count") }}' From 116b828ccc45241901398c7dd53d2e1fded83a2d Mon Sep 17 00:00:00 2001 From: sydneynotthecity Date: Mon, 22 Jan 2024 10:57:10 -0600 Subject: [PATCH 2/2] Update enriched_history_operations.yml --- models/marts/enriched_history_operations.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/marts/enriched_history_operations.yml b/models/marts/enriched_history_operations.yml index 9ab3cdd..5470eb4 100644 --- a/models/marts/enriched_history_operations.yml +++ b/models/marts/enriched_history_operations.yml @@ -566,7 +566,7 @@ models: config: where: closed_at > current_timestamp - interval 2 day - dbt_utils.expression_is_true: - expression: '>= 19' + expression: '<= 20' meta: description: "Test to check for the correct protocol. Will update after P20 vote."