-
In my cube schema, I have mentioned that the cube js should use cubestore for pre-aggregations
```
preAggregations: {
main: {
type: `rollup`,
external: true,
measureRe…
-
### Parent Issue
_No response_
### User Story
Right now we are not using Pre-Agregation on orus CubeJS Query, and it is very possible that using it our Performance time go better, to know more abou…
-
**Describe the bug**
Permission denied to build using node-gyp
What I did affter successfully installing cli: cubejs create hello-world -d cassandra
**- Installing DB driver dependencies
```
…
-
**Describe the bug**
I am trying to load a schema with many millions of columns and it is taking long and failing. I tried using CUBEJS_DB_SCHEMA to filter the results, which I believe would work. Do…
-
Need to pass some variable to PostgreSQL current_setting to fetch store specific data in multi-tenant application. On checking PostgresDriver package code, there is an option to SET current settings…
-
Hi, I'm following the steps of this guide: https://cube.dev/blog/react-dashboard-with-graphql
Everything is fine except that, when I navigate to explore page I get this error:
`SyntaxError: The r…
-
**Summary**
If I make a request for `{ ... , "dateRange": ["2022-01-26 10:00" , "2022-01-26"]}` then that works totally fine, it finds the relevant pre-aggregation no problem.
However, `{ ... , "dat…
-
**Problem**
**Cube Version**: v0.34.50
Hello, I’m trying to use Cube + Trino and pre-aggregate some data. I have a table where the output data is 10 GB, and I receive an error on my refresh work…
-
**Describe the bug**
Whenever you instantiate a **CubeJsApi** with the **WebSocket Transport** method and you attempt to use its API, the application will block waiting for the server's response. If …
-
**Describe the bug**
We have cube:
```
cube(`patient_network`, {
sql: `SELECT
id,
meta_source,
name,
gender,
year_of_birth,
ad…