Roman Tretiak
Roman Tretiak
# Feature Request **Describe the Feature Request** Now `describe_table` method returns `TableDescription` with field `indexes`. Each index in this field represented by class `TableIndex`, which doesn't have any information about...
# Feature Request **Describe the Feature Request** Modern python projects use [Mypy](https://mypy.readthedocs.io/en/stable/) to do a static type checking. It allows to avoid many problems and make the development process faster...
# Feature Request **Describe the Feature Request** Modern python projects use [Mypy](https://mypy.readthedocs.io/en/stable/) to do a static type checking. It allows to avoid many problems and make the development process faster...
Loading cryptography keys from pem-encoded bytes string takes a lot of time (~250ms). Due to private_key is not changed during the life of `JwtTokenSource` it could be done only once,...
This call may raise RPCError, if session is not found, for example, due to YDB release: https://github.com/ydb-platform/ydb-python-sdk/blame/92d7119157ca4c0259fe96cb743c1222ca4f9707/ydb/aio/table.py#L681C23-L681C33 It is needed to handle an exception here
# Bug Report 3.21.7 **Environment** Everywhere **Current behavior:** When YDB QuerySession is attached, a poling task is created. This task reads the stream waiting for message and closes the session...