dolorez opened a new issue #10049:
URL: https://github.com/apache/incubator-superset/issues/10049


   SQL Lab -> Query Search has some preset filters (single user, preset date 
intervals etc)
   
   Is there a way to programmatically access this data (preferrably through 
SQL, but anything else is OK too) in order to conduct a more refined search or 
aggregate usage data?
   
   Example:
   select user, count(1) from queries where time between X and Y and user in 
(A, B, C) group by user


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to