-
IMAGE SYNC
-
**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 like**…
-
I am using CubeJS against read-only replica of the MS SQL database (I imagine it is a very common scenario).
Regardless of schema, the database is read-only, so CubeJS can not create temporary preagg…
-
**Describe the bug**
As stated in the documentation ([operator inDateRange](https://cube.dev/docs/query-format#filters-operators-in-date-range)) _"If only one date specified the filter would be set e…
-
**Describe the bug**
We can see sporadic pre-agg refresh error caused by duplicate attempts to refresh the same main pre-agg table at the same time.
![image](https://user-images.githubusercontent…
-
I know this is a really big ask but could you guys add some other wca puzzles, e.g. 2x2-7x7, megaminx, skewb because this would make (and already is) an amazing tool for people who don't really want t…
-
When trying to access Hive 2.1, `/node_modules/jshs2/node_modules/thrift/lib/nodejs/lib/thrift/connection.js:171` throws the exception `InputBufferUnderrunError`:
```
/home/beabloo/beabloo-prototy…
-
**Describe the bug**
Using BigQuery and matching a preaggregation, a query with `order` parameter on a `measure` returns **unsorted results**.
The generated SQL query that I can inspect in the playg…
b-jan updated
6 months ago
-
**Describe the bug**
The new version of the React client library gives a deprecation warning if you pass the prop `cubejsApi` to `CubeProvider` but gives type errors if you use the new `cubeApi` valu…
-
**Good SQL**
`select * from dataset limit 100` 1s
`select * from dataset limit 500` 4s
**Timeout error**
`select * from dataset limit 5000`
`select * from dataset`
**Underlying DBMS**
click…