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

**Failed SQL** I'm seeing some issues when using timestamp EXTRACT. See below: ```sh # It works if I write the query out like so: > SELECT EXTRACT(YEAR FROM created_at), order_count...

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

**Describe the bug** When attempting to build a custom expression with CUBE_SQL_PUSH down enabled while building a question, Metabase generates a question expression as follows `CAST(count(*) as float)` resulting in...

bug

Clickhouse defaults to using bytes to order by and string manipulation functions such as `lower`, `upper` uses ascii. To overcome this limitation they have `COLLATE` keyword, and `lowerUTF8`, `upperUTF8` functions....

pr:community

**Describe the bug** This data model file compiles successfully: ```yml cubes: - name: meta_prefix sql: SELECT 123 measures: - name: count type: count meta: my_prefix: qwerty ``` However, the following...

bug
data modeling

**Is your feature request related to a problem? Please describe.** Yesterday I was met with a `"message":"Slow Query Warning",` which resulted in Cube.js querying from cache only, as shown by...

docs

**Describe the bug** After successfully authenticating to Snowflake and running the initial information schema query, Cube returns 'Undefined' for our tables in the Data Model section. I can see initial...

driver:snowflake

**Problem** Hello, I have a multi tenant setup in a single database. The docs recommend using row level filters to achieve multi-tenancy in this situation, but I'm wondering what the...

question

As the number of model files under the schema increases, the compilation time significantly increases, leading to a long response time for the first request after each model file compilation....

question