flow-models/models/gold/price/price__fact_prices_ohlc_hourly.yml
2025-07-17 16:57:17 -06:00

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') }}"