This is an automated email from the ASF dual-hosted git repository.
enzomartellucci pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
from a9fd600c52 fix: 'save and go to dashboard' option was disabled after
changing the chart type (#36122)
add 8315804c85 fix(cache): apply dashboard filters to non-legacy
visualizations (#36109)
No new revisions were added by this update.
Summary of changes:
superset/commands/chart/warm_up_cache.py | 107 +++--
.../unit_tests/commands/chart}/__init__.py | 0
.../commands/chart/warm_up_cache_test.py | 490 +++++++++++++++++++++
3 files changed, 555 insertions(+), 42 deletions(-)
copy {superset-core/src/superset_core/api =>
tests/unit_tests/commands/chart}/__init__.py (100%)
create mode 100644 tests/unit_tests/commands/chart/warm_up_cache_test.py