cube
cube copied to clipboard
📊 Cube — The Semantic Layer for Building Data Applications
I need IAM role authentication, similar to this issue https://github.com/cube-js/cube/issues/6795. **Check List** - [ ] Tests has been run in packages where changes made if available - [ ] Linter...
**Describe the bug** The `cubejs-cli generate -t ` fails with the following error: ``` bash Cube Error --------------------------------------- Error: @cubejs-backend/schema-compiler/scaffolding/ScaffoldingTemplate.js dependency not found. Please run this command from project directory....
I have a measure in my cube which is as below ```yaml - name: count_op_number type: countDistinct sql: "{CUBE}.`_opNumber`" title: "OP Count" ``` I have created a Preaggregration using the...
Dear community, We have a demand for performing similarity searches on our database, mainly due to the AI demand. Users may ask questions with typos and a similarity operator would...
**Describe the bug** Hi there, I have two cubes Orders and Items and I want to add a measure on Orders to calculate totalOrderPrice. But I get missing FROM-clause entry...
**Is your feature request related to a problem? Please describe.** The lack of Apache Pinot integration in Cube creates a bottleneck in our analytics workflow, limiting our ability to fully...
**Describe the bug** Cube returns different results when a rolling window measure with `offset` set to `start` is served directly from the data source vs. from a pre-aggregation. Looks like...
**Is your feature request related to a problem? Please describe.** I am trying to connect my Postgres instance to Cube Core - however our instance is set in a way...
**Problem** ### 1. The cube pre-aggregation fails when client is requesting cube data via API. Error: ``` Error: Error during create table: CREATE TABLE ... already exists ``` Detailed error:...
**Check List** - [x] Tests has been run in packages where changes made if available - [x] Linter has been run for changed code - [x] Tests for the changes...