Skip to content

Commit

Permalink
fix(chalice): fixed cards-table error
Browse files Browse the repository at this point in the history
  • Loading branch information
tahayk committed Apr 8, 2024
1 parent 486a711 commit 8d98c40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ee/api/chalicelib/core/sessions_exp.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8d98c40

Please sign in to comment.