mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
fix: customize column description limit size in db_engine_spec (#34808)
(cherry picked from commit 75af53dc3d)
This commit is contained in:
committed by
Michael S. Molina
parent
097f576244
commit
878289a2e6
@@ -232,6 +232,10 @@ class TestDbEngineSpecs(TestDbEngineSpec):
|
||||
)
|
||||
assert base_result_expected == base_result
|
||||
|
||||
def test_get_column_description_limit_size(self):
|
||||
base_result = BaseEngineSpec.get_column_description_limit_size()
|
||||
assert base_result == 1
|
||||
|
||||
@pytest.mark.usefixtures("load_energy_table_with_slice")
|
||||
def test_column_datatype_to_string(self):
|
||||
example_db = get_example_database()
|
||||
|
||||
Reference in New Issue
Block a user