ydb-python-sdk
ydb-python-sdk copied to clipboard
YDB Python SDK
If set bad connection params to driver it will reconnect forever. Topic writer will receive timeout error by retry policy but no contains details. It will be good to include...
Need retry policy for Driver connection to server. For stop it on some errors, attempts, error types.
# Feature Request db = ydb.Driver(...) reader = db.topic_client.reader(...) db.stop() reader.receivemessage() #
- [ ] skip/log unexpected messages from grpc streams - [ ] return some base class in topic writer result - for accept new write status without update SDK. *...
- [ ] https://github.com/ydb-platform/ydb-python-sdk/issues/185 - [ ] https://github.com/ydb-platform/ydb-python-sdk/issues/101 - [ ] #256
Now all tests work with requirements from requirements.txt, requirements-test.txt only.
move/copy tests from ydb/tests/functional kikimr/ci/tests/client/sqlalchemy
and add example
When installed python sdk as described in the docs (https://ydb.tech/en/docs/reference/ydb-sdk/install), I got the following error when trying to use service account credentials: AssertionError: run pip install==ydb[yc] to use service account...
In [python-sdk documentions](https://ydb.tech/en/docs/reference/ydb-sdk/example/python/) it's recommended to use deprecated env auth: `/home/eivanov89/.local/lib/python3.8/site-packages/ydb/auth_helpers.py:22: UserWarning: using construct_credentials_from_environ method for credentials instantiation is deprecated and will be removed in the future major releases. Please...