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
{{ message }}
This repository was archived by the owner on Feb 7, 2026. It is now read-only.
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.
Environment details
@google-cloud/bigqueryversion: 2.0.6Steps to reproduce
table.getRows(options)selectedFieldsorstartIndex, 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.