Skip to content

Commit

Permalink
fix(chalice): fixed funnel-issues drill-down redundant sessions
Browse files Browse the repository at this point in the history
  • Loading branch information
tahayk committed Jul 5, 2024
1 parent 2c1294f commit 94b60b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ee/api/chalicelib/core/sessions_exp.py
Original file line number Diff line number Diff line change
Expand Up @@ -1504,7 +1504,7 @@ def search_query_parts_ch(data: schemas.SessionsSearchPayloadSchema, error_statu
extra_join = ""
if issue is not None:
extra_join = """
INNER JOIN (SELECT session_id
INNER JOIN (SELECT DISTINCT session_id
FROM experimental.issues
INNER JOIN experimental.events USING (issue_id)
WHERE issues.type = %(issue_type)s
Expand Down

0 comments on commit 94b60b5

Please sign in to comment.