@cubejs-backend/shared
Advanced tools
Comparing version 0.30.46 to 0.30.47
@@ -6,2 +6,13 @@ # Change Log | ||
## [0.30.47](https://github.com/cube-js/cube.js/compare/v0.30.46...v0.30.47) (2022-08-12) | ||
### Features | ||
* **cubejs:** LambdaView: hybrid query of source tables and pre-aggregation tables. ([#4718](https://github.com/cube-js/cube.js/issues/4718)) ([4ae826b](https://github.com/cube-js/cube.js/commit/4ae826b4d27afbfce366830150e130f29c7fcbbf)) | ||
## [0.30.46](https://github.com/cube-js/cube.js/compare/v0.30.45...v0.30.46) (2022-08-10) | ||
@@ -8,0 +19,0 @@ |
@@ -15,2 +15,3 @@ /** | ||
} | ||
export declare const MAX_SOURCE_ROW_LIMIT = "__MAX_SOURCE_ROW_LIMIT"; | ||
//# sourceMappingURL=enums.d.ts.map |
@@ -9,3 +9,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.QueryAlias = void 0; | ||
exports.MAX_SOURCE_ROW_LIMIT = exports.QueryAlias = void 0; | ||
/** | ||
@@ -20,2 +20,3 @@ * Queries aliases strings. | ||
})(QueryAlias = exports.QueryAlias || (exports.QueryAlias = {})); | ||
exports.MAX_SOURCE_ROW_LIMIT = '__MAX_SOURCE_ROW_LIMIT'; | ||
//# sourceMappingURL=enums.js.map |
@@ -336,2 +336,5 @@ "use strict"; | ||
.asInt(), | ||
maxSourceRowLimit: () => env_var_1.get('CUBEJS_MAX_SOURCE_ROW_LIMIT') | ||
.default(200000) | ||
.asInt() | ||
}; | ||
@@ -338,0 +341,0 @@ function getEnv(key, opts) { |
export { getEnv, isDockerImage } from './env'; | ||
export { QueryAlias } from './enums'; | ||
export * from './enums'; | ||
export * from './package'; | ||
@@ -4,0 +4,0 @@ export * from './track'; |
@@ -13,8 +13,7 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.QueryAlias = exports.isDockerImage = exports.getEnv = void 0; | ||
exports.isDockerImage = exports.getEnv = void 0; | ||
var env_1 = require("./env"); | ||
Object.defineProperty(exports, "getEnv", { enumerable: true, get: function () { return env_1.getEnv; } }); | ||
Object.defineProperty(exports, "isDockerImage", { enumerable: true, get: function () { return env_1.isDockerImage; } }); | ||
var enums_1 = require("./enums"); | ||
Object.defineProperty(exports, "QueryAlias", { enumerable: true, get: function () { return enums_1.QueryAlias; } }); | ||
__exportStar(require("./enums"), exports); | ||
__exportStar(require("./package"), exports); | ||
@@ -21,0 +20,0 @@ __exportStar(require("./track"), exports); |
{ | ||
"name": "@cubejs-backend/shared", | ||
"version": "0.30.46", | ||
"version": "0.30.47", | ||
"description": "Shared code for Cube.js backend packages", | ||
@@ -73,3 +73,3 @@ "main": "dist/src/index.js", | ||
}, | ||
"gitHead": "c29f3e26e595a96f140c55049131b764e852876e" | ||
"gitHead": "219df86b532c6f6c6d20040f85725293203e8305" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
156454
1574