mirror of
https://github.com/apache/superset.git
synced 2026-04-16 06:34:52 +00:00
feat: use sqlglot to set limit (#33473)
This commit is contained in:
@@ -16,10 +16,10 @@
|
||||
# under the License.
|
||||
from superset.db_engine_specs.gsheets import GSheetsEngineSpec
|
||||
from superset.errors import ErrorLevel, SupersetError, SupersetErrorType
|
||||
from tests.integration_tests.db_engine_specs.base_tests import TestDbEngineSpec
|
||||
from tests.integration_tests.base_tests import SupersetTestCase
|
||||
|
||||
|
||||
class TestGsheetsDbEngineSpec(TestDbEngineSpec):
|
||||
class TestGsheetsDbEngineSpec(SupersetTestCase):
|
||||
def test_extract_errors(self):
|
||||
"""
|
||||
Test that custom error messages are extracted correctly.
|
||||
|
||||
Reference in New Issue
Block a user