This is an automated email from the ASF dual-hosted git repository.
michaelsmolina pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
from 4c5176eea8 fix: Allow exporting saved queries without schema
information (#26889)
add 56069b05f9 fix(cache): remove unused webserver config & handle
trailing slashes (#22849)
No new revisions were added by this update.
Summary of changes:
superset/config.py | 4 --
superset/tasks/cache.py | 4 +-
tests/integration_tests/superset_test_config.py | 1 -
.../superset_test_config_thumbnails.py | 1 -
tests/integration_tests/tasks/test_cache.py | 58 ++++++++++++++++++++++
5 files changed, 60 insertions(+), 8 deletions(-)
create mode 100644 tests/integration_tests/tasks/test_cache.py