-
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(db): Show the only db install guide when the db is already installed and error is existed while importing file. #20442
fix(db): Show the only db install guide when the db is already installed and error is existed while importing file. #20442
Conversation
Codecov Report
@@ Coverage Diff @@
## master #20442 +/- ##
==========================================
- Coverage 66.58% 66.58% -0.01%
==========================================
Files 1738 1738
Lines 65162 65163 +1
Branches 6895 6896 +1
==========================================
Hits 43387 43387
- Misses 20026 20027 +1
Partials 1749 1749
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
/testenv up |
@yousoph Ephemeral environment spinning up at http://34.221.18.69:8080. Credentials are |
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!
Ephemeral environment shutdown and build artifacts deleted. |
SUMMARY
Add error message when user tries to import without having db driver installed
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
BEFORE:
AFTER:
TESTING INSTRUCTIONS
Import a file (dashboard, chart, dataset, database) that contains a database where the user doesn't have the database driver installed
Current behavior:
The db driver is installed and the error has nothing to do with the database, so the user getting this error text doesn't make sense.
Expected behavior:
User sees an error message when they don't have the db driver installed
ADDITIONAL INFORMATION