* fix(chalice): fixed Math-operators validation
refactor(chalice): search for sessions that have events for heatmaps

* refactor(chalice): search for sessions that have at least 1 location event for heatmaps

* fix(chalice): fixed Math-operators validation
refactor(chalice): search for sessions that have events for heatmaps

* refactor(chalice): search for sessions that have at least 1 location event for heatmaps

* feat(chalice): autocomplete return top 10 with stats

* fix(chalice): fixed autocomplete top 10 meta-filters

* refactor(DB): allow CH drop of massive tables
This commit is contained in:
Kraiem Taha Yassine 2024-11-19 11:38:59 +01:00 committed by GitHub
parent 2267ec44c2
commit 7eeb71ed25
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,6 @@
CREATE OR REPLACE FUNCTION openreplay_version AS() -> 'v1.21.0-ee';
DROP TABLE IF EXISTS experimental.resources_l7d_mv;
DROP TABLE IF EXISTS experimental.resources_l7d_mv SETTINGS max_table_size_to_drop = 0;
DROP TABLE IF EXISTS experimental.resources;
DROP TABLE IF EXISTS experimental.resources SETTINGS max_table_size_to_drop = 0;