orders_count_1h
numeric
Orders placed at this store in the trailing hour
warehouse.analytics.store_features_hourly.orders_count_1h
Trust
- Owner
- ops-team@example.com
- Lifecycle
- active
Join keys
- Entity
store_id- Time anchor
feature_hour- Feature group
store_features_hourly
Shape
- Warehouse type
integer- Semantic type
- numeric
- Null behavior
- zero
- Null rate
- 1.2% (2,214 of 184,532)
- Distinct values
- 33,215
Use this feature
select
store_id,
feature_hour,
orders_count_1h
from warehouse.analytics.store_features_hourly
ML consumers
derived = traced from the dbt graph (table-level: any model depending on this feature's table); declared = named in an exposure's meta.feature_store.consumes (column-precise when written as view:feature); manual = legacy used_by on this column.