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:
@@ -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