3 comments (3 comments)0 reactions (0 reactions)0 assignees (0 assignees)Rust1,965 forks (1,965 forks)batch import
backend:serverhelp wanted
Repository metrics
- Stars
- 19,563 stars (19,563 stars)
- PR merge metrics
- Avg merge 5d 16h (Avg merge 5d 16h)138 merged PRs in 30d (138 merged PRs in 30d)
Description
is there a way to create the schema automatically?
in Looker for example when you connect the DB you get an automatic view per table and fields are defined as measures or dimensions by default.
is there any way to do that on cube? (other then implementing it ourselves)
Contributor guide
- Research direction
- Search Cube documentation for automatic schema generation features, or explore the codebase to see if there is any existing support for auto generating schemas from database metadata.
- Tech stack
- None
- Domain
- backend
- Issue type
- Feature
- Prerequisites
- SQLCube.js concepts