ydb-python-sdk
ydb-python-sdk copied to clipboard
YDB Python SDK
Protobuf contains info about [time of created entry](https://github.com/ydb-platform/ydb-api-protos/blob/b0910aa4b6eed52c265390cca741ed5f23448d16/protos/ydb_scheme.proto#L83), but [python code](https://github.com/ydb-platform/ydb-python-sdk/blob/c38dc494bdd948b66c7bbb722d859d441fa89079/ydb/scheme.py#L92) - not. Add created_at field for SchemeEntry in python.
# Bug Report **YDB GO Python version:** ydb==3.2.2 **Current behavior:** ```py result = future.result(timeout=self._endpoint_config.start_wait_timeout) File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/concurrent/futures/_base.py", line 445, in result return self.__get_result() File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/concurrent/futures/_base.py", line 390, in __get_result raise self._exception...
Sometimes we get this error message: ``` status: SESSION_BUSY issues { message: "Pending previous query completion" severity: 1 } ``` We don't use async calls. We just use the context...
# Feature Request add ``` import pkgutil __path__ = pkgutil.extend_path(__path__, __name__) ``` to ydb/__init__.py It will allow to use other packages with prefix ydb from different folders of syspath.
Очень полезным было бы осуществлять конверсию типов в/из нативные питоновские при чтении/вставке в БД. * JsonField передавать не строкой а структурой данных (list/dict) * понимать Datetime вместо секунд * и.т.п....
https://ydb.tech/ru/docs/reference/ydb-sdk/recipes/auth-service-account
1. "from ydb import issues" -> "from .. import issues" and similars for all files inside ydb folder 2. auto-replace imports im generated protobuf during generation step 3. linter to...
- [x] https://github.com/ydb-platform/ydb-python-sdk/issues/67 - [x] https://github.com/ydb-platform/ydb-python-sdk/issues/70 - [x] https://github.com/ydb-platform/ydb-python-sdk/issues/148 - [x] https://github.com/ydb-platform/ydb-python-sdk/issues/127 - [x] #173 - [x] https://github.com/ydb-platform/ydb-python-sdk/issues/133 - [x] https://github.com/ydb-platform/ydb-python-sdk/issues/132 - [x] https://github.com/ydb-platform/ydb-python-sdk/issues/129 - [x] #189 - [x] https://github.com/ydb-platform/ydb-python-sdk/issues/139...