rill
rill copied to clipboard
Rill is a tool for effortlessly transforming data sets into powerful, opinionated dashboards using SQL. BI-as-code.
**Issue** When you start the application there is a latency between the localhost address becoming available and the application being ready for engagement. This creates a confusing user experience when...
**Describe the bug** there are a few data types described on the Dutch DB website that are not accounted for in our duck DB data type mapping code. see [`src\lib\duckdb-data-types.ts`](https://github.com/rilldata/rill-developer/blob/main/src/lib/duckdb-data-types.ts)...
both of these folders contain just a handful of shell scripts; we can unify these into a single folder (discussed during SF workweek repo review)
someone needs to look at `lib/utils` vs `common/utils` and decide whether we need both or we should merge all these utils into one folder; and if we do need to...
namely: - drag.js - types.ts - duckdb-data-types.ts
@hamilton mentioned that the `app.css` has a lot of extra stuff and should be cleaned out. (discussed during SF workweek repo review)
Makes small adjustment to alert preview table. - [x] Refactor to remove too much code from component. - [x] Pass in split by time grain. - [x] Pass in measure...
Create Alert dialog - [ ] Pre-fill dimension from the selected dimension table - [ ] Pre-fill measure from leaderboard measure - [ ] Use the selected time grain in...
Closes #3876 This PR ensures a fresh JWT before firing requests to a Runtime server. This helps avoid the race condition mentioned in the above issue. This PR assumes a...