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 19:45:15 UTC

[superset] branch schema_restriction updated (281349659c -> 629aecdf2f)

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

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


    from 281349659c Fix lint
     add 629aecdf2f Handle DBs that can change schema

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 +++++++++++-----
 7 files changed, 25 insertions(+), 5 deletions(-)