feat(bubble): migrate saved bubble charts to bubble_v2 and drop the legacy plugin (#41728)

Co-authored-by: Claude Code <noreply@anthropic.com>
This commit is contained in:
Evan Rusackas
2026-07-03 00:36:38 -07:00
committed by rusackas
parent 8948b5af94
commit 2cd9873540
18 changed files with 63 additions and 752 deletions

View File

@@ -358,7 +358,7 @@ class TestUtils(SupersetTestCase):
def test_log_this(self) -> None:
# TODO: Add additional scenarios.
self.login(ADMIN_USERNAME)
slc = self.get_slice("Life Expectancy VS Rural %")
slc = self.get_slice("% Rural")
dashboard_id = 1
assert slc.viz is not None