File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
DynamoDbEncryption/runtimes/python/src/aws_dbesdk_dynamodb/encrypted
TestVectors/runtimes/python/test Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -364,6 +364,9 @@ def _table_operation_logic(
364
364
# Copy any missing fields from the SDK output to the response (e.g. `ConsumedCapacity`)
365
365
dbesdk_response = self ._copy_sdk_response_to_dbesdk_response (sdk_output , dbesdk_response )
366
366
367
+ # Clean up the expression builder for the next operation
368
+ self ._resource_shape_to_client_shape_converter .expression_builder .reset ()
369
+
367
370
return dbesdk_response
368
371
369
372
@property
Original file line number Diff line number Diff line change 1
1
# Copyright Amazon.com Inc. or its affiliates. All Rights Reserved.
2
2
# SPDX-License-Identifier: Apache-2.0
3
+ """Stub to allow relative imports of examples from tests."""
You can’t perform that action at this time.
0 commit comments