mirror of
https://github.com/apache/superset.git
synced 2026-04-17 23:25:05 +00:00
feat: use sqlglot to set limit (#33473)
This commit is contained in:
@@ -19,10 +19,10 @@ from sqlalchemy import column
|
||||
|
||||
from superset.constants import TimeGrain
|
||||
from superset.db_engine_specs.elasticsearch import ElasticSearchEngineSpec
|
||||
from tests.integration_tests.db_engine_specs.base_tests import TestDbEngineSpec
|
||||
from tests.integration_tests.base_tests import SupersetTestCase
|
||||
|
||||
|
||||
class TestElasticsearchDbEngineSpec(TestDbEngineSpec):
|
||||
class TestElasticsearchDbEngineSpec(SupersetTestCase):
|
||||
@parameterized.expand(
|
||||
[
|
||||
[TimeGrain.SECOND, "DATE_TRUNC('second', ts)"],
|
||||
|
||||
Reference in New Issue
Block a user