mirror of
https://github.com/FlipsideCrypto/bsc-models.git
synced 2026-02-06 11:46:47 +00:00
* venus tokens * add venus and radiant * quick fixes * add dforce * add liqee and dforce fixes * quick fixes * add kinza * move venus and liqee back to itoken, silver complete lending working * add gold layer * test clean up * test fixes * liqee asset fix + documentation updates * add new column desc * add premium amount to flashloans * unique topic fixes * dforce fix * flashloan fix * remove flashloan and liquidation recent tests * missed 12 hour inc * pr comment fixes * asset details model optimizations * move silver dex under silver defi folder
23 lines
582 B
YAML
23 lines
582 B
YAML
version: 2
|
|
models:
|
|
- name: silver_dex__fraxswap_pools
|
|
tests:
|
|
- dbt_utils.unique_combination_of_columns:
|
|
combination_of_columns:
|
|
- POOL_ADDRESS
|
|
columns:
|
|
- name: POOL_ADDRESS
|
|
tests:
|
|
- not_null
|
|
- name: TOKEN0
|
|
tests:
|
|
- not_null
|
|
- name: TOKEN1
|
|
tests:
|
|
- not_null
|
|
- name: _INSERTED_TIMESTAMP
|
|
tests:
|
|
- dbt_expectations.expect_column_values_to_be_in_type_list:
|
|
column_type_list:
|
|
- TIMESTAMP_NTZ
|
|
- TIMESTAMP_LTZ |