We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d51a61 commit bf5ed38Copy full SHA for bf5ed38
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@zapper-fi/bigquery",
3
"description": "Google BigQuery Client Library for Node.js",
4
- "version": "6.0.3",
+ "version": "6.0.4",
5
"license": "Apache-2.0",
6
"author": "Google LLC",
7
"engines": {
src/table.ts
@@ -1860,6 +1860,7 @@ class Table extends ServiceObject {
1860
nextQuery = Object.assign({}, options, {
1861
pageToken: resp.pageToken,
1862
});
1863
+ delete nextQuery.startIndex;
1864
}
1865
1866
if (resp.rows && resp.rows.length > 0 && !this.metadata.schema) {
0 commit comments