mirror of
https://github.com/apache/superset.git
synced 2026-04-24 02:25:13 +00:00
chore(supeset.utils.core): move all database utils to database utils module (#18058)
This commit is contained in:
@@ -43,7 +43,7 @@ from superset.db_engine_specs.hana import HanaEngineSpec
|
||||
from superset.errors import SupersetError
|
||||
from superset.models.core import Database, ConfigurationMethod
|
||||
from superset.models.reports import ReportSchedule, ReportScheduleType
|
||||
from superset.utils.core import get_example_database, get_main_database
|
||||
from superset.utils.database import get_example_database, get_main_database
|
||||
from tests.integration_tests.base_tests import SupersetTestCase
|
||||
from tests.integration_tests.fixtures.birth_names_dashboard import (
|
||||
load_birth_names_dashboard_with_slices,
|
||||
|
||||
Reference in New Issue
Block a user