You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This produces the following error with moto although it is a valid query: An error occurred (ValidationException) when calling the Query operation: Query condition missed key schema element: SK
When querying a table with a composite key like
PK
andSK
depending on the brackets set inside the KeyConditions some queries fail.Steps to reproduce:
This produces the following error with moto although it is a valid query:
An error occurred (ValidationException) when calling the Query operation: Query condition missed key schema element: SK
While this query should only return 1 item (the second item) it returns all three items from the table above.
The text was updated successfully, but these errors were encountered: