zhaoyongjie opened a new issue #15079: URL: https://github.com/apache/superset/issues/15079
**Is your feature request related to a problem? Please describe.** Currently, native filter in the dashboard has several kinds of filters: - value - numerical range - time range - time column - time grain The numerical range filter can send a 'probe query' to detect the `max number of column` and `min number of column`, the same behavior should also work for the time range. For performance reasons, this feature will not be enabled on the explore page. We should consider collecting dataset metadata(such as min/max/count/count distinct) instead of sending it a query. -- 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]
