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

@@ -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,