mirror of
https://github.com/apache/superset.git
synced 2026-04-21 00:54:44 +00:00
feat(ui): Adding manifest prefix config (#19141)
* Adding manifest prefix config * Fixing broken tests * Fixing import * Adding prefix for remaining assets * Changing static prefix strategy * Fixing DST test * Fixing up formatting * Fixing up async_query_manager.py types
This commit is contained in:
@@ -22,7 +22,7 @@ from flask_babel import lazy_gettext as _
|
||||
from superset import is_feature_enabled
|
||||
from superset.constants import MODEL_VIEW_RW_METHOD_PERMISSION_MAP, RouteMethod
|
||||
from superset.models import core as models
|
||||
from superset.typing import FlaskResponse
|
||||
from superset.superset_typing import FlaskResponse
|
||||
from superset.views.base import DeleteMixin, SupersetModelView
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user