* 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

* fix(chalice): fixed usability test logger
This commit is contained in:
Kraiem Taha Yassine 2024-09-05 16:10:31 +02:00 committed by GitHub
parent 8b19c8f831
commit 90ea84c557
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,8 @@
import logging
from chalicelib.utils import helper, pg_client
from chalicelib.utils import pg_client
logger = logging.getLogger(__name__)
class DatabaseRequestHandler: