Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(funnel):
TypeError
for funnel with display=ActionsLineGraph
This resolves an issue what was introduced by #5997 where we would fail to calculate a funnel result if display="ActionsLineGraph" was specified. The fix was simply to wrap a string in `sql.SQL`. Resolves #6530
- Loading branch information