-
I want to use multiple DB in cubejs for a different user.
-
**Describe the bug**
Even though I defined `continueWaitTimeout` to be `120` the "Continue wait" response is sent after ~5s (the default).
**To Reproduce**
Steps to reproduce the behavior:
1. In…
-
**Describe the bug**
Incremental refreshkey with updateWindow for pre-aggregation generates broken SQL for MSSQL
**To Reproduce**
Setting up an incremental update for a pre-aggregation like thi…
-
Hi,
React dashboard git repo link in Cube JS redirects to an error page. This is due to a spelling mistake in the github docs.
Url provided in docs : https://github.com/cube-js/cube.js/tree/mast…
-
**Describe the bug**
Cubejs backend deployed on Heroku container is not returning data queried by React frontend deployed on Vercel. Server logs indicate an error: `TypeError: Cannot create proxy wit…
-
**Is your feature request related to a problem? Please describe.**
We have fairly complicated authorisation rules and many different (customisable) ways of analysing the same data.
Because of this…
-
**Problem**
I am trying to use the SECURITY_CONTEXT to enforce multi tenancy on my queries.
I created a token with the following payload:
```
{
"userid": "95",
"companyid": "12"
"nbf"…
-
**Describe the bug**
useCubeQuery currently updates state after an async / await.
https://github.com/cube-js/cube.js/blob/4485fc8b577e5830adfd23aff397140c981d34f7/packages/cubejs-client-react/src/us…
-
In my cube.js server I have 2 tables from different data sources(both of them are postgres). I'm trying to create a join on these tables but get the following error
**Error: Joins across data sourc…
-
**Is your feature request related to a problem? Please describe.**
It is idiomatic for JWTs to be accepted using a header format of `Authorization: Bearer ` (see [jwt.io introduction](https://jwt.i…