From 60b795ffbf96bd75eb08ff7c4a7f081ef7c7f164 Mon Sep 17 00:00:00 2001 From: Shekar Siri Date: Mon, 20 Jan 2025 16:52:43 +0100 Subject: [PATCH] change(api): ch query updates - user jounrey / path finder --- api/chalicelib/core/metrics/product_analytics_ch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/chalicelib/core/metrics/product_analytics_ch.py b/api/chalicelib/core/metrics/product_analytics_ch.py index a93e0054b..4f5942adc 100644 --- a/api/chalicelib/core/metrics/product_analytics_ch.py +++ b/api/chalicelib/core/metrics/product_analytics_ch.py @@ -470,7 +470,7 @@ ORDER BY event_number_in_session, sessions_count DESC;""" sessions_count FROM n{i}""") - with ch_client.ClickHouseClient(database="experimental") as ch: + with ch_client.ClickHouseClient(database="product_analytics") as ch: time_key = TimeUTC.now() _now = time() params = {"project_id": project_id, "startTimestamp": data.startTimestamp,