disable tx_body

This commit is contained in:
Eric Laurello 2024-05-21 17:19:19 -04:00
parent 472e1a131e
commit 95d8a51d18
3 changed files with 3 additions and 6 deletions

View File

@ -1,6 +1,7 @@
{{ config(
materialized = 'view',
tags = ['noncore']
tags = ['noncore'],
enabled = false
) }}
SELECT

View File

@ -13,7 +13,7 @@ SELECT
proposal_id,
vote_option,
vote_weight,
memo,
{# memo, #}
COALESCE(
governance_votes_id,
{{ dbt_utils.generate_surrogate_key(

View File

@ -29,9 +29,5 @@ models:
- dbt_expectations.expect_column_to_exist
- name: VOTE_OPTION
description: "{{ doc('vote_option') }}"
tests:
- dbt_expectations.expect_column_to_exist
- name: MEMO
description: "Deprecating soon! This column will be deprecated on 5/13. {{ doc('memo') }}"
tests:
- dbt_expectations.expect_column_to_exist