-
Notifications
You must be signed in to change notification settings - Fork 4
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
Deprecate PostgreSQL usage connector #1023
Conversation
☂️ Python Coverage
Overall Coverage
New FilesNo new covered files... Modified Files
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1023 +/- ##
==========================================
+ Coverage 89.24% 89.26% +0.01%
==========================================
Files 202 202
Lines 13220 13194 -26
==========================================
- Hits 11798 11777 -21
+ Misses 1422 1417 -5 ☔ View full report in Codecov by Sentry. |
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.
Otherwise LGTM
Co-authored-by: Tsung-Ju Lii <[email protected]>
🤔 Why?
It's no longer in use as the usage is directly derived from the query log.
🤓 What?
As titled. Also cleaned up tests & updated README.
🧪 Tested?
N/A
☑️ Checks
pyproject.toml
.