@malloydata/db-bigquery 0.0.382 → 0.0.384
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/index.js +4 -0
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -63,24 +63,28 @@ const bigquery_connection_2 = require("./bigquery_connection");
|
|
|
63
63
|
displayName: 'Maximum Bytes Billed',
|
|
64
64
|
type: 'string',
|
|
65
65
|
optional: true,
|
|
66
|
+
advanced: true,
|
|
66
67
|
},
|
|
67
68
|
{
|
|
68
69
|
name: 'timeoutMs',
|
|
69
70
|
displayName: 'Timeout (ms)',
|
|
70
71
|
type: 'string',
|
|
71
72
|
optional: true,
|
|
73
|
+
advanced: true,
|
|
72
74
|
},
|
|
73
75
|
{
|
|
74
76
|
name: 'billingProjectId',
|
|
75
77
|
displayName: 'Billing Project ID',
|
|
76
78
|
type: 'string',
|
|
77
79
|
optional: true,
|
|
80
|
+
advanced: true,
|
|
78
81
|
},
|
|
79
82
|
{
|
|
80
83
|
name: 'setupSQL',
|
|
81
84
|
displayName: 'Setup SQL',
|
|
82
85
|
type: 'text',
|
|
83
86
|
optional: true,
|
|
87
|
+
advanced: true,
|
|
84
88
|
description: 'SQL statements to run when the connection is established',
|
|
85
89
|
},
|
|
86
90
|
],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@malloydata/db-bigquery",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.384",
|
|
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.384",
|
|
29
29
|
"gaxios": "^4.2.0"
|
|
30
30
|
}
|
|
31
31
|
}
|