mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
fix: refactor view error handling into a separate module (#29330)
This commit is contained in:
committed by
GitHub
parent
3d0665183c
commit
e749efcb97
@@ -34,7 +34,8 @@ from superset.models.slice import Slice
|
||||
from superset.superset_typing import FlaskResponse
|
||||
from superset.utils import json
|
||||
from superset.utils.date_parser import get_since_until
|
||||
from superset.views.base import api, BaseSupersetView, handle_api_exception
|
||||
from superset.views.base import api, BaseSupersetView
|
||||
from superset.views.error_handling import handle_api_exception
|
||||
|
||||
if TYPE_CHECKING:
|
||||
from superset.common.query_context_factory import QueryContextFactory
|
||||
|
||||
Reference in New Issue
Block a user