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.
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.