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** select * from InventoryItems where AvailableQuantity < TotalQuantity Here is the failed SQL log message - Cube SQL Error {"protocol":"postgres","error":"Error during rewrite: Can't detect Cube query and it...

question

**Failed SQL** SELECT sum(CASE WHEN indicator_nm IN ('[REPLACED]') THEN 1 ELSE 0 END) AS asdf FROM pregnants_view LIMIT 1001 **Logical Plan** - **Version:** 0.34.52 **Additional context** I try to execute...

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

pr:community

Hi, we would like to request the addition of a data source connectivity option for [Apache Doris](https://doris.apache.org/), a Real-Time Data Warehouse. [Apache Doris](https://doris.apache.org/) appears very promising for our needs, particularly...

https://cube.dev/docs/product/caching/running-in-production#persistent-storage > AWS S3, Google Cloud Storage, and Azure Blob Storage (Cube Cloud only) are the only known implementations that provide strong consistency. I'm considering deploying Cube Core on Azure...

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

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

pr:community

Hi! How to use Data blending approach via SQL API to combine queries? Rest API analog ``` const queries = [ { measures: ["online_orders.revenue"], timeDimensions: [ { dimension: "online_orders.created_at", granularity:...

question

**Describe the bug** We would expect the GraphQL API to support GraphQL fragments, but all columns coming from GraphQL fragments show up as null. **To Reproduce** Steps to reproduce the...

enhancement
help wanted
api:graphql