-
Notifications
You must be signed in to change notification settings - Fork 13.9k
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
chore(database): Creating helper make_url_safe to wrap potential errors #19526
Conversation
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
Codecov Report
@@ Coverage Diff @@
## master #19526 +/- ##
==========================================
- Coverage 66.60% 66.43% -0.17%
==========================================
Files 1678 1678
Lines 64246 64257 +11
Branches 6539 6539
==========================================
- Hits 42788 42689 -99
- Misses 19763 19873 +110
Partials 1695 1695
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, "just" one test and several pylint issues to fix (hang in there ;) )
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
…rs (apache#19526) * Creating helper make_url_safe to wrap potential errors * Fixing imports * Fixing imports again * Adding comment * Linting * Fixing test * Fixing test again... * Fixing import (cherry picked from commit f64d654)
…rs (apache#19526) * Creating helper make_url_safe to wrap potential errors * Fixing imports * Fixing imports again * Adding comment * Linting * Fixing test * Fixing test again... * Fixing import (cherry picked from commit f64d654)
🏷️ preset:2022.11 |
…rs (apache#19526) * Creating helper make_url_safe to wrap potential errors * Fixing imports * Fixing imports again * Adding comment * Linting * Fixing test * Fixing test again... * Fixing import
SUMMARY
Quick PR to make DB URL parsing a bit easier to handle in the event of an error.