cube-js / cube

📊 Cube — The Semantic Layer for Building Data Applications
https://cube.dev
Other
17.85k stars 1.77k forks source link

Feedback for “Query data” #7087

Open rushabh1995 opened 1 year ago

rushabh1995 commented 1 year ago

Several issues I have encountered while setting up Cube Core through docker on Local

Missing Databricks Option in Source Side:

The Cube Core installation does not seem to include the Databricks option on the source side. This is preventing me from configuring Databricks as a data source.

Unable to Edit YAML File After Creating Data Model:

After successfully creating a data model, I am unable to edit the YAML file associated with it. This limitation is hindering my ability to customize and fine-tune the data model.

Unable to Create Pre-Aggregations via UI:

The Cube Core UI does not allow me to create pre-aggregations. This is a critical functionality for optimizing query performance, and its absence is a significant obstacle.

Cannot Read from Multiple Data Sources:

I am encountering difficulties when attempting to configure Cube Core to read from multiple data sources simultaneously. This capability is essential for our data integration requirements.

I kindly requesting your assistance in resolving these issues as they are impending our progress With Cube Core.

igorlukanin commented 1 year ago

Thanks for the feedback @rushabh1995 👋

  1. You can setup the connection to Databricks via environment variables as described in docs: https://cube.dev/docs/product/configuration/data-sources/databricks-jdbc
  2. You can edit your data model files directly in your text editor or IDE of choice. Please LMK if you have any difficulties with that.
  3. You can edit your pre-aggregation definitions in your data model files. Please see the docs for reference: https://cube.dev/docs/product/caching/using-pre-aggregations
  4. You can setup connections to multiple data sources as described in the docs: https://cube.dev/docs/product/configuration/advanced/multiple-data-sources