Closed skrrriiieeet closed 3 years ago
I think this bug happens on v5.5.0. but fixed on v5.6.1. Why don't you release v5.6.1 to npm? @steffnay The document is updated but npm is not. https://cloud.google.com/bigquery/docs/reference/rest/v2/jobs/getQueryResults
5.7.0 is on npm, so this should be fixed now!
There are keys that are being returned when calling bigquery.query that doesn't exist on the typescript interface. Eg. schema is being returned when I call
bigquery.query(query, { maxResults: 1 })
but it doesn't exist on the type bigquery.ITableDataList.Environment details
@google-cloud/bigquery
version: 5.5.0Steps to reproduce