ydb-python-sdk icon indicating copy to clipboard operation
ydb-python-sdk copied to clipboard

YDB Python SDK

Results 102 ydb-python-sdk issues
Sort by recently updated
recently updated
newest added

# Bug Report **YDB Python SDK version:** maxim-yurchuk@yurchuk-github:~/ydb/ydb$ pip show ydb Name: ydb Version: 3.11.3 **Environment** ``` maxim-yurchuk@yurchuk-github:~/ydb/ydb$ uname -a Linux yurchuk-github 5.15.0-107-generic https://github.com/ydb-platform/ydb-python-sdk/issues/117-Ubuntu SMP Fri Apr 26 12:26:49 UTC...

bug

Bumps [grpcio](https://github.com/grpc/grpc) from 1.42.0 to 1.53.2. Release notes Sourced from grpcio's releases. Release v1.53.2 This is release gRPC Core 1.53.2 (glockenspiel). For gRPC documentation, see grpc.io. For previous releases, see...

dependencies

Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.5 to 1.26.19. Release notes Sourced from urllib3's releases. 1.26.19 🚀 urllib3 is fundraising for HTTP/2 support urllib3 is raising ~$40,000 USD to release HTTP/2 support and...

dependencies

- [slo action](https://github.com/ydb-platform/ydb-python-sdk/blob/2c3e0caf984f36d0da7f7dbe194ac34931ba4e9c/.github/workflows/slo.yml) - [slo tests](https://github.com/ydb-platform/ydb-python-sdk/blob/main/tests/slo/Dockerfile) - [current SLO test runner](https://github.com/ydb-platform/slo-tests)

enhancement

Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.2. Release notes Sourced from requests's releases. v2.32.2 2.32.2 (2024-05-21) Deprecations To provide a more stable migration for custom HTTPAdapters impacted by the CVE changes...

dependencies

It exists examples in other SDK

enhancement

Now the reader return messages as receive, for example with one message per batch. Batch requests for new data and send new request with 10% of buffer size or more...

enhancement
topic

Typo fix in the word "message". ## Pull request type Please check the type of change your PR introduces: - [ ] Bugfix - [ ] Feature - [ ]...

# Bug Report **YDB Python SDK version:** ydb[yc]==3.12.0 **Environment** Windows 10 Pro 64-bit Python 3.10.11 CPU: AMD Ryzen 3 2200G Raven Ridge 14nm Technology **Related code:** ```python credentials = ydb.iam.ServiceAccountCredentials.from_file(auth_key_path)...

bug