Skip to content

support for begin param on bulk get #91

@lwcooper

Description

@lwcooper

Is there a way to support the begin param on a bulk get call?

This works for a single get (as per the integration tests):

let sept = await data.get({ table: 'hockey', begin: '2019-09' })

However, for a bulk get, a key is required. The following fails with the error Invalid params: all items must have table and key:

let sept = await data.get([
  { table: 'hockey', begin: '2019-09' },
  { table: 'curling', begin: '2019-09' }
])

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions