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 2024/03/26 15:03:42 UTC

(superset) branch sip-85 updated (7e1c4e9f74 -> fdadf84b80)

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

beto pushed a change to branch sip-85
in repository https://gitbox.apache.org/repos/asf/superset.git


    from 7e1c4e9f74 feat(SIP-85): OAuth2 for databases
     add fdadf84b80 Add more tests

No new revisions were added by this update.

Summary of changes:
 superset/connectors/sqla/models.py                 |   3 +
 ...20_16-02_678eefb4ab44_add_access_token_table.py |   6 +
 superset/models/core.py                            |   1 +
 superset/utils/oauth2.py                           |   2 +-
 tests/unit_tests/db_engine_specs/test_gsheets.py   | 227 +++++++++++++++++++++
 tests/unit_tests/utils/oauth2_tests.py             |  95 +++++++++
 6 files changed, 333 insertions(+), 1 deletion(-)
 create mode 100644 tests/unit_tests/utils/oauth2_tests.py