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
28 lines
633 B
YAML
28 lines
633 B
YAML
version: 2
|
|
models:
|
|
- name: silver__token_summary_day
|
|
tests:
|
|
- dbt_utils.unique_combination_of_columns:
|
|
combination_of_columns:
|
|
- BLOCK_ID
|
|
- CURRENCY
|
|
columns:
|
|
- name: BLOCK_ID
|
|
tests:
|
|
- not_null
|
|
- name: BLOCK_DATE
|
|
tests:
|
|
- not_null
|
|
- name: CURRENCY
|
|
tests:
|
|
- not_null
|
|
- name: PRICE
|
|
- name: PRICE_USD
|
|
- name: LIQUIDITY
|
|
- name: LIQUIDITY_USD
|
|
- name: VOLUME
|
|
- name: VOLUME_USD
|
|
- name: TOKEN_3_AMOUNT
|
|
- name: _INSERTED_TIMESTAMP
|
|
tests:
|
|
- not_null |