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

**Is your feature request related to a problem? Please describe.** In larger organizations, we often manage data permissions within the database itself as this is the best way to control...

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** A clear and concise description of what the bug is. Since this [PR](https://github.com/cube-js/cube/pull/8667) has been merged - querying in the BI tool to check counts results in...

Bumps [body-parser](https://github.com/expressjs/body-parser) from 1.20.2 to 1.20.3. Release notes Sourced from body-parser's releases. 1.20.3 What's Changed Important deps: [email protected] add depth option to customize the depth level in the parser IMPORTANT:...

dependencies
pr:community
javascript

**Describe the bug** Where a date or datetime is in GQL whenever that is an optional field an error is returned EG: Message: Cannot return null for non-nullable field TimeDimension.day...

bug
help wanted
api:graphql

**Describe the bug** Trying to create a new cube container and connect to a databricks warehouse. After following documentation and creating the docker-composer and dockerfile accordingly, it gives this error...

Example 1: orders to customers : many orders per the same customers (makes sense) Example 2: 2.1 post to post_topics : many posts to one post_topic why not one to...

docs

**Problem** When run generate SQL for clickhouse(version 19.16.19.85)๏ผŒ it shows an error๏ผš ![image](https://user-images.githubusercontent.com/258202/100057614-cadbb080-2e62-11eb-8f4a-6426b27eafac.png) myfunel.js **Related Cube.js schema** ```javascript const Funnels = require(`Funnels`); cube(`LoginF`, { extends: Funnels.eventFunnel({ userId: { sql: `userId`,...

bug
help wanted
driver:clickhouse
data modeling

**Problem** I'm unable to apply the workaround (https://stackoverflow.com/questions/60100720/) for the non-additive measure on my engagement rate calculation. This seems to break with the inclusion of an external cube's dimension as...

question

A recent change to conform with elaastic.co result formatting (to cope with json result) is not compatible with open distro/aws es sql result formatting. In open distro case, json formatting...

bug
help wanted
community supported
driver:elasticsearch