Commit 6503eae
committed
Fix: resolve {model} in filters, add metric-named output column
_strip_model_prefixes now replaces {model} with the actual model name
before sqlglot parsing, so placeholder-based filters no longer leak
literal {model} tokens into WHERE clauses.
Multistep funnel output now includes the last-step count aliased to
the metric name, so ORDER BY metric_name works without runtime errors.1 parent 5b67c14 commit 6503eae
1 file changed
Lines changed: 996 additions & 0 deletions
0 commit comments