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

**Problem** I'm having problem when connecting to an external PostgreSQL database. It works fine in cube.js and the problem was while migrating to cube.py. Users password are stored externally and...

question

**Is your feature request related to a problem? Please describe.** [Extending cubes](https://cube.dev/docs/product/data-modeling/concepts/code-reusability-extending-cubes) brings great code reusability. However, it is currently not supported for the Python cubes. Look at these 2...

enhancement
data modeling:yaml

**Problem** Hello, is it possible to upgrade to nodeJS 20 ? **Additional context** I've tried to run cube using nodeJS 20 and it runs well. But there might be some...

enhancement

Usecase :: We have two tables which do not have any foreign key association, there is third table which joins them.To answer questions involving these two tables, cube needs to...

question
data modeling

**Is your feature request related to a problem? Please describe.** Return an appropriate response code or even a custom one in the checkAuth function **Describe the solution you'd like** Expose...

enhancement
help wanted
configuration

**Is your feature request related to a problem? Please describe.** Currently, there's no way to see the result of applying [Jinja transformations](https://cube.dev/docs/product/data-modeling/dynamic/jinja) to YAML data models. It makes debugging complex...

enhancement
data modeling:yaml

**Describe the bug** Apparently, assigning to security context works in `check_auth` in JavaScript but doesn't work in Python. **To Reproduce** Run the following `cube.py` snippet: ```python from cube import config...

bug
python

**Is your feature request related to a problem? Please describe.** connecting to surrealdb datasource **Describe the solution you'd like** build a driver for database surrealdb

enhancement
help wanted
data source driver

**Describe the bug** When using a `min` measure type on a DateTime field there is a casting error when querying via GraphQL **To Reproduce** 1. Have a Cube with a...

api:graphql