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
Am I correct to assume that right now this tool can only download everything, and/or download all rows based on certain primary keys. But it can't download based on an attribute condition that isn't the primary key. Correct? Thanks
Would it be possible to add a command line option for a query expression to filter what rows are exported? Perhaps something like:
--key-condition-expression "Artist = :v1" --expression-attribute-values file://expression-attributes.json
as described here in the documentation:
https://docs.aws.amazon.com/cli/latest/reference/dynamodb/query.html
The text was updated successfully, but these errors were encountered: