mirror of
https://github.com/apache/superset.git
synced 2026-04-13 05:07:53 +00:00
feat: use sqlglot to set limit (#33473)
This commit is contained in:
@@ -26,7 +26,7 @@ from superset.db_engine_specs.base import BaseEngineSpec
|
||||
from superset.db_engine_specs.bigquery import BigQueryEngineSpec
|
||||
from superset.errors import ErrorLevel, SupersetError, SupersetErrorType
|
||||
from superset.sql_parse import Table
|
||||
from tests.integration_tests.db_engine_specs.base_tests import TestDbEngineSpec
|
||||
from tests.integration_tests.base_tests import SupersetTestCase
|
||||
from tests.integration_tests.fixtures.birth_names_dashboard import (
|
||||
load_birth_names_dashboard_with_slices, # noqa: F401
|
||||
load_birth_names_data, # noqa: F401
|
||||
@@ -42,7 +42,7 @@ def mock_engine_with_credentials(*args, **kwargs):
|
||||
yield engine_mock
|
||||
|
||||
|
||||
class TestBigQueryDbEngineSpec(TestDbEngineSpec):
|
||||
class TestBigQueryDbEngineSpec(SupersetTestCase):
|
||||
def test_bigquery_sqla_column_label(self):
|
||||
"""
|
||||
DB Eng Specs (bigquery): Test column label
|
||||
|
||||
Reference in New Issue
Block a user