added quality control (#450)

* added quality control

* added quality control

* added

* not needed

---------

Co-authored-by: SAI <sairaj@flipsidecrypto.com>
This commit is contained in:
SAI 2025-06-03 11:22:45 -05:00 committed by GitHub
parent 8cf0157fb4
commit a5fd29f19b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 5 deletions

View File

@ -39,7 +39,7 @@ WHERE
AND metadata IS NOT NULL
qualify ROW_NUMBER() over (
PARTITION BY dim_moment_metadata_id
PARTITION BY nft_id
ORDER BY
inserted_timestamp DESC
) = 1

View File

@ -42,7 +42,6 @@ models:
- name: player
description: "Player name from TopShot metadata or moment metadata"
tests:
- not_null
- dbt_expectations.expect_column_values_to_be_in_type_list:
column_type_list:
- STRING
@ -51,7 +50,6 @@ models:
- name: team
description: "Team name from TopShot metadata or moment metadata"
tests:
- not_null
- dbt_expectations.expect_column_values_to_be_in_type_list:
column_type_list:
- STRING
@ -60,7 +58,6 @@ models:
- name: season
description: "Season from TopShot metadata or moment metadata"
tests:
- not_null
- dbt_expectations.expect_column_values_to_be_in_type_list:
column_type_list:
- STRING
@ -69,7 +66,6 @@ models:
- name: set_name
description: "Set name from TopShot metadata or moment metadata"
tests:
- not_null
- dbt_expectations.expect_column_values_to_be_in_type_list:
column_type_list:
- STRING