mirror of
https://github.com/apache/superset.git
synced 2026-06-05 07:39:19 +00:00
feat: use sqlglot to set limit (#33473)
This commit is contained in:
@@ -17,10 +17,10 @@
|
||||
from sqlalchemy import column
|
||||
|
||||
from superset.db_engine_specs.pinot import PinotEngineSpec
|
||||
from tests.integration_tests.db_engine_specs.base_tests import TestDbEngineSpec
|
||||
from tests.integration_tests.base_tests import SupersetTestCase
|
||||
|
||||
|
||||
class TestPinotDbEngineSpec(TestDbEngineSpec):
|
||||
class TestPinotDbEngineSpec(SupersetTestCase):
|
||||
"""Tests pertaining to our Pinot database support"""
|
||||
|
||||
def test_pinot_time_expression_sec_one_1d_grain(self):
|
||||
|
||||
Reference in New Issue
Block a user