mirror of
https://github.com/apache/superset.git
synced 2026-04-20 16:44:46 +00:00
feat(db): Adding DB_SQLA_URI_VALIDATOR (#27847)
This commit is contained in:
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user