mirror of
https://github.com/FlipsideCrypto/external-models.git
synced 2026-02-06 11:21:59 +00:00
21 lines
499 B
YAML
21 lines
499 B
YAML
version: 2
|
|
models:
|
|
- name: bronze__blast_leaderboard
|
|
tests:
|
|
- dbt_utils.unique_combination_of_columns:
|
|
combination_of_columns:
|
|
- ID
|
|
|
|
columns:
|
|
- name: RANK
|
|
tests:
|
|
- not_null
|
|
- name: _INSERTED_TIMESTAMP
|
|
tests:
|
|
- not_null
|
|
- dbt_expectations.expect_column_values_to_be_in_type_list:
|
|
column_type_list:
|
|
- TIMESTAMP_NTZ
|
|
- name: ID
|
|
tests:
|
|
- not_null |