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: [email protected] With regards, Apache Git Services
