Skip to content

Commit 6238e00

Browse files
authored
fix snapshot attribute in result_set
1 parent ecd8181 commit 6238e00

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ydb/convert.py

+1
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,7 @@ def __init__(self, columns, rows, truncated, snapshot=None):
319319
self.columns = columns
320320
self.rows = rows
321321
self.truncated = truncated
322+
self.snapshot = snapshot
322323

323324
@classmethod
324325
def from_message(cls, message, table_client_settings=None, snapshot=None):

0 commit comments

Comments
 (0)