mirror of
https://github.com/apache/superset.git
synced 2026-06-01 21:59:26 +00:00
feat: use sqlglot to set limit (#33473)
This commit is contained in:
@@ -15,10 +15,10 @@
|
||||
# specific language governing permissions and limitations
|
||||
# under the License.
|
||||
from superset.db_engine_specs.ascend import AscendEngineSpec
|
||||
from tests.integration_tests.db_engine_specs.base_tests import TestDbEngineSpec
|
||||
from tests.integration_tests.base_tests import SupersetTestCase
|
||||
|
||||
|
||||
class TestAscendDbEngineSpec(TestDbEngineSpec):
|
||||
class TestAscendDbEngineSpec(SupersetTestCase):
|
||||
def test_convert_dttm(self):
|
||||
dttm = self.get_dttm()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user