cube icon indicating copy to clipboard operation
cube copied to clipboard

📊 Cube — The Semantic Layer for Building Data Applications

Results 621 cube issues
Sort by recently updated
recently updated
newest added

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...

pr:community
cube store

**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....

bug
backend:cli

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...

question
pre-aggregations

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...

enhancement
cube store

**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...

bug
data modeling

**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...

enhancement
help wanted
data source driver

**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...

bug
pre-aggregations
data modeling

**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...

enhancement
help wanted
driver:postgres
data source driver

**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:...

question

**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...