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** Hey Guys, i tried to follow: https://cube.dev/docs/product/data-modeling/concepts/polymorphic-cubes and https://cube.dev/docs/product/data-modeling/concepts/code-reusability-extending-cubes but if you use sql_table in your base cube and sql in your extended cube, then u get...

enhancement
data modeling

The `checkAuth` function is called right at the beginning when Cube starts to handle a request. Because of that, I use it to print the first log message about the...

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

**Is your feature request related to a problem? Please describe.** I don't see a reason why these can't be supported - https://docs.aws.amazon.com/redshift/latest/dg/hyperloglog-functions.html - https://docs.aws.amazon.com/redshift/latest/dg/r_COUNT.html ``` APPROXIMATE COUNT ( DISTINCT expression...

Cube's [caching layer](https://cube.dev/docs/product/caching) and [Cube Store](https://cube.dev/blog/how-you-win-by-using-cube-store-part-1) are vital for the querying performance. We would like to introduce performance and memory optimizations in Cube Store for the _passthrough mode_ (when there...

enhancement
cube store
Roadmap: Q4 FY'25 (Nov 2024-Jan 2025)

In May 2024, [Chart Prototyping](https://cube.dev/blog/embedded-analytics-with-chart-prototyping) (part of [Playground 2.0](https://cube.dev/blog/introducing-playground-2)) has been released in Cube Cloud. We would like to bring it to Cube Core as well. It's currently planned for...

enhancement
client:playground
Roadmap: Q3 FY'25 (Aug-Oct 2024)

In January 2024, [Playground 2.0](https://cube.dev/blog/introducing-playground-2) has been released in Cube Cloud. We would like to bring it to Cube Core as well. It's currently planned for September 2024.

enhancement
client:playground
Roadmap: Q3 FY'25 (Aug-Oct 2024)

In May 2024, [query pushdown](https://cube.dev/blog/query-push-down-in-cubes-semantic-layer) in the SQL API went to public preview. Currently, we're working on bringing it to [general availability](https://cube.dev/docs/product/apis-integrations/sql-api/query-format#query-pushdown) and potentially enabling it by default in future...

enhancement
api:sql
Roadmap: Q1 FY'26 (Feb-Apr 2025)

Currently, joins between cubes are not supported in queries to the SQL API if [query pushdown](https://cube.dev/docs/product/apis-integrations/sql-api/query-format#query-pushdown) is enabled. We would like to support joins and lift that limitations. It's currently...

enhancement
api:sql
Roadmap: Q3 FY'25 (Aug-Oct 2024)

Cube supports [`rolling_window` measures](https://cube.dev/docs/reference/data-model/measures#rolling_window) that enable a lot of non-trivial calculations such as [period-over-period changes](https://cube.dev/docs/guides/recipes/data-modeling/period-over-period). Currently, it requires a query to have a timed dimension with a _defined date range_....

enhancement
data modeling
Roadmap: Q3 FY'25 (Aug-Oct 2024)