rill
rill copied to clipboard
Rill is a tool for effortlessly transforming data sets into powerful, opinionated dashboards using SQL. BI-as-code.
Deploying large files give a generic error message. We should instead do a proactive check. 1. Every time a large is updated we show a notification that the size is...
Follows the creation of the `SSEFetchClient` in https://github.com/rilldata/rill/pull/8000 **Checklist:** - [x] Covered by tests - [ ] Ran it and it works as intended - [x] Reviewed the diff before...
This PR addresses APP-309 by improving the Visual Metrics Editor's logic for selecting models and tables. The core problem was that the editor struggled with MotherDuck tables (which are not...
Fixes APP-308: Display JSON in leaderboards and dimension tables, and enable filtering. Previously, JSON dimension values were displayed as `[object Object]` and caused SQL errors (`unsupported type map[string]interface {}`) when...
Resolves APP-259. Previously, the Project Status page displayed an error icon for resources waiting on upstream dependencies to finish processing (e.g., "resource is not idle"). This was confusing as it's...
**Describe the bug** When navigating to Settings page from Project page after selecting "wake project", the UI will seemingly reset the wake process (it seems to be continuing on the...
**Checklist:** - [x] Covered by tests - [x] Ran it and it works as intended - [x] Reviewed the diff before requesting a review - [x] Checked for unhandled edge...
**Describe the bug** Having gone through https://docs.rilldata.com/build/credentials/ and https://docs.rilldata.com/deploy/templating, it is still quite unclear how to use a .env file to define an environment variable and to then use that...
Follows https://github.com/rilldata/rill/issues/6165. Add the ability to define and label custom time ranges in YAML.
We should only disconnect the file & resource streaming connections when a Rill Developer tab turns the 3rd most-recently-seen. We should give each tab a unique ID, keep a list...