fix(chalice): fixed cards-table error (#2057)
This commit is contained in:
parent
cf86fb271a
commit
c027e0928c
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue