rill
rill copied to clipboard
Rill is a tool for effortlessly transforming data sets into powerful, opinionated dashboards using SQL. BI-as-code.
https://www.notion.so/rilldata/Support-custom-parameterized-SQL-APIs-256cf2afe851443da46ed861836aa4c0
JAM video: https://jam.dev/c/7caa6124-464b-4208-be58-295ecb67d8ec In the video, note that filtering for "New cases" > 0, both 'Panama' (50 new cases) and 'Turks and Caicos Islands' (10 new cases) get filtered out....
Our current state management package suffers from unnecessary derived store updates, which has numerous downstream performance impacts. It's described in "Problem 1" of https://github.com/rilldata/rill/issues/3960. Rather than one monolithic store to...
Our current state management package suffers from unnecessary derived store updates, which has numerous downstream performance impacts. It's described in "Problem 1" of #3960. We have a hypothesis that Immer...
[As described in Slack](https://rilldata.slack.com/archives/C02T907FEUB/p1704802388816389)
This happens because of a race condition: we're refreshing the JWT and firing runtime queries at the same time. To fix: 1. When setting a runtime JWT in the client-side...
Request from Slack: When we show a full page error in the cloud UI, could we find a way to show the actual/detailed error message on the error page (could...
**Problem** Today when defining custom ranges you can define ISO durations that uses Max(timestamp)/Today as the end period. We should introduce the ability to define a custom end period/offset so...