mirror of
https://github.com/FlipsideCrypto/stellar-models.git
synced 2026-02-06 14:16:42 +00:00
* standard prices with some customizations * . * check * tests/desc * added overview file --------- Co-authored-by: Mike Stepanovic <mike.stepanovic@flipsidecrypto.com>
42 lines
897 B
YAML
42 lines
897 B
YAML
version: 2
|
|
models:
|
|
- name: silver__complete_token_prices
|
|
tests:
|
|
- dbt_utils.unique_combination_of_columns:
|
|
combination_of_columns:
|
|
- HOUR
|
|
- ASSET_ISSUER
|
|
- ASSET_CODE
|
|
|
|
columns:
|
|
- name: HOUR
|
|
tests:
|
|
- not_null
|
|
- name: ASSET_ISSUER
|
|
tests:
|
|
- not_null
|
|
- name: ASSET_CODE
|
|
tests:
|
|
- not_null
|
|
- name: BLOCKCHAIN
|
|
tests:
|
|
- not_null
|
|
- name: BLOCKCHAIN_ID
|
|
tests:
|
|
- not_null
|
|
- name: PROVIDER
|
|
tests:
|
|
- not_null
|
|
- name: PRICE
|
|
tests:
|
|
- not_null
|
|
- name: IS_IMPUTED
|
|
tests:
|
|
- not_null
|
|
- name: _INSERTED_TIMESTAMP
|
|
tests:
|
|
- not_null
|
|
- name: MODIFIED_TIMESTAMP
|
|
tests:
|
|
- not_null
|
|
- name: COMPLETE_TOKEN_PRICES_ID |