- Notifications
You must be signed in to change notification settings - Fork 722
Labels
breaking changeBreaking change; must only be deployed as part of a major release and documented properlyBreaking change; must only be deployed as part of a major release and documented properlyenhancementNew feature or requestNew feature or request
Milestone
Description
Is your idea related to a problem? Please describe.
The wr.dynamodb.read_partiql_query function does not actually use PartiQL and instead does a full table scan, ignoring anything defined in the WHERE clause which is misleading.
Describe the solution you'd like
- Docs highlighting this limitation, or renaming this function to not reference
partiql - (preferably) Use the PartiQL boto3 method
execute_statement
Metadata
Metadata
Assignees
Labels
breaking changeBreaking change; must only be deployed as part of a major release and documented properlyBreaking change; must only be deployed as part of a major release and documented properlyenhancementNew feature or requestNew feature or request