You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by be...@apache.org on 2023/07/28 01:10:13 UTC

[superset] 02/02: More docs

This is an automated email from the ASF dual-hosted git repository.

beto pushed a commit to branch db-diagnostics
in repository https://gitbox.apache.org/repos/asf/superset.git

commit 921f5dc4079e0381151ee05ac221206beed30e63
Author: Beto Dealmeida <ro...@dealmeida.net>
AuthorDate: Thu Jul 27 18:09:48 2023 -0700

    More docs
---
 superset/cli/test_db.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/superset/cli/test_db.py b/superset/cli/test_db.py
index e9f8414ccd..1b968384ec 100644
--- a/superset/cli/test_db.py
+++ b/superset/cli/test_db.py
@@ -40,7 +40,7 @@ from sqlalchemy import (
 from sqlalchemy.engine import Engine
 from sqlalchemy.exc import NoSuchModuleError
 
-from superset.database.utils import make_url_safe
+from superset.databases.utils import make_url_safe
 from superset.db_engine_specs import load_engine_specs
 from superset.db_engine_specs.base import BaseEngineSpec
 from superset.db_engine_specs.lib import (