-
**Describe the bug**
When implementing a custom `repositoryFactory` (e.g. my [s3 implementation](https://gist.github.com/squidsoup/e1b72eee20bfe92484f7f4b98db518da)), files ingested by cubejs do not …
-
**Describe the bug**
I would like to move some code out of the cube.py file as it becomes very large and hard to maintain. But I fail to make it work in the cube docker container to import the outsou…
-
**Describe the bug**
I have a BigQuery dataset that is EU based, when creating a Pre-Aggregation, the table is created in the US region, therefore, when trying to run the Pre-Aggregation query, the m…
-
**Problem**
I have a table that contains a json column. The column will have a structure something like the following. field_id can vary for different accounts and mostly change at runtime, so I …
-
**Problem**
Want to join same table twice, but the key must be the cube name
**Related Cube.js schema**
```javascript
// how to avoid this ?
cube(`CalleeUsers`, {
extends: Users,
});
c…
-
Hi!
I was building a quick demo and found out that the tooltip and legend don't have any options for formatting. For my stacked bar chart, legend is empty, for example. It would be great if tooltip a…
-
Hi, can you add Vertica as a connection? I tried to use the blog post instructions to implementing a driver for Vertica but can't seem to make it work.
-
Hi. Are there any plans about when to add SparkSQL as a source?
-
**Is your feature request related to a problem? Please describe.**
When running date ranged queries it is often advantageous to provide data for the entire date range.
Cube already does this parti…
-
**Is your feature request related to a problem? Please describe.**
Cube supports [K8s-style health check endpoints](https://cube.dev/docs/deployment/production-checklist#set-up-health-checks) while C…