chore(supeset.utils.core): move all database utils to database utils module (#18058)

This commit is contained in:
ofekisr
2022-01-16 08:32:50 +02:00
committed by GitHub
parent 0b67fe1beb
commit e53a50a155
53 changed files with 184 additions and 143 deletions

View File

@@ -30,7 +30,7 @@ from superset.sql_validators.presto_db import (
PrestoDBSQLValidator,
PrestoSQLValidationError,
)
from superset.utils.core import get_example_database
from superset.utils.database import get_example_database
from .base_tests import SupersetTestCase