bsc-models/models/silver/defi/dex/fraxswap/silver_dex__fraxswap_pools.yml
Matt Romano 91a8d1f656
AN-3833/complete-lending-curation (#193)
* 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
2023-12-19 09:09:21 -08:00

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