rill
rill copied to clipboard
Rill is a tool for effortlessly transforming data sets into powerful, opinionated dashboards using SQL. BI-as-code.
In quite a few place we were still using the old method of using folder name to identify entities. Instead fetching all file names. This will have the side effect...
Fixes https://github.com/rilldata/rill-private-issues/issues/238
To match the updated Figma mocks, this PR removes the project label from the Rill Developer Breadcrumbs. It also turns the Rill logo into a link that takes you back...
Changes: - Changed the `components:` property to `items:` in the dashboard YAML - The idea is that `item = component + grid info` - Renamed the `Chart` resource to `Component`...
This PR removes the use of a glob parameter from calls to `runtimeServiceListFiles` to ensure that all uses of that query have the same key. Among the many issues we...
Closes #4496
- [x] Just after a rename Model/Source resource would be idle with old table name. This lead to us resending the column profile leading to no table found error. Added...
Added two function: 1. `time_range_start(duration, [unit, col])` and `time_range_end(duration, [unit, col])` 2. `time_range` will be added in later phases.
This PR incorporates a variety of updates related to the new Time Super Pill. It started as a refactor of the calendar picker, the original description of which can be...