Paul Heinrichs
Paul Heinrichs
**Describe the bug** I've noticed when attempting to utilize a time aggregation in a few different ways i'm getting odd behavrious in each scenario. Scenario A) ``` type: min sql:...
**Describe the bug** When attempting to run the orchestration on a druid datasource to rebuild pre-aggregations. The following error is spit out in the API logs after running. --- EDIT...
As of druid v29 - you can now write to an external location - https://github.com/apache/druid/releases#29.0.0-important-features%2C-changes%2C-and-deprecations-msq-export-statements-%28experimental%29 I imagine i'd be slightly more performant for druid to utilize this where applicable. Related...
**Check List** - [x] Tests has been run in packages where changes made if available - [x] Linter has been run for changed code - [ ] Tests for the...
**Describe the bug** When utilizing the share expression in Metabase. It generates a decimal value representing a percentage, the problem is cube converts assumes the as an `int` so the...
**Describe the bug** When attempting to build a custom expression with CUBE_SQL_PUSH down enabled while building a question, Metabase generates a question expression as follows `CAST(count(*) as float)` resulting in...
**Check List** - [ ] Tests has been run in packages where changes made if available - [ ] Linter has been run for changed code - [ ] Tests...
**Is your feature request related to a problem? Please describe.** I don't see a reason why these can't be supported - https://docs.aws.amazon.com/redshift/latest/dg/hyperloglog-functions.html - https://docs.aws.amazon.com/redshift/latest/dg/r_COUNT.html ``` APPROXIMATE COUNT ( DISTINCT expression...
**Describe the bug** Recently after updating to 1.0.0 (from v0.36.7) - we started seeing these errors popping up when running cube in development mode on a single container instance. Cube...
**Describe the bug** A clear and concise description of what the bug is. Since this [PR](https://github.com/cube-js/cube/pull/8667) has been merged - querying in the BI tool to check counts results in...