cube icon indicating copy to clipboard operation
cube copied to clipboard

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

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

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

pr:community

I’m encountering an issue with the SQL API integration. Specifically, I’m trying to configure Cognito authentication to access the SQL API. While I’m able to establish a connection and pass...

**Failed SQL** 1. Rollup join resolving `value` of `timestamp` works fine ![Screenshot 2024-10-03 at 3 01 09β€―pm](https://github.com/user-attachments/assets/b6dc3779-6ef8-4651-a84c-55d336da6883) 2. Rollup join resolving `day` or `year`, etc of `timestamp` is broken...

**Problem** How can I retrieve the timeDimension period and granularity for which the query is made? To compute certain temporal averages, I need to divide measures by the period length...

question

I created a measure to calculate an average of my sales. This is my cube ```javascript cube(`bug_order`, { sql: ` select 1 as "id", 100 as "amount", 1 as "fk_status"...

question
tool:power-bi

Hi there! We’re trying to build a cube like the one below, and we expected it to use pre-aggregations to calculate the `metric` because the `pre_aggregations` include the `day` dimension....

**Failed SQL** Config: ```js cube('orders', { sql_table: 'orders', }); ``` Query via SQL-API ```sql WITH test_filter AS( SELECT 'order-1' as filter_1 ) SELECT * FROM orders WHERE order_id IN(SELECT filter_1...

bug
api:sql

**Issue Reference this PR resolves** #8641 **Description of Changes Made (if issue reference is not provided)** Simply lowercase the search to remain consistent in the implementation

pr:community
driver:druid

We are currently running cube in a docker container on an aws ec2 instance with centos os. Superset is running in another instance in a docker container. We are facing...

question

**Describe the bug** ERROR [cubestore::remotefs::cleanup] error while trying to list local files: No such file or directory (os error 2) **To Reproduce** Running the cube store worker, it is throwing...