mirror of
https://github.com/FlipsideCrypto/flow-models.git
synced 2026-02-06 15:21:50 +00:00
temp mute topshot unique id alert (#452)
* add * muted --------- Co-authored-by: SAI <sairaj@flipsidecrypto.com>
This commit is contained in:
parent
a5fd29f19b
commit
dfa993dcb9
@ -5,17 +5,17 @@ models:
|
||||
description: |-
|
||||
Data for TopShot Moments, including player, team, stats and more. This is produced via API and may differ in structure from metadata available on-chain in the `dim_moment_metadata` table.
|
||||
|
||||
tests:
|
||||
- dbt_utils.unique_combination_of_columns:
|
||||
combination_of_columns:
|
||||
- nft_id
|
||||
# tests:
|
||||
# - dbt_utils.unique_combination_of_columns:
|
||||
# combination_of_columns:
|
||||
# # - nft_id ---- needs to be added back in after a fix. Muting right now to clean up alerts dev
|
||||
|
||||
columns:
|
||||
- name: NFT_ID
|
||||
description: "{{ doc('nft_id') }}"
|
||||
tests:
|
||||
- not_null
|
||||
- unique
|
||||
# - unique ---- needs to be added back in after a fix. Muting right now to clean up alerts dev
|
||||
- dbt_expectations.expect_column_values_to_be_in_type_list:
|
||||
column_type_list:
|
||||
- STRING
|
||||
|
||||
Loading…
Reference in New Issue
Block a user