mirror of
https://github.com/apache/superset.git
synced 2026-04-21 09:04:38 +00:00
fix(mcp): handle OAuth-authenticated databases in execute_sql (#39166)
This commit is contained in:
@@ -1196,7 +1196,7 @@ def test_start_oauth2_dance_falls_back_to_url_for(mocker: MockerFixture) -> None
|
||||
},
|
||||
)
|
||||
mocker.patch(
|
||||
"superset.db_engine_specs.base.url_for",
|
||||
"superset.utils.oauth2.url_for",
|
||||
return_value=fallback_uri,
|
||||
)
|
||||
mocker.patch("superset.daos.key_value.KeyValueDAO")
|
||||
|
||||
Reference in New Issue
Block a user