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
Describe the bug
When a column is a reserver keyword (such as 'time'), I get "Invalid FilterExpression: Attribute name is a reserved keyword; reserved keyword: time"
To Reproduce
Create a table with primary key named time
Select the "time" column condition in records window.
Press SCAN
Expected behavior
No error should occur
Desktop (please complete the following information):
MacOS 10.14.4
The text was updated successfully, but these errors were encountered:
I hit the same issue. I haven't looked at the source yet but it's related to using project-expression-names to set the value of the expression to use within the actual projection-expression:
Describe the bug
When a column is a reserver keyword (such as 'time'), I get "Invalid FilterExpression: Attribute name is a reserved keyword; reserved keyword: time"
To Reproduce
Expected behavior
No error should occur
Desktop (please complete the following information):
MacOS 10.14.4
The text was updated successfully, but these errors were encountered: