@malloydata/db-bigquery 0.0.116-dev231212233120 → 0.0.116-dev231213173224

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -537,7 +537,7 @@ class BigQueryConnection {
537
537
  for (let retries = 0; retries < 3; retries++) {
538
538
  try {
539
539
  return await job.getQueryResults({
540
- timeoutMs: 1000 * 60 * 2,
540
+ timeoutMs: 1000 * 60 * 2, // TODO - this requires some rethinking, and is a hack to resolve some issues. talk to @bporterfield
541
541
  ...getQueryResultsOptions,
542
542
  });
543
543
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@malloydata/db-bigquery",
3
- "version": "0.0.116-dev231212233120",
3
+ "version": "0.0.116-dev231213173224",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -25,7 +25,7 @@
25
25
  "@google-cloud/bigquery": "^7.3.0",
26
26
  "@google-cloud/common": "^5.0.1",
27
27
  "@google-cloud/paginator": "^5.0.0",
28
- "@malloydata/malloy": "^0.0.116-dev231212233120",
28
+ "@malloydata/malloy": "^0.0.116-dev231213173224",
29
29
  "gaxios": "^4.2.0"
30
30
  }
31
31
  }