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

Hi, I have a question about performing multiple queries in a single API call. I have multiple cubes in my data model. And let's say I want to do multiple...

question

**Describe the bug** Setting `basePath` in cube.js to `/` results in 404 across all API endpoints **To Reproduce** Steps to reproduce the behavior: 1. Create a cube.js fils 2. Set...

enhancement
api:rest

**Describe the bug** Using BigQuery and matching a preaggregation, a query with `order` parameter on a `measure` returns **unsorted results**. The generated SQL query that I can inspect in the...

question

I am exploring tools for multi tenant app. Can anyone explain difference between Apache pinot vs cube? For me both looking same.

question

As of druid v29 - you can now write to an external location - https://github.com/apache/druid/releases#29.0.0-important-features%2C-changes%2C-and-deprecations-msq-export-statements-%28experimental%29 I imagine i'd be slightly more performant for druid to utilize this where applicable. Related...

enhancement
help wanted
backend:pre-aggregations
driver:druid

**Failed SQL** Initial planning error: Error during planning: No field named 'source.count_distinct_users'. Valid fields are 'source.vl_watch_time_seconds', 'source.vl_session_time_seconds', 'source.bl_watch_session'. ``` SELECT "source"."bl_watch_session" AS "bl_watch_session", count(distinct "source"."count_distinct_users") AS "count" FROM ( SELECT...

question
api:sql

**Describe the bug** Using `mssql` when my cube sql contains a CTE, I can't perform aggregations. The following is valid syntax: ``` WITH cte_employees AS ( select employee from employee_table...

question
driver:mssql

**Describe the bug** Since the last big version change on Metabase cloud (v1.49.*) we started having an sql query that fails, we think that cube doesn't support the new query...

bug
api:sql

Bumps [next](https://github.com/vercel/next.js) from 13.5.6 to 14.1.1. Commits 5f59ee5 v14.1.1 f48b90b even more 7f789f4 more timeout ab71c4c update timeout 75f60d9 update trigger release workflow 74b3f0f Server Action tests (#62655) a6946b6 Backport...

dependencies
pr:community
javascript

Add warning box to two pages: Please note that Redshift does not support intervals of type month or year. Context: https://cubedevinc.slack.com/archives/C021C7NT7RT/p1715293531642229 **Check List** - [ ] Tests has been run...

pr:community