temp mute topshot unique id alert (#452)

* add

* muted

---------

Co-authored-by: SAI <sairaj@flipsidecrypto.com>
This commit is contained in:
SAI 2025-06-09 11:16:28 -05:00 committed by GitHub
parent a5fd29f19b
commit dfa993dcb9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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