eschutho commented on issue #15037: URL: https://github.com/apache/superset/issues/15037#issuecomment-3900285634
It could be not working for clickhouse specifically because clickhouse has two db engine specs. Make sure that your db connection is using the `clickhouse://` dialect and not `clickhousedb://`. Otherwise you'll want to use `clickhousedb` as the key in your `TIME_GRAIN_ADDON_EXPRESSIONS` dict. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
