-
I setup my cubejs app in gke and everything was working fine until I decided to add pre-aggregations to my schemas.
I am getting this error everytime I launch a get request to the api:
**Error: No …
-
**Describe the bug**
When using FILTER_PARAMS to filter a cube, the attribute that is being filtered gets added to the SQL twice.
**To Reproduce**
```js
// cube.js
module.exports = {
queryRe…
-
**Describe the bug**
We’ve a pre-aggregation defined for a formula based additive measure that has granularity set to `hour`. When we query for a higher order granularity e.g., `day` cubejs seems to …
-
**Problem**
i am trying to use mongo db with cube.
This is my container on docker:
```
cube:
container_name: cube
image: cubejs/cube
ports:
- 3001:3000
- 4000:4000
…
-
**Describe the bug**
https://cube.dev/blog/time-series-data-analytics-with-questdb
is a nice tutorial, but it is a few years old, and using the docker example with "latest" builds is not the right…
-
trying to install cube package on Angular 16 and angular 15 , both gives the same issue when i try to import in module,
Error: node_modules/@cubejs-client/core/index.d.ts:838:29 - error TS2344: Typ…
-
The [`/v1/meta` API endpoint](https://cube.dev/docs/reference/rest-api#v1meta) does not include the `sql_table` field. Even with the `?extended` query param the `sql_table` field does not exist, even …
-
**Describe the bug**
Currently, I am using this documentation link for creating workers and cube store
[https://cube.dev/docs/product/caching/running-in-production#scaling](https://cube.dev/docs/…
-
Hi!
I will confess being completly new to CubeJs, which is why my question may sound profoundly ignorant, but I was wondering whether the worker and router pods could be scheduled via a Deployment …
-
I built a docker image using dev.Dockerfile.
I'm successfully running a docker container and I want to use **global.py** file to run a dynamic model.
But when I start *global.py** I get an error l…