Skip to content
This repository was archived by the owner on Feb 7, 2026. It is now read-only.
This repository was archived by the owner on Feb 7, 2026. It is now read-only.

table.getRows() has missing options in its types #330

@lostpebble

Description

@lostpebble

Environment details

  • @google-cloud/bigquery version: 2.0.6

Steps to reproduce

  1. Try use table.getRows(options)
  2. Can't pass in selectedFields or startIndex, 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.

Metadata

Metadata

Assignees

Labels

🚨This issue needs some love.TypeScriptapi: bigqueryIssues related to the googleapis/nodejs-bigquery API.priority: p2Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions