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 GitHub
parent 02ef9ca4cd
commit 4b34817b19
40 changed files with 144 additions and 53 deletions

View File

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