mirror of
https://github.com/FlipsideCrypto/flow-models.git
synced 2026-02-06 11:47:00 +00:00
25 lines
827 B
YAML
25 lines
827 B
YAML
version: 2
|
|
|
|
models:
|
|
- name: price__fact_prices_ohlc_hourly
|
|
description: "{{ doc('price__fact_prices_ohlc_hourly') }}"
|
|
columns:
|
|
- name: PRICES_HOUR
|
|
description: "{{ doc('prices_hour') }}"
|
|
- name: PRICES_ASSET_ID
|
|
description: "{{ doc('prices_asset_id') }}"
|
|
- name: PRICES_OPEN
|
|
description: "{{ doc('prices_open') }}"
|
|
- name: PRICES_HIGH
|
|
description: "{{ doc('prices_high') }}"
|
|
- name: PRICES_LOW
|
|
description: "{{ doc('prices_low') }}"
|
|
- name: PRICES_CLOSE
|
|
description: "{{ doc('prices_close') }}"
|
|
- name: PK_ID
|
|
description: "{{ doc('pk_id') }}"
|
|
- name: INSERTED_TIMESTAMP
|
|
description: "{{ doc('inserted_timestamp') }}"
|
|
- name: MODIFIED_TIMESTAMP
|
|
description: "{{ doc('modified_timestamp') }}"
|