-
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
feat: invalid hostname and password error messages (Redshift) #14111
Conversation
ae22944
to
943d3f5
Compare
943d3f5
to
60f24fc
Compare
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.
Awesome!
🏷️ ready-to-merge |
🏷️ #ready-to-merge |
Codecov Report
@@ Coverage Diff @@
## master #14111 +/- ##
==========================================
- Coverage 79.55% 79.38% -0.17%
==========================================
Files 944 944
Lines 47871 47852 -19
Branches 6045 6045
==========================================
- Hits 38082 37987 -95
- Misses 9668 9744 +76
Partials 121 121
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
🏷 ready-to-merge |
What magic is this?!? |
…#14111) * custom errors for redshift * added unit tests and custom errors
SUMMARY
Capture the most common error messages in Redshift, and return them to the user. This is used when first making a DB.
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
TEST PLAN
Added Unit tests
ADDITIONAL INFORMATION