Open maximyurchuk opened 3 months ago
64*10^6 is the default value for grpc channel params:
grpc.max_send_message_length
grpc.max_receive_message_length
It is possible to override them: DriverConfig
has a special field channel_options
. Place a dict with these keys and values you need (-1 could be used for no limits).
Bug Report
YDB Python SDK version:
maxim-yurchuk@yurchuk-github:~/ydb/ydb$ pip show ydb Name: ydb Version: 3.11.3
Environment
Current behavior:
Huge bulk upsert (
driver.table_client.bulk_upsert
) gives the following errorExpected behavior:
No any error
Steps to reproduce: Do huge bulk upsert