rill
rill copied to clipboard
Rill is a tool for effortlessly transforming data sets into powerful, opinionated dashboards using SQL. BI-as-code.
Allows user to have access to only certain resources, for now limited to explore and canvas. Resources can be shared directly for a user or a usergroup. Resource restriction works...
Issue : https://github.com/rilldata/rill/issues/6839 Related PR : #8390 (priveus) # PR: StarRocks OLAP Connector (Read-Only) ## What is StarRocks https://www.starrocks.io/ is an open-source, high-performance OLAP database designed for real-time analytics. It...
- Previously, `refresh.ref_update` always defaulted to `true` unless explicitly overridden. This meant we'd always trigger on a ref update, even when `refresh.cron` was set. - This PR changes the behavior...
Persists the "show context for all measures" toggle state to the `lb_ctx` URL parameter. This ensures the toggle's state is preserved when sharing links or revisiting the dashboard, improving user...
adds tags to dims/measures **Checklist:** - [x] Covered by tests - [x] Ran it and it works as intended - [x] Reviewed the diff before requesting a review - [...
A few dashboard chat follow ups, - [x] Anomaly explain doesnt show up when selecting a new scrub range. It should immediately show up and not need an additonal click....
closes https://linear.app/rilldata/issue/PLAT-344/support-user-specified-branch-for-dev-deployments Also fixes the issue that editing branch does not change deployment's branch - only used for display purposes. **Checklist:** - [ ] Covered by tests - [x] Ran...
Adds a new `rill validate` command that validates and reconciles Rill projects without starting the UI. Useful for CI/CD or AI agent development workflows. ```bash # Human-readable validation rill validate...
This PR implements a shared, config-driven multi-step form architecture for object storage connectors (GCS, S3, Azure). It replaces a GCS-specific implementation with a generalized system that splits connector configuration into...