rill icon indicating copy to clipboard operation
rill copied to clipboard

Rill is a tool for effortlessly transforming data sets into powerful, opinionated dashboards using SQL. BI-as-code.

Results 784 rill issues
Sort by recently updated
recently updated
newest added

Reduce join query limit to 300 and increase page size for col to 50.

blocker
Area:Pivot

## Bugs - [ ] Expanding on a dimension without measure leads to a perpetual loading state ## Pending Tasks (Sprint 3) - [x] **P0**: Add export button to the...

Area:Dashboard

This PR adds a search bar to the Pivot table sidebar.

## Checklist - [x] Manual verification - [ ] Unit test coverage - [ ] E2E test coverage - [x] Needs manual QA? ## Summary #### Issue addressed: closes #4004...

High-level changes: - You can now configure the OLAP connector in `rill.yaml` instead of using the `--db-driver` flag: ```yaml # rill.yaml olap_connector: clickhouse ``` - When running `rill env configure`,...

fix type errors in time range selector

fix type errors in GraphicContext. Untangles that mess a bit by: - cleaning up `cascadingContextStore`. It's only called in one place, so it doesn't need generic params and a static...

- On API refresh, change columnPage to 1 - Decide on API limit for Axes

Area:Pivot