is_repeat_customer
boolean
Has the customer ordered more than once
warehouse.analytics.customer_features_daily.is_repeat_customer
Trust
- Owner
- growth-team@example.com
- Lifecycle
- active
Join keys
- Entity
customer_id- Time anchor
feature_date- Feature group
customer_features_daily
Shape
- Warehouse type
boolean- Semantic type
- boolean
- Null rate
- 0% (0 of 12,847)
- Distinct values
- 2
Use this feature
select
customer_id,
feature_date,
is_repeat_customer
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.