@malloydata/db-bigquery 0.0.130-dev240311164559 → 0.0.130-dev240311202005
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.
- package/dist/bigquery.spec.js +2 -8
- package/package.json +2 -2
package/dist/bigquery.spec.js
CHANGED
|
@@ -46,19 +46,13 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
46
46
|
};
|
|
47
47
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
48
48
|
const malloy = __importStar(require("@malloydata/malloy"));
|
|
49
|
+
const test_1 = require("@malloydata/malloy/test");
|
|
49
50
|
const bigquery_connection_1 = require("./bigquery_connection");
|
|
50
51
|
const bigquery_1 = require("@google-cloud/bigquery");
|
|
51
52
|
const util = __importStar(require("util"));
|
|
52
53
|
const fs = __importStar(require("fs"));
|
|
53
54
|
const url_1 = require("url");
|
|
54
|
-
const
|
|
55
|
-
process.env['MALLOY_DATABASE'] ||
|
|
56
|
-
'bigquery').split(',');
|
|
57
|
-
let describe = globalThis.describe;
|
|
58
|
-
if (!envDatabases.includes('bigquery')) {
|
|
59
|
-
describe = describe.skip;
|
|
60
|
-
describe.skip = describe;
|
|
61
|
-
}
|
|
55
|
+
const [describe] = (0, test_1.describeIfDatabaseAvailable)(['bigquery']);
|
|
62
56
|
describe('db:BigQuery', () => {
|
|
63
57
|
let bq;
|
|
64
58
|
let runtime;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@malloydata/db-bigquery",
|
|
3
|
-
"version": "0.0.130-
|
|
3
|
+
"version": "0.0.130-dev240311202005",
|
|
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.130-
|
|
28
|
+
"@malloydata/malloy": "^0.0.130-dev240311202005",
|
|
29
29
|
"gaxios": "^4.2.0"
|
|
30
30
|
}
|
|
31
31
|
}
|