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:
Craig Rueda
2022-03-17 08:58:48 -07:00
committed by Ville Brofeldt
parent a1b9b2946d
commit f91f9f5aae
40 changed files with 144 additions and 53 deletions

View File

@@ -24,7 +24,7 @@ from flask_babel import lazy_gettext as _
from superset import db, is_feature_enabled
from superset.constants import MODEL_VIEW_RW_METHOD_PERMISSION_MAP, RouteMethod
from superset.models.sql_lab import Query, SavedQuery, TableSchema, TabState
from superset.typing import FlaskResponse
from superset.superset_typing import FlaskResponse
from superset.utils import core as utils
from .base import BaseSupersetView, DeleteMixin, json_success, SupersetModelView