@malloydata/db-bigquery 0.0.338 → 0.0.340
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.
|
@@ -163,8 +163,7 @@ class BigQueryConnection extends connection_1.BaseConnection {
|
|
|
163
163
|
return true;
|
|
164
164
|
}
|
|
165
165
|
getDigest() {
|
|
166
|
-
|
|
167
|
-
return (0, malloy_1.makeDigest)('bigquery', this.billingProjectId, this.projectId, (_a = this.location) !== null && _a !== void 0 ? _a : 'US', (_b = this.setupSQL) !== null && _b !== void 0 ? _b : '');
|
|
166
|
+
return (0, malloy_1.makeDigest)('bigquery', this.projectId, this.setupSQL);
|
|
168
167
|
}
|
|
169
168
|
get supportsNesting() {
|
|
170
169
|
return true;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@malloydata/db-bigquery",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.340",
|
|
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.
|
|
28
|
+
"@malloydata/malloy": "0.0.340",
|
|
29
29
|
"gaxios": "^4.2.0"
|
|
30
30
|
}
|
|
31
31
|
}
|