@malloydata/db-bigquery 0.0.43 → 0.0.44-dev230623185845

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.
@@ -490,7 +490,7 @@ class BigQueryConnection {
490
490
  schemas[tableURL] = inCache.schema;
491
491
  }
492
492
  else {
493
- errors[tableURL] = inCache.error;
493
+ errors[tableURL] = inCache.error || 'Unknown schema fetch error';
494
494
  }
495
495
  }
496
496
  return { schemas, errors };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@malloydata/db-bigquery",
3
- "version": "0.0.43",
3
+ "version": "0.0.44-dev230623185845",
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": "^5.5.0",
26
26
  "@google-cloud/common": "^3.6.0",
27
27
  "@google-cloud/paginator": "^4.0.1",
28
- "@malloydata/malloy": "^0.0.43",
28
+ "@malloydata/malloy": "^0.0.44-dev230623185845",
29
29
  "gaxios": "^4.2.0"
30
30
  }
31
31
  }