mirror of
https://github.com/FlipsideCrypto/flow-models.git
synced 2026-02-06 11:47:00 +00:00
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:
parent
8cf0157fb4
commit
a5fd29f19b
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user