mirror of
https://github.com/apache/superset.git
synced 2026-05-07 08:54:23 +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:
committed by
Ville Brofeldt
parent
a1b9b2946d
commit
f91f9f5aae
@@ -16,7 +16,7 @@
|
||||
# under the License.
|
||||
# pylint: disable=unused-argument, import-outside-toplevel
|
||||
from superset.dataframe import df_to_records
|
||||
from superset.typing import DbapiDescription
|
||||
from superset.superset_typing import DbapiDescription
|
||||
|
||||
|
||||
def test_df_to_records(app_context: None) -> None:
|
||||
|
||||
Reference in New Issue
Block a user