-
**Describe the bug**
After Update, I have a custom question that stop work. On a PostgreSQL
**Logs**
{
"browser-info": {
"language": "pt-BR",
"platform": "Win32",
"userAgent": …
-
I want to upgrade my angular app to Angular 10, but cubejs-client/ngx client does not let me. Gives the below error -
`
Package "@cubejs-client/ngx" has an incompatible peer dependency to "@angular/…
-
Consider I have the following data in my Elastic index.
`"hits" : [
{
"_index" : "cubepoc",
"_type" : "_doc",
"_id" : "i1",
"_score" : 1.0,
"_sour…
-
**Problem**
How can I use another dimension for display?
**Related Cube.js schema**
```javascript
cube(`Participations`, {
sql: `SELECT * FROM public.participations`,
joins: {
…
-
**Describe the bug**
As discussed with @paveltiunov: I get the following error when using pre-aggregations with MySQL:
ER_TOO_LONG_IDENT: Identifier name 'xxxxxxxx_xxxxxxxxxxxxxxxxx_category_and_dat…
-
"Error: Queries of this type are not supported" message on incremental pre-aggregation. Otherwise, it works fine.
The primary server is AWS Athena, and the pre-aggregation is an external MySQL. Ge…
-
**Describe the bug**
When trying to compile any code that attempts to read this property.
**To Reproduce**
Try this (code taken from docs):
```
import cubejs, { ResultSet } from '@cubejs-client…
-
Hi All,
I'd like to integrate this in a project that its using React and typescript, in VSCode is coming up to try install type `npm install @types/cubejs-client__react` please correct me if I'm wr…
-
**Describe the bug**
In version 0.19.50, `@cubejs-client/ngx` only ships partial/broken type definitions and doesn't include any of the actual logic or source files.
**To Reproduce**
Steps to r…
ghost updated
4 years ago
-
**Problem**
I need to query an Elastic index with nested field data, I cannot do group by on it. Hence I am trying to avoid the default GROUP BY in the CubeJS SQL query.
**Request** :
`{"dimensio…