cube icon indicating copy to clipboard operation
cube copied to clipboard

πŸ“Š Cube β€” The Semantic Layer for Building Data Applications

Results 470 cube issues
Sort by recently updated
recently updated
newest added

Hello, I hope this message finds you well. I am writing to request the removal of a backlink to our website, docs.getdbt.com, which is currently listed on your site, **https://d2r5aiwjuigpvk.cloudfront.net/docs/guides/dbt**....

**Check List** - [x] Tests has been run in packages where changes made if available - [x] Linter has been run for changed code - [x] Tests for the changes...

pr:community
driver:clickhouse

**Problem** Using `useCubeQuery`, how change to HTTP Method Post ? `import { useCubeQuery } from "@cubejs-client/react";` `const result = useCubeQuery(query, options);` this docs [https://cube.dev/docs/reference/rest-api#v1load](https://cube.dev/docs/reference/rest-api#v1load), `"# Use POST to fix problem...

question

**Problem** I'm getting the following error when trying to run any query in the SQL API, even `select * from information_schema.tables`: ``` ERROR: User: Can't get template: JavaScript Error ```...

question

**Problem** How to associate aws s3 bucket for storing pre-aggregation and cube store by associating ec2 and role Without providing access key and secret key.

enhancement
help wanted
question
backend:cube-store

**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...

bug
api:sql

**Check List** - [ ] Tests has been run in packages where changes made if available - [ ] Linter has been run for changed code - [ ] Tests...

pr:community

According to the documentation, there's an option to use [the syntax "from ... to ..." for dateRange](https://cube.dev/docs/product/apis-integrations/rest-api/query-format#relative-date-range), which uses the [Chrono library](https://github.com/wanasit/chrono) under the hood. My intention is to get...

pr:community