This is an automated email from the ASF dual-hosted git repository.
vavila pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
from 1ee14c59931 fix(mcp): improve prompts, resources, and instructions
clarity (#37389)
add 6043e7e7e32 fix: more DB OAuth2 fixes (#37398)
No new revisions were added by this update.
Summary of changes:
superset/db_engine_specs/base.py | 5 +-
superset/db_engine_specs/gsheets.py | 90 +++++++-
superset/utils/oauth2.py | 29 ++-
tests/unit_tests/db_engine_specs/test_base.py | 157 ++++++++------
tests/unit_tests/db_engine_specs/test_gsheets.py | 252 +++++++++++++++++++++++
tests/unit_tests/utils/oauth2_tests.py | 86 +++++++-
6 files changed, 543 insertions(+), 76 deletions(-)