ydb-python-sdk
ydb-python-sdk copied to clipboard
YDB Python SDK
# Feature Request **Describe the Feature Request** Support use typed parameters to query without prepare ``` result = tx.execute( "SELECT $hostName", parameters= { "$hostName": "test.local", }, ) ``` Now it...
Now sdk has no logs about retries and no way to check - haw many retries did before error )without application logs).
Current behaviour: After commit transaction the python object can be re-used with auto-open other transaction transparently. It can cause a problem with unexpected commit transaction and transparently split transaction. The...
* Integrate with OpenTelemetry. * Documentation with examples on how to setup OpenTelemetry tracing for Python SDK. * Add examples of traces in the documentation. References: * ydb docker container...
Documentation is required for this feature. Documentation must include steps on how to setup platform and to use it with YDB. [Superset](https://github.com/apache/superset) is a modern data exploration and data visualization...
* Drop Python2 support * Annotate return value of the methods * Annotate accepted types of the methods * Create SDK reference using sphinx or some other documentation tool for...
Add data export and import interface allowing to read file to table and to extract table into file. Ideally support per-line JSON, CSV and TSV data formats both for input...