-
**Is your feature request related to a problem? Please describe.**
Results with timestamps are inconsistently converted to the query timezone depending
on if it is used as a dimension, a time dime…
-
**Describe the bug**
Oracle driver doesn't work on Docker
**To Reproduce**
Steps to reproduce the behavior:
1. Connect Docker instance of Cube to Oracle DB
**Expected behavior**
Oracle DB co…
-
Hi I'm trying to understand a couple of things
My understanding is that with each cube-router/worker there are 2 levels of storage:
- remote storage
- local storage
Theres also another storage c…
-
**Describe the bug**
In some circumstances it is not possible to use measures with filters
**To Reproduce**
1. Create this minimal Cube model:
Show model
```yaml
cubes:
- name: "dev_app…
-
**Is your feature request related to a problem? Please describe.**
I am trying to connect my Postgres instance to Cube Core - however our instance is set in a way where in addition to providing Usern…
-
**Describe the bug**
In order to enable pagination we are trying to use offset and limit, but as soon as I am adding the "offset" attribute to the query dictionary the cubejs is responding with an er…
-
[packages/cubejs-schema-compiler/src/compiler/DataSchemaCompiler.js#L340C6-L340C6](https://github.com/cube-js/cube/blob/8aea0839156d4b0f0f3c69e867088ab4da593bf5/packages/cubejs-schema-compiler/src/com…
-
**Describe the bug**
When running cube-server I see some errors in the logs like:
```
Error querying db scheduler-b760bd0f-c771-4b85-9f41-47c90f65225f
Error: spawn Unknown system error -86
…
-
**Describe the bug**
With the useCubeQuery hook, there exists a function `useDeepCompareMemoize` which compares the queries to determine if the `useEffect` within the hook to make a request is trigge…
-
**Is your feature request related to a problem? Please describe.**
when i implement custom checkAuth as recommended by examples (https://cube.dev/docs/security#custom-authentication) i cannot access …