cube icon indicating copy to clipboard operation
cube copied to clipboard

πŸ“Š Cube β€” The Semantic Layer for Building Data Applications

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

Error when trying to connect Chartbrew to Cube SQL API I've tried to connect cube.js with Chartbrew (https://chartbrew.com/) using SQL API, but I obtain the following error : ``` Unable...

bug
api:sql

**Problem** I am running into a problem with pre-aggregations I have three tables from postgresql : - client, client_agency, agency - client and agency have a many to many relationship...

question

**Check List** - [ ] Tests has been run in packages where changes made if available - [ ] Linter has been run for changed code - [ ] Tests...

pr:community

**Bug Description** Using the mysql/starrocks dialect, a simple select with a numeric greater than comparison returns incorrect results. I tried using both a simple select with a where clause and...

**Is your feature request related to a problem? Please describe.** I want to have a simple query which just returns the contents of the table without grouping etc (ie returns...

question

**Problem** I have some calculated measures that either aggregate `string values` to an array using `array_agg` or finding a `max timestamp` using `MAX(time_column). When trying to use pre-aggregations on those...

enhancement
help wanted
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...

pr:community

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

Hi! We have pre-aggregations set up like this and we're using Metabase with the SQL API: ``` model_filters_1_2_rollup: { measures: [], dimensions: [ CUBE.app_name, CUBE.user_first_touch_date, CUBE.date, CUBE.app_version, CUBE.user_dimensions_initial_app_version, CUBE.user_dimensions_country_code, CUBE.user_dimensions_network_group,...

question
backend:pre-aggregations