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

# 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...

enhancement

Now sdk has no logs about retries and no way to check - haw many retries did before error )without application logs).

enhancement

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...

enhancement

* 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...

enhancement
area/sdk
area/python

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...

enhancement
area/sdk
area/python

* 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...

enhancement
area/sdk
area/python

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...

enhancement
good first issue
area/sdk
area/python