-
Notifications
You must be signed in to change notification settings - Fork 322
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 support for standalone mode in Python SDK #1325
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1325 +/- ##
============================================
+ Coverage 65.41% 65.53% +0.11%
+ Complexity 231 222 -9
============================================
Files 570 570
Lines 106540 106439 -101
Branches 872 857 -15
============================================
+ Hits 69696 69752 +56
+ Misses 36692 36541 -151
+ Partials 152 146 -6
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.
LGTM
why add |
RE: I agree, we have also considered. However, if so , then we may know whether users want to use standalone/cluster mode only by identifying the type of the second input, namely |
now users are able to use standalone mode in python SDK DBAPI through:
or through sqlalchemy API: