mirror of
https://github.com/FlipsideCrypto/flow-models.git
synced 2026-02-06 11:47:00 +00:00
23 lines
775 B
YAML
23 lines
775 B
YAML
version: 2
|
|
|
|
models:
|
|
- name: price__dim_asset_metadata
|
|
description: "{{ doc('price__dim_asset_metadata') }}"
|
|
columns:
|
|
- name: PRICES_PROVIDER
|
|
description: "{{ doc('prices_provider') }}"
|
|
- name: PRICES_ASSET_ID
|
|
description: "{{ doc('prices_asset_id') }}"
|
|
- name: PRICES_NAME
|
|
description: "{{ doc('prices_name') }}"
|
|
- name: PRICES_SYMBOL
|
|
description: "{{ doc('prices_symbol') }}"
|
|
- name: PRICES_TOKEN_ADDRESS
|
|
description: "{{ doc('prices_token_address') }}"
|
|
- name: PRICES_BLOCKCHAIN
|
|
description: "{{ doc('prices_blockchain') }}"
|
|
- name: PRICES_BLOCKCHAIN_ID
|
|
description: "{{ doc('prices_blockchain_id') }}"
|
|
- name: PK_ID
|
|
description: "{{ doc('pk_id') }}"
|