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** ```SQL WITH test AS ( SELECT name FROM cities UNION SELECT name FROM countries ) SELECT test.name from test; ``` **Logical Plan** `Initial planning error: Error during planning:...

bug
api:sql

Following this tutorial/docs: https://cube.dev/docs/product/deployment#storage What are the minimum permission policy required for this to work?

question

Hi cube.js devs! Using cube version 0.35.6, I am traying to generate a model for a postgres database using the playground. When generating model for tables with numeric types, ie:...

enhancement
help wanted
driver:postgres

Dremio has evolved on past years, adopting project and catalog perspectives such as a lakehouse platform. This create a need for a new connector in cube that help to connect...

enhancement
help wanted
driver:dremio
data source driver

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...

question

`AWS_CONTAINER_CREDENTIALS_RELATIVE_URI` should be used.

When we use week as granularity in Metabase, Metabase create query ``` SELECT (CAST(DATE_TRUNC('week', ("public"."analytics_analysis_view"."date" + INTERVAL '1 day')) AS timestamp) + INTERVAL '-1 day') AS "date", SUM("public"."analytics_analysis_view"."sessions_start_count") AS "sum"...

question

**Describe the bug** I'm trying to describe table in psql command line **To Reproduce** Steps to reproduce the behavior: 1. run `psql` 2. run ``` test=> \d dw_fct_xxx; ``` 3....

bug
api:sql

**Is your feature request related to a problem? Please describe.** - We are using `Views` to hide the implementation details of the underlying Cube. --> Our Frontend will only interface...

enhancement
data modeling:views

**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
backend:pre-aggregations