We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa0c46b commit 3cadbe0Copy full SHA for 3cadbe0
1 file changed
src/table.ts
@@ -894,7 +894,7 @@ Please use the format 'prezzy' or '${instance.name}/tables/prezzy'.`);
894
reqOpts.rowsLimit = rowsLimit - rowsRead;
895
}
896
897
- const gaxOpts = populateAttemptHeader(
+ options.gaxOptions = populateAttemptHeader(
898
numRequestsMade,
899
options.gaxOptions
900
);
@@ -903,7 +903,7 @@ Please use the format 'prezzy' or '${instance.name}/tables/prezzy'.`);
903
client: 'BigtableClient',
904
method: 'readRows',
905
reqOpts,
906
- gaxOpts,
+ gaxOpts: options.gaxOptions,
907
retryOpts,
908
});
909
0 commit comments