mirror of
https://github.com/FlipsideCrypto/external-models.git
synced 2026-02-06 11:41:50 +00:00
25 lines
601 B
YAML
25 lines
601 B
YAML
version: 2
|
|
models:
|
|
- name: silver__defillama_chains_tvl
|
|
tests:
|
|
- dbt_utils.unique_combination_of_columns:
|
|
combination_of_columns:
|
|
- CHAIN
|
|
- TIMESTAMP
|
|
|
|
columns:
|
|
- name: CHAIN_ID
|
|
- name: CHAIN
|
|
tests:
|
|
- not_null
|
|
- name: TIMESTAMP
|
|
- name: TVL_USD
|
|
- 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 |