This is an automated email from the ASF dual-hosted git repository.
beto pushed a change to branch postgres-catalog
in repository https://gitbox.apache.org/repos/asf/superset.git
from 89834d0937 Fix tests
add 1c615a8b7b Use migration to update schema perms
No new revisions were added by this update.
Summary of changes:
superset/commands/database/update.py | 28 +-----
superset/db_engine_specs/base.py | 4 +
superset/migrations/shared/catalogs.py | 106 +++++++++++++++++++++
...0-52_58d051681a3b_add_catalog_perm_to_tables.py | 7 ++
superset/security/manager.py | 4 -
tests/unit_tests/commands/databases/update_test.py | 63 ------------
6 files changed, 122 insertions(+), 90 deletions(-)
create mode 100644 superset/migrations/shared/catalogs.py