feat(db): Adding DB_SQLA_URI_VALIDATOR (#27847)

This commit is contained in:
Craig Rueda
2024-04-02 09:00:32 -07:00
committed by GitHub
parent 9fece4f811
commit 8bdf457dfa
4 changed files with 36 additions and 1 deletions

View File

@@ -124,7 +124,7 @@ def test_superset_limit(mocker: MockFixture, app_context: None, table1: None) ->
"""
mocker.patch(
"superset.extensions.metadb.current_app.config",
{"SUPERSET_META_DB_LIMIT": 1},
{"DB_SQLA_URI_VALIDATOR": None, "SUPERSET_META_DB_LIMIT": 1},
)
mocker.patch("superset.extensions.metadb.security_manager")