-
Notifications
You must be signed in to change notification settings - Fork 14.2k
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: add connector for CrateDB #13152
Conversation
Codecov Report
@@ Coverage Diff @@
## master #13152 +/- ##
===========================================
+ Coverage 53.06% 71.33% +18.27%
===========================================
Files 489 824 +335
Lines 17314 41123 +23809
Branches 4482 4260 -222
===========================================
+ Hits 9187 29335 +20148
- Misses 8127 11788 +3661
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.
Nice, one more engine!
* feat: add connector for CrateDB * added crate * fix PyPI reference * add tests * added more clarity on installing crate * fix test Co-authored-by: Ville Brofeldt <ville.v.brofeldt@gmail.com>
SUMMARY
Add support for CrateDB: https://crate.io/
TEST PLAN
Manual testing + new tests
ADDITIONAL INFORMATION