This is an automated email from the ASF dual-hosted git repository.
villebro pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
from 26a2e127793 perf: fix N+1 query in Slice.datasource property (#37899)
add 00d02cb2ea1 perf(gtf): improve task base filter (#37900)
No new revisions were added by this update.
Summary of changes:
superset/tasks/filters.py | 91 ++-------
.../tasks/commands/test_cancel.py | 60 +++---
.../tasks/test_subscription_visibility.py | 224 +++++++++++++++++++++
3 files changed, 281 insertions(+), 94 deletions(-)
create mode 100644
tests/integration_tests/tasks/test_subscription_visibility.py