chathawee

Results 6 comments of chathawee

I am facing this issue too. Some day it sent out duplicately and some day did not sent

@mattitoo Could you please suggest? Do you have any idea how to fix it?

Hi @vdugnist thanks for the response. This is the thing that I mean https://github.com/apache/superset/pull/20091

@huw0 Could you please provide the solution. I have tried to add this fuction to superset/db_engine_specs/impala.py but it didn't work. Please suggest.

> We've fixed our problem by creating a specific index for this query: > > ``` > SELECT anon_1.dashboard_id AS anon_1_dashboard_id, anon_1.slice_id AS anon_1_slice_id, anon_1.action AS anon_1_action, anon_1.dttm AS anon_1_dttm,...

> Hi @chathawee, I believe these two indexes can help you: > > `CREATE INDEX logs_user_id_dttm_idx ON public.logs USING btree (user_id, dttm)` > > and > > `CREATE INDEX logs_user_id_dttm_idx1...