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.
Current code after the change in #120 is unable to paginate to the next page since createQueryJob expects Query object to be a string or { query: string }.
From reported issue #303.
Current code after the change in #120 is unable to paginate to the next page since
createQueryJobexpectsQueryobject to be astringor{ query: string }.nodejs-bigquery/src/index.ts
Lines 957 to 963 in 4d6f7f3