Skip to content
This repository was archived by the owner on Feb 7, 2026. It is now read-only.
This repository was archived by the owner on Feb 7, 2026. It is now read-only.

Queries from the Node.js BigQuery client v2.0.0 and higher are not returning results #463

@d-torres

Description

@d-torres

Running a query in a Node.js 8 environment using the BigQuery Client Library, v3.0.0 results in an empty response returned to the caller.

Reproduction steps and observed behavior:

Sample query: "with foo as (select 'Travis' as name) select count(*) as total from foo"

Expected behavior: The query() method should return COUNT = 1 after running the aggregate query from above.

Actual behavior: It's currently returning empty for bq client 2.0.0 and above.

Metadata

Metadata

Assignees

Labels

🚨This issue needs some love.api: bigqueryIssues related to the googleapis/nodejs-bigquery API.priority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions