avalanche-models/models/silver/defi/dex/fraxswap/silver_dex__fraxswap_pools.yml
drethereum 3b0007ab94
AN-3840/bridge-curation (#206)
* initial models

* updated contracts

* docs

* removed hop

* allbridge

* dst chain seed

* docs

* docs

* token symbol

* tests

* test

* wormhole seed

* filter
2024-01-11 10:48:21 -07:00

24 lines
599 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