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 b39f19d commit 9f5650aCopy full SHA for 9f5650a
examples/basic_example_v1/basic_example.py
@@ -155,10 +155,10 @@ def callee(session):
155
data_query = ydb.types.DataQuery(
156
query,
157
parameters_types={
158
- '$seriesId': ydb.types.PrimitiveType.Uint64,
159
- '$seasonId': ydb.types.PrimitiveType.Uint64,
160
- '$episodeId': ydb.types.PrimitiveType.Uint64,
161
- }
+ "$seriesId": ydb.types.PrimitiveType.Uint64,
+ "$seasonId": ydb.types.PrimitiveType.Uint64,
+ "$episodeId": ydb.types.PrimitiveType.Uint64,
+ },
162
)
163
164
result_sets = session.transaction(ydb.SerializableReadWrite()).execute(
0 commit comments