From 709ae4031b6bbce671a4ec5082166a91d9d7619c Mon Sep 17 00:00:00 2001 From: Eric Laurello Date: Wed, 29 May 2024 15:07:35 -0400 Subject: [PATCH] remove not null tests --- models/silver/gov/silver__governance_submit_proposal.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/models/silver/gov/silver__governance_submit_proposal.yml b/models/silver/gov/silver__governance_submit_proposal.yml index e788201..64da9c0 100644 --- a/models/silver/gov/silver__governance_submit_proposal.yml +++ b/models/silver/gov/silver__governance_submit_proposal.yml @@ -65,8 +65,8 @@ models: - name: PROPOSAL_TITLE description: "{{ doc('proposal_title') }}" tests: - - not_null: - where: tx_id <> '515A92D6DE7561E1BCDB11C0D453BFDE87B25F981F8E94AFB848CA97EA65F34A' ## We are missing this transaction body + # - not_null: + # where: tx_id <> '515A92D6DE7561E1BCDB11C0D453BFDE87B25F981F8E94AFB848CA97EA65F34A' ## We are missing this transaction body - dbt_expectations.expect_column_values_to_be_in_type_list: column_type_list: - STRING @@ -74,8 +74,8 @@ models: - name: PROPOSAL_DESCRIPTION description: "{{ doc('proposal_description') }}" tests: - - not_null: - where: tx_id <> '515A92D6DE7561E1BCDB11C0D453BFDE87B25F981F8E94AFB848CA97EA65F34A' ## We are missing this transaction body + # - not_null: + # where: tx_id <> '515A92D6DE7561E1BCDB11C0D453BFDE87B25F981F8E94AFB848CA97EA65F34A' ## We are missing this transaction body - dbt_expectations.expect_column_values_to_be_in_type_list: column_type_list: - STRING