-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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(allow-db-explore): make to check the allow virtual table explore option by default #19883
Conversation
Codecov Report
@@ Coverage Diff @@
## master #19883 +/- ##
=======================================
Coverage 66.52% 66.52%
=======================================
Files 1714 1714
Lines 65031 65031
Branches 6714 6714
=======================================
Hits 43259 43259
Misses 20065 20065
Partials 1707 1707
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
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.
Looks good.
/testenv up |
@yousoph Ephemeral environment spinning up at http://34.220.182.132:8080. Credentials are |
Ephemeral environment shutdown and build artifacts deleted. |
…option by default (apache#19883) * fix(db & explore): make to check the allow-db-explore option by default * fix(db-explore): make to remove console.log (cherry picked from commit ea6753d)
🏷️ preset:2022.17 |
…option by default (apache#19883) * fix(db & explore): make to check the allow-db-explore option by default * fix(db-explore): make to remove console.log
…option by default (apache#19883) * fix(db & explore): make to check the allow-db-explore option by default * fix(db-explore): make to remove console.log
SUMMARY
The "Allow this database to be explored" setting should be checked by default in the Database Connection UI.
Description
When creating a new database connection, users are able to control which actions should be allowed on this database:
By default, Allow this database to be explored is un-checked, however this functionality is enabled on the application.
The functionality of Exploring from SQL Lab should match the Database connection UI checkbox. Since the functionality is enabled, the checkbox should be checked by default when creating a new connection.
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
BEFORE:
allow-explore.mov
AFTER:
allow-table-explore.mov
TESTING INSTRUCTIONS
How to reproduce the bug
ADDITIONAL INFORMATION