mirror of
https://github.com/FlipsideCrypto/osmosis-models.git
synced 2026-02-06 14:17:03 +00:00
disable tx_body
This commit is contained in:
parent
472e1a131e
commit
95d8a51d18
@ -1,6 +1,7 @@
|
||||
{{ config(
|
||||
materialized = 'view',
|
||||
tags = ['noncore']
|
||||
tags = ['noncore'],
|
||||
enabled = false
|
||||
) }}
|
||||
|
||||
SELECT
|
||||
|
||||
@ -13,7 +13,7 @@ SELECT
|
||||
proposal_id,
|
||||
vote_option,
|
||||
vote_weight,
|
||||
memo,
|
||||
{# memo, #}
|
||||
COALESCE(
|
||||
governance_votes_id,
|
||||
{{ dbt_utils.generate_surrogate_key(
|
||||
|
||||
@ -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
|
||||
Loading…
Reference in New Issue
Block a user