This is an automated email from the ASF dual-hosted git repository.
elizabeth pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
from aef6217a80 fix: Gsheets takes 2 clicks to save (#21740)
add f58227a912 feat: add denylist for db engines (#21486)
No new revisions were added by this update.
Summary of changes:
superset/config.py | 7 +++
superset/db_engine_specs/__init__.py | 13 ++++-
tests/unit_tests/conftest.py | 8 ++-
tests/unit_tests/db_engine_specs/test_init.py | 80 +++++++++++++++++++++++++++
4 files changed, 106 insertions(+), 2 deletions(-)
create mode 100644 tests/unit_tests/db_engine_specs/test_init.py