mirror of
https://github.com/apache/superset.git
synced 2026-04-25 02:55:07 +00:00
feat: refactor error components and add database issue code (#10473)
* feat: refactor error components and add database issue code * Apply suggestions from code review Co-authored-by: John Bodley <4567245+john-bodley@users.noreply.github.com> Co-authored-by: John Bodley <4567245+john-bodley@users.noreply.github.com>
This commit is contained in:
@@ -23,6 +23,7 @@ from superset.utils import core as utils
|
||||
|
||||
class ElasticSearchEngineSpec(BaseEngineSpec): # pylint: disable=abstract-method
|
||||
engine = "elasticsearch"
|
||||
engine_name = "ElasticSearch"
|
||||
time_groupby_inline = True
|
||||
time_secondary_columns = True
|
||||
allows_joins = False
|
||||
|
||||
Reference in New Issue
Block a user