Version 4.0.26.6 (latest)
Datatype
Description
(object)
data_source
Defines the Looker dataset. Must provide either query_id OR (model_name + explore_name).
Expand KdaDataSource definition...
query_id
model_name
explore_name
contribution_metric
The LookML measure to analyze (e.g., 'orders.total_revenue').
dimensions
base_filters
Optional Looker-syntax filters to scope the entire dataset (e.g., {'users.country': 'India'}).
baseline_filters
Defines the EXPECTED, PAST, or NORMAL group (State A). For time KDA, put the past date filter here (e.g., {'orders.created_date': 'last week'}). For cohort KDA, put the baseline segment here (e.g., {'users.status': 'Active'}).
breach_filters
Defines the ANOMALOUS, CURRENT, or COMPARISON group (State B). For time KDA, put the current date here. For 'Rest of Population' cohort comparisons, use a minus sign to negate the baseline (e.g., {'users.status': '-Active'}).