Query using filter expression flow example gives error #358
Labels
area/plugin
Plugin-related issue or feature request
bug
Something isn't working
kind/cooldown
Great candidate for the cooldown period
Expected Behavior
I dont understand if there is actual need for filter expression, as key condition expression is mandatory, and that reduces the filtered output to only one row. We should ideally be using Scan task for filtering. Let me know if this example should be removed.
Actual Behaviour
The second example on this page with the title: "Query items from a table with a filter expression." gives the following error:
The error is correct as we are only making the assignment to
:lastname
and not actually using it anywhere in the task. How should this filter expression be actually used in this Query task.Steps To Reproduce
Use this example, and run it on a DynamoDB table "persons" having "id" as the partition key.
Environment Information
Example flow
The text was updated successfully, but these errors were encountered: