osmosis-models/models/silver/prices/silver__pool_token_prices_usd.yml
eric-laurello aff529847f
AN-2736 pools (#99)
* check in

* check in

* silver

* gold views

* remove dupe test, adjust silver logiv

* warning for pools with > 4 assets
2023-02-08 09:50:11 -05:00

24 lines
537 B
YAML

version: 2
models:
- name: silver__pool_token_prices_usd
tests:
- dbt_utils.unique_combination_of_columns:
combination_of_columns:
- BLOCK_ID
- TOKEN_ADDRESS
columns:
- name: BLOCK_ID
tests:
- not_null
- name: BLOCK_TIMESTAMP
tests:
- not_null
- name: TOKEN_ADDRESS
tests:
- not_null
- name: PRICE_USD
tests:
- not_null
- name: _INSERTED_TIMESTAMP
tests:
- not_null