JasonD28 opened a new pull request #10164: URL: https://github.com/apache/incubator-superset/pull/10164
## SUMMARY <!--- Describe the change below, including rationale and design decisions --> Introduces Database level configuration for the visibility of the "Explore" button seen in the query results section of SQL Lab. The current implementation of this button creates slow and low quality charts that are hard to debug. It also does not work with certain datasource configurations. Due to this, the user should be able to configure if they want this button as part of their workflow or not. ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF <!--- Skip this if not applicable --> Before Configuration:  After visibility is set to false:  ### TEST PLAN <!--- What steps should be taken to verify the changes --> - [x] unit tests - [ ] dropbox staging - [ ] dropbox production ### ADDITIONAL INFORMATION <!--- Check any relevant boxes with "x" --> <!--- HINT: Include "Fixes #nnn" if you are fixing an existing issue --> - [x] Changes UI ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
