external-models/models/defillama/silver/silver__defillama_protocol_tvl.yml
2024-12-06 10:42:10 -08:00

21 lines
599 B
YAML

version: 2
models:
- name: silver__defillama_protocol_tvl
tests:
- dbt_utils.unique_combination_of_columns:
combination_of_columns:
- DEFILLAMA_TVL_ID
columns:
- name: _INSERTED_TIMESTAMP
tests:
- not_null
- dbt_expectations.expect_row_values_to_have_recent_data:
datepart: day
interval: 1
- dbt_expectations.expect_column_values_to_be_in_type_list:
column_type_list:
- TIMESTAMP_NTZ
- name: DEFILLAMA_TVL_ID
tests:
- not_null