@cubejs-backend/snowflake-driver 1.2.3 → 1.2.4
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.
|
@@ -94,7 +94,7 @@ class SnowflakeDriver extends base_driver_1.BaseDriver {
|
|
|
94
94
|
* Returns default concurrency value.
|
|
95
95
|
*/
|
|
96
96
|
static getDefaultConcurrency() {
|
|
97
|
-
return
|
|
97
|
+
return 8;
|
|
98
98
|
}
|
|
99
99
|
static driverEnvVariables() {
|
|
100
100
|
// TODO (buntarb): check how this method can/must be used with split
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@cubejs-backend/snowflake-driver",
|
|
3
3
|
"description": "Cube.js Snowflake database driver",
|
|
4
4
|
"author": "Cube Dev, Inc.",
|
|
5
|
-
"version": "1.2.
|
|
5
|
+
"version": "1.2.4",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
8
|
"url": "https://github.com/cube-js/cube.git",
|
|
@@ -25,8 +25,8 @@
|
|
|
25
25
|
"lint:fix": "eslint --fix src/* --ext .ts"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@cubejs-backend/base-driver": "1.2.
|
|
29
|
-
"@cubejs-backend/shared": "1.2.
|
|
28
|
+
"@cubejs-backend/base-driver": "1.2.4",
|
|
29
|
+
"@cubejs-backend/shared": "1.2.4",
|
|
30
30
|
"date-fns-timezone": "^0.1.4",
|
|
31
31
|
"snowflake-sdk": "^1.13.1"
|
|
32
32
|
},
|
|
@@ -38,8 +38,8 @@
|
|
|
38
38
|
"extends": "../cubejs-linter"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@cubejs-backend/linter": "1.2.
|
|
41
|
+
"@cubejs-backend/linter": "1.2.4",
|
|
42
42
|
"typescript": "~5.2.2"
|
|
43
43
|
},
|
|
44
|
-
"gitHead": "
|
|
44
|
+
"gitHead": "448a37aae0d8863c217ee09aef3b2ac52369a168"
|
|
45
45
|
}
|