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 2023/03/14 22:18:28 UTC

[superset] branch master updated (d2c1fb95ec -> 1b95da7487)

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

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


    from d2c1fb95ec fix(native-filters): Caching scope (#23314)
     add 1b95da7487 fix: table schema permissions (#23356)

No new revisions were added by this update.

Summary of changes:
 superset/db_engine_specs/base.py                   |  4 +
 superset/db_engine_specs/drill.py                  |  2 +
 superset/db_engine_specs/hive.py                   |  2 +
 superset/db_engine_specs/mysql.py                  |  2 +
 superset/db_engine_specs/presto.py                 |  2 +
 superset/db_engine_specs/snowflake.py              |  2 +
 superset/security/manager.py                       | 16 +++-
 tests/unit_tests/explore/utils_test.py             | 21 +++--
 .../unit_tests/security}/__init__.py               |  0
 tests/unit_tests/security/manager_test.py          | 91 ++++++++++++++++++++++
 10 files changed, 132 insertions(+), 10 deletions(-)
 copy {superset/advanced_data_type => tests/unit_tests/security}/__init__.py (100%)
 create mode 100644 tests/unit_tests/security/manager_test.py