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/27 15:21:41 UTC

(superset) branch sip-85 updated (968b813a1f -> 75eb2a291b)

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 968b813a1f Refactor JWT encode/decode
     add 75eb2a291b Use DAO, Marshmallow schema, and cascade deletes

No new revisions were added by this update.

Summary of changes:
 superset/config.py                                 |  1 +
 superset/daos/database.py                          |  8 +++-
 superset/databases/api.py                          | 47 ++++++++++++++--------
 superset/databases/schemas.py                      | 35 ++++++++++++++++
 superset/db_engine_specs/gsheets.py                |  5 ++-
 ...20_16-02_678eefb4ab44_add_access_token_table.py |  2 +
 superset/models/core.py                            | 12 +++++-
 tests/unit_tests/databases/schema_tests.py         | 42 +++++++++++++++++++
 8 files changed, 130 insertions(+), 22 deletions(-)