-
**Problem**
From the [`driver_factory`](https://github.com/cube-js/cube/blob/master/docs/pages/reference/configuration/config.mdx#driver_factory) documentation, when using JavaScript, there are exa…
-
**Describe the bug**
Trying to create a new cube container and connect to a databricks warehouse. After following documentation and creating the docker-composer and dockerfile accordingly, it gives t…
-
**Problem**
I connected cube over docker-ompose and in it I set up trino as a datasource with catalog and `CUBEJS_DB_NAME` but my trino got multiple schemas but I cant seems to able to get them.
…
-
### Parent Issue
_No response_
### Problem Statement
Cube.js already support limit and offset but we need to support them in our syntax, the way as it works for Cube.js is:
```
{
"meas…
-
This chart has some configuration around enabling the SQL API but when I enable it all my attempts to connect to it with a JDBC client timeout. Being new to K8s as I am, I'm not entirely sure how to e…
-
### Is there an existing issue for this?
- [x] I have searched the existing issues
### Version
equal or higher than v1.16.0 and lower than v1.17.0
### What happened?
In our Amazon EKS cluster wit…
-
### Parent Issue
_No response_
### Problem Statement
We have a 'What I am' field in CubeJS that tell us if the Request is a Page or a File hit, if the request is not neither of them then we are set…
-
Hi! Pre-aggregations throw an error when we use FILTER_PARAMS in the refreshKey
**Error:**
```
cube | Error: Query parameter number 1 is not defined (0 provided) at [3:63]
cube | at QueryQ…
-
**Problem**
I’m working on a Cube.js project where I need to configure pre-aggregations to refresh at regular intervals, specifically every 12 hours or at a specific time like 4:00 AM UTC. I’ve set…
-
**Describe the bug**
I have been working on trying to add the SQL API to our cubejs service using Docker but have hit a blocker with the different nodejs versions. In our Docker image, we are current…