-
**Describe the bug**
When I query with an non 0 offset, I get the following error:
```
{
"error": "Error: Parse error at line: 4, column: 184: Incorrect syntax near 'OFFSET'.",
"requestId…
-
Following Instructions to trigger `v1/pre-aggregations/jobs` to `Retrieving statuses of jobs` returns this error
```sh
curl \
-d '{
"action": "get",
}' \
-H "Content-Type: applicatio…
-
**Describe the bug**
Cubejs is not releasing the memory because of some internal cache mechanics. I tried local/redis queues and it's pretty the same. Redis is not releasing the memory too (I gave cu…
-
**Is your feature request related to a problem? Please describe.**
The cube.js client is an awesome way to interact with the server. However, it's [rather large](https://bundlephobia.com/result?p=@cu…
-
Doing npm audit fix breaks cubejs-server. I have tried this on cubejs-server versions 0.28.58 and 0.28.61. Error message when starting cubejs-server
/Users//Documents//cubejs/node_modules/cli-ux/li…
-
**Describe the bug**
This data model file compiles successfully:
```yml
cubes:
- name: meta_prefix
sql: SELECT 123
measures:
- name: count
type: count
meta: …
-
**Describe the bug**
When the refresh worker builds pre-aggregation data from source Athena and store them to CubeStore. We randomly receive the below error:
```
statusCode: 400, type: , msg: E…
-
Problem :-
I am now getting an error when trying to connect the Mongo B connector
security:
enabled: true
defaultMechanism: default
defaultSource: admin
mongodb:
net:
uri: M…
-
**Problem**
I am trying to connect SQL API via PostgreSQL OLEBD driver provided by Intellisoft in excel.
The connection establishes successfully and I can see the tables list.
![image](https…
-
Hey!
In 2020 TypeScript started to be a standard (exclude `flow` in fb internals 😄 ) for every project, It helps use to:
- Speedup development (autocompletion, easy to know how to implement driv…