mirror of
https://github.com/FlipsideCrypto/external-models.git
synced 2026-02-06 12:02:01 +00:00
14 lines
315 B
YAML
14 lines
315 B
YAML
version: 2
|
|
models:
|
|
- name: silver__defillama_investors
|
|
tests:
|
|
- dbt_utils.unique_combination_of_columns:
|
|
combination_of_columns:
|
|
- INVESTOR
|
|
columns:
|
|
- name: INVESTOR
|
|
tests:
|
|
- not_null
|
|
- name: _INSERTED_TIMESTAMP
|
|
tests:
|
|
- not_null |