-
WebSocketTransport only accepts actual authorization token while we usually can fetch that value in an async way.
current impl:
```
const cubejsApi = cubejs({
transport: new WebSock…
-
**Describe the bug**
See the "[Cube.js, the Open Source Dashboard Framework: Ultimate Guide](https://cube.dev/blog/cubejs-open-source-dashboard-framework-ultimate-guide/)" blog post. It has the fol…
-
What should I do to connect `Data Schema` file to AWS S3 or GCP Cloud Storage.
-
**Describe the bug**
In measures in cubejs I use min(timestamp) and in the filter, in Metabase, I choose summarize by min time and I got error:
![image](https://user-images.githubusercontent.com/70…
-
Cube js` `component data not updated when component re renders even I have given `renewQuery: true` in query.
How can i refetch data again (Force refresh) from server without changing the query …
-
**Describe the solution you'd like**
I want to send my graph to slack but when I create pulse it only shows the table not graph
**Additional context**
driver 0.13.1
metabase newest
cubejs 0…
-
How can I use CONVERT or CAST sql functions in cube js schema? I try the following for dimension:
```
attendancePercent: {
sql: `CONVERT(INT, ${CUBE}.\`Attendance percent\`)`,
type: …
-
**Describe the bug**
resultSet.drillDown method does not automatically apply timeDimensions from the parent query to the drill down query
**To Reproduce**
Steps to reproduce the behavior:
Exactl…
-
We are facing issues in loading schema files in cube server with Node version 14.15.0. The schema files and tables are not loading, we are seeing the overlay. We are using pg version 12. Any idea wha…
-
**Is your feature request related to a problem? Please describe.**
I can't run cubeJS in the same serverless offline instance.
The `/playground/context` endpoint was returning `[Object Object]` as a…