From 8d98c40c5ef153e3c898fff17f735607023329eb Mon Sep 17 00:00:00 2001 From: Taha Yassine Kraiem Date: Mon, 8 Apr 2024 13:57:56 +0100 Subject: [PATCH] fix(chalice): fixed cards-table error --- ee/api/chalicelib/core/sessions_exp.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ee/api/chalicelib/core/sessions_exp.py b/ee/api/chalicelib/core/sessions_exp.py index 8e7d781764..1fdeccb6c5 100644 --- a/ee/api/chalicelib/core/sessions_exp.py +++ b/ee/api/chalicelib/core/sessions_exp.py @@ -356,6 +356,7 @@ def search2_table(data: schemas.SessionsSearchPayloadSchema, project_id: int, de density=density)) extra_event = None extra_deduplication = [] + extra_conditions = None if metric_of == schemas.MetricOfTable.visited_url: extra_event = f"""SELECT DISTINCT ev.session_id, ev.url_path FROM {exp_ch_helper.get_main_events_table(data.startTimestamp)} AS ev