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

**Describe the bug** We have such dimension in Sales cube. Clickhouse is an underlying database ``` "saleKey":{ "sql":"`farmHash64(doesnt matter what is inside)`", "type":"`number`", "primaryKey":true, "shown":true }, ``` farmHash64 returns UInt64...

bug
help wanted
driver:clickhouse

**Describe the bug** A measure or dimension defined with the case/when statement and dynamic labels (meaning they use interpolation) is not supported. However, the docs say the opposite. @paveltiunov has...

bug
data modeling

**Problem** I am trying to connect SQL API via PostgreSQL OLEBD driver provided by Intellisoft in excel. The connection establishes successfully and I can see the tables list. ![image](https://user-images.githubusercontent.com/77789142/231449501-cb0b79ce-41b9-42d2-a06a-031cc6088076.png) But...

bug
api:sql

Actually, I'm using React native version 0.71 for building an analytics app, so I Im using cubejs for that. So, the problem is that when I import the package of...

enhancement
help wanted
client:react

**Failed SQL** Search for `Failed SQL` log message: ``` data-product-cube-1 | Cube SQL Error: undefined data-product-cube-1 | -- data-product-cube-1 | "SELECT * FROM sessions_count_view WHERE CAST(\"public\".\"sessions_count_view\".\"start_scheduled_at\" AS DATE) BETWEEN DATE...

bug
api:sql

**Describe the bug** Cubestore does not support the `HugeInt` type used by `duckdb` I have first encountered the bug with the on-prem cube, but I have been able to reproduce...

bug
help wanted
pre-aggregations
driver:duckdb

**Describe the bug** We would like to create an index on an original_sql pre-aggregation stored in Postgres. Cube fails to create said index, because it incorrectly prepends the cube name...

bug
help wanted
pre-aggregations

**Describe the bug** When I query with an non 0 offset, I get the following error: ``` { "error": "Error: Parse error at line: 4, column: 184: Incorrect syntax near...

bug
driver:mssql

**Describe the bug** Cube generates incorrect query when measure of type 'string' is used as a filter with operator 'equals'. This applies to Clickhouse driver. Despite the measure being of...

bug
help wanted
driver:clickhouse

Customers regularly think that drills and formats are expected to carry through to a BI tool. They think it is buggy behavior when it doesn't carry through. This PR is...

pr:community