CartoDB / analytics-toolbox-core

A set of UDFs and Procedures to extend BigQuery, Snowflake, Redshift, Postgres and Databricks with Spatial Analytics capabilities
Other
190 stars 43 forks source link

chore(bq): fix @google-cloud/bigquery to version 7.9.0 #531

Closed vdelacruzb closed 2 months ago

vdelacruzb commented 2 months ago

Description

As can be seen in this PR: https://github.com/CartoDB/analytics-toolbox/pull/901

The tests where constantly crashing because of a timeout on certain BQ procedures.

This should be caused by the timeout changes introduced in the release 7.9.1 by Bigquery https://github.com/googleapis/nodejs-bigquery/releases

Tried to increase dramatically the timeout times but it wasn't fixing anything and started getting network timeouts. So decided to stick to the version 7.9.0.