store_features_hourly

incrementalstorehourly

Hourly demand and inventory features per store. Used by the store-level ranking model.

warehouse.analytics.store_features_hourly
Warning — past warn threshold last updated 3 hours ago

Trust

Owner
ops-team@example.com
Lifecycle
active
Freshness SLA
warn 2h · error 6h
Last update
2026-04-26 19:38 UTC

Join keys

Entity
store_id
Grain
feature_hour, store_id
Timestamp
feature_hour

Storage

Row count
184,532
Materialization
incremental
Source file
models/features/store_features_hourly.sql

Use this feature group

select
  store_id,
  feature_hour,
  orders_count_1h,
  demand_score
from warehouse.analytics.store_features_hourly

Features

Features in store_features_hourly
Name Type Column type Null %Distinct Null behavior Status Declared ML consumers
orders_count_1h
Orders placed at this store in the trailing hour
numeric integer 1.2% 33,215 zero store_ranking_model_v1
demand_score
Smoothed demand intensity, 0-1
numeric float 0.10% 73,812 mean store_ranking_model_v1

Lineage

Upstream 1

  • stg_orders model

Downstream dbt models 0

None.

ML consumers 1

Declared manually via used_by on individual features.