feat(reports): adding link to report content#40525
Conversation
Code Review Agent Run #625e5aActionable Suggestions - 0Additional Suggestions - 5
Filtered by Review RulesBito filtered these suggestions based on rules created automatically for your feedback. Manage rules.
Review Details
Bito Usage GuideCommands Type the following command in the pull request comment and save the comment.
Refer to the documentation for additional commands. Configuration This repository uses Documentation & Help |
|
Congrats on making your first PR and thank you for contributing to Superset! 🎉 ❤️ Please read our New Contributor Welcome & Expectations guide. We hope to see you in our Slack community too! Not signed up? Use our Slack App to self-register. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #40525 +/- ##
=======================================
Coverage 64.07% 64.08%
=======================================
Files 2592 2592
Lines 139578 139586 +8
Branches 32431 32433 +2
=======================================
+ Hits 89441 89449 +8
Misses 48599 48599
Partials 1538 1538
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Code Review Agent Run #7407c8Actionable Suggestions - 0Additional Suggestions - 2
Review Details
Bito Usage GuideCommands Type the following command in the pull request comment and save the comment.
Refer to the documentation for additional commands. Configuration This repository uses Documentation & Help |
✅ Deploy Preview for superset-docs-preview ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
SUMMARY
One of my small annoyances when debugging broken reports on behalf of account managers, etc. at work is that every time I have to do it, I need to first open the report, check the name of the content, open the relevant Dashboard or Charts menu, and then manually search for the name of the chart of dashboard.
This adds a small button which links the content selected in the dropdown menu and opens it in a new tab, bypassing most of those steps. It would be a small but meaningful win to have this enabled
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
This shows the new button in action in both of the modals.
Screen.Recording.2026-05-29.at.16.41.39.mov
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION