You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@superset.apache.org by GitBox <gi...@apache.org> on 2018/04/01 17:06:10 UTC

[GitHub] mistercrunch opened a new issue #4731: Missing default on new `MetricsControl`

mistercrunch opened a new issue #4731: Missing default on new `MetricsControl`
URL: https://github.com/apache/incubator-superset/issues/4731
 
 
   Previously we had logic to pick `COUNT(*)` as a default metric so that when clicking on a table or druid datasource it would run a `COUNT(*)` query instead of the current error that says `Empty query?`. If not `count` metric was defined, it would fall back on picking any metric (might not be ideal, but perhaps better than `Empty query?`).
   
   It also seems like the new `MetricsControl` does not expose a way to just `count(*)`, maybe we should add this option.
   
   @GabeLoins 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services