mirror of
https://github.com/apache/superset.git
synced 2026-04-25 19:14:27 +00:00
refactor(core): reorganize superset-core packages into feature-based structure (#38448)
This commit is contained in:
committed by
GitHub
parent
5f0efd2be9
commit
357e35dc62
@@ -20,7 +20,7 @@ from contextlib import contextmanager
|
||||
from typing import Generator
|
||||
|
||||
import prison
|
||||
from superset_core.api.tasks import TaskStatus
|
||||
from superset_core.tasks.types import TaskStatus
|
||||
|
||||
from superset import db
|
||||
from superset.models.tasks import Task
|
||||
@@ -49,7 +49,7 @@ class TestTaskApi(SupersetTestCase):
|
||||
# Use tasks in test
|
||||
# Cleanup happens automatically even if test fails
|
||||
"""
|
||||
from superset_core.api.tasks import TaskScope
|
||||
from superset_core.tasks.types import TaskScope
|
||||
|
||||
from superset.daos.tasks import TaskDAO
|
||||
|
||||
|
||||
Reference in New Issue
Block a user