You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2022/08/09 03:30:45 UTC

[GitHub] [superset] zhaoyongjie commented on pull request #20728: feat(dashboard): Add Drill to Detail modal w/ chart menu access

zhaoyongjie commented on PR #20728:
URL: https://github.com/apache/superset/pull/20728#issuecomment-1208870223

   @codyml Thanks for the new feature, I have tested this feature in my local. there are 2 issues.
   
   1. The drill detail modal always sends `force query`. the `force query` means that don't use data cache in the backend, so every force query will send actual SQL to the underlying database, usually, it's an "expensive" operation.
   
   ![image](https://user-images.githubusercontent.com/2016594/183556626-2447e889-0f4a-4853-a117-6fd74ec09334.png)
   
   2. The drill detail request is 2 times when I click` drill to detail`.
   
   https://user-images.githubusercontent.com/2016594/183557696-584bea48-e9ce-4f7c-b1aa-79ddeb88713c.mov
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org