orders_count_30d
v2numeric
Number of orders placed in the trailing 30 days
warehouse.analytics.customer_features_daily.orders_count_30d
Trust
- Owner
- growth-team@example.com
- Lifecycle
- active
- Definition version
- v2
Join keys
- Entity
customer_id- Time anchor
feature_date- Feature group
customer_features_daily
Shape
- Warehouse type
integer- Semantic type
- numeric
- Null behavior
- zero
- Null rate
- 1.2% (154 of 12,847)
- Distinct values
- 2,312
Use this feature
select
customer_id,
feature_date,
orders_count_30d
from warehouse.analytics.customer_features_daily
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.