mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
chore(supeset.utils.core): move all database utils to database utils module (#18058)
This commit is contained in:
@@ -47,11 +47,10 @@ from superset.models.slice import Slice
|
||||
from superset.typing import AdhocColumn
|
||||
from superset.utils.core import (
|
||||
AnnotationType,
|
||||
get_example_database,
|
||||
get_example_default_schema,
|
||||
get_main_database,
|
||||
AdhocMetricExpressionType,
|
||||
)
|
||||
from superset.utils.database import get_example_database, get_main_database
|
||||
from superset.common.chart_data import ChartDataResultFormat, ChartDataResultType
|
||||
|
||||
from tests.common.query_context_generator import ANNOTATION_LAYERS
|
||||
|
||||
Reference in New Issue
Block a user