mirror of
https://github.com/FlipsideCrypto/avalanche-models.git
synced 2026-02-06 11:36:48 +00:00
* initial models * updated contracts * docs * removed hop * allbridge * dst chain seed * docs * docs * token symbol * tests * test * wormhole seed * filter
24 lines
599 B
YAML
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
|
|
|