rill
rill copied to clipboard
Rill is a tool for effortlessly transforming data sets into powerful, opinionated dashboards using SQL. BI-as-code.
Addresses #346. Note that there are some cases in the code where I keep the "table" terminology – where it specifically refers to database tables and not our semantic user-facing...
To address this incrementally: - Show 100 results instead of 25 - Add manual pagination - Add infinite scroll Possibly skip manual pagination and go directly to infinite scroll.
**Initiative** An [investigation of our code editor](https://www.notion.so/rilldata/Choosing-a-SQL-Editor-09f2b98a3337464caf233a0697e07a68) decision revealed several features that would be good to instrument to enhance our code editing experience. @ericpgreen2 will create the feature issues related...
Currently, we throw an error if a CSV cannot perfectly parse. This is because of how DuckDB's CSV parser works today. There are two options: - wait for the DuckDB...
as per https://github.com/rilldata/rill-developer/pull/201#discussion_r879492327 We should move these queries to be their own individual async functions that run the queries, separate from the actions of the application.