We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c74e468 commit 34d91cdCopy full SHA for 34d91cd
ydb/query/session.py
@@ -316,6 +316,6 @@ def execute(
316
lambda resp: base.wrap_execute_query_response(
317
rpc_state=None,
318
response_pb=resp,
319
- settings=self._settings
+ settings=self._settings,
320
),
321
)
ydb/query/transaction.py
@@ -413,7 +413,7 @@ def execute(
413
414
tx=self,
415
commit_tx=commit_tx,
416
- settings=settings
+ settings=settings,
417
418
419
return self._prev_stream
0 commit comments