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

**Describe the bug** I start MongoBI connector with --sslMode = disabled (mongosqld cannot accept connections secured using TLS/SSL) But Cube is always request with SSL causing this error "handshake error:...

enhancement
driver:mongobi

Hello! refs https://github.com/cube-js/cube.js/issues/1723 Thanks

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

**Is your feature request related to a problem? Please describe.** When executing resultset.series(), `fillMissingDates` is true by default, and the values of the missing dates are filled with 0. In...

enhancement
help wanted

**Is your feature request related to a problem? Please describe.** The endpoint `/cubejs-api/v1/sql` returns a parameterized query which is of no use. **Describe the solution you'd like** An endpoint that...

enhancement

This error happens when you set a filter for a numeric (or other non-string) dimension or measure with multiple values. It looks like athena requires to cast all values in...

bug
driver:athena

Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.1 to 1.5.10. Commits 8cd4c6c 1.5.10 ce7a01f [fix] Improve handling of empty port 0071490 [doc] Update JSDoc comment a7044e3 [minor] Use more descriptive variable name d547792 [security]...

dependencies
pr:community

- [x] Move towards Postgres protocol - [x] Meta layer (i.e. tables) - [x] Rewrite (like a query rewrite)

Epic
Roadmap: 2022 Q2

Generally, I want to handle formatting in the front-end code, not in Cube. For instance, if I want to display a number as a percentage in a table, then Cube...

enhancement
help wanted
logged
reviewed

**Describe the bug** The cubejs graphQL endpoint does not seem to parse graphQL variables correctly? If I make a hardcoded query to our cubejs graphQL endpoint like this: ```graphql query...

enhancement
help wanted
backend:server