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.
stateFilteraccepts an array (and it's documented that way) but the type definition does not account for this, it only expects a single string.I am specifically talking about this line:
nodejs-bigquery/src/types.d.ts
Line 3568 in 16d2a50
Also here is the documentation that says it accepts an array:
nodejs-bigquery/src/bigquery.ts
Line 1710 in 701ead4
Right now I can workaround this by passing the array with
as any.