rill
rill copied to clipboard
Rill is a tool for effortlessly transforming data sets into powerful, opinionated dashboards using SQL. BI-as-code.
We should improve the ability for end users / admins to visualize and drill into errors on the status page, such as a DAG view of errors, better insight into...
To resolve #3808, I propose removing Litepicker from our codebase. This PR does not yet remove the Litepicker code, but simply replaces its functionality with native date pickers. Litepicker has...
We should improve the search behavior so that the search box is cleared out when the end user returns to the All Dimensions view and/or when drilling into a different...
[Slack thread](https://rilldata.slack.com/archives/C04UY5NTXA9/p1705006474974249)
The following access policy breaks the dashboard. ```yaml security: access: "{{ .user.admin }} OR '{{ .user.domain }}' == 'rilldata.com'" include: - if: "{{ .user.admin }}" names: - total_records - publisher...
**Describe the bug** With the "View As" feature, it's possible that a user will see a blank dashboard. For example, with this access policy... ```yaml security: access: "{{ .user.admin }}...
[As described in Slack](https://rilldata.slack.com/archives/C0415QK8DK6/p1704969911944389)
Some features include: - View As - Exports
- [x] Remove dependencies not in active use - [x] Upgrade from Svelte 3 to Svelte 4 (#2684) - [ ] Upgrade TanStack Query from v4 to v5 - [...