Skip to content

Commit

Permalink
Update protocol version (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
amishas157 authored Nov 13, 2024
1 parent bb1e6a5 commit 29fbe45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions models/marts/enriched_history/enriched_history_operations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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") }}'
Expand Down

0 comments on commit 29fbe45

Please sign in to comment.