-
Notifications
You must be signed in to change notification settings - Fork 14.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(dashboard): overload issue in dashboard export to excel #29418
base: master
Are you sure you want to change the base?
fix(dashboard): overload issue in dashboard export to excel #29418
Conversation
@supersetbot orglabel |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, but I'd be more comfortable merging with a second opinion. Pinging more :)
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #29418 +/- ##
===========================================
+ Coverage 60.48% 83.89% +23.40%
===========================================
Files 1931 518 -1413
Lines 76236 37470 -38766
Branches 8568 0 -8568
===========================================
- Hits 46114 31435 -14679
+ Misses 28017 6035 -21982
+ Partials 2105 0 -2105
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
This looks like it just needs some linting help to get through. Installing/running the pre-commit hook should do it. |
@rusackas |
SUMMARY
Removed the redundant call for fetching Slice objects, which was causing significant increases in load times for large dashboards (approximately 500 slices).
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION