googleapis / nodejs-bigquery

Node.js client for Google Cloud BigQuery: A fast, economical and fully-managed enterprise data warehouse for large-scale data analytics.
https://cloud.google.com/bigquery/
Apache License 2.0
467 stars 211 forks source link

fix: throw timeout error when using jobs.query #1402

Closed alvarowolfx closed 2 months ago

alvarowolfx commented 2 months ago

Properly handle timeout when going thought the fast query path and jobs.queryAPI method.

Fixes #1399 🦕