table.getRows() has missing options in its types #330
Labels
api: bigquery
Issues related to the googleapis/nodejs-bigquery API.
priority: p2
Moderately-important priority. Fix may not be included in next release.
🚨
This issue needs some love.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
TypeScript
Environment details
@google-cloud/bigquery
version: 2.0.6Steps to reproduce
table.getRows(options)
selectedFields
orstartIndex
, as is possible with the direct HTTP endpoint.I've confirmed that passing those fields into the function does work as expected (at least in my small use case).
I see that behind the scenes its calling the BigQuery HTTP API directly, so I assume these fields are possible, should work as expected and are just missing the the current types.
The text was updated successfully, but these errors were encountered: