mirror of
https://github.com/FlipsideCrypto/osmosis-models.git
synced 2026-02-06 11:47:03 +00:00
* check in * check in * silver * gold views * remove dupe test, adjust silver logiv * warning for pools with > 4 assets
24 lines
537 B
YAML
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 |