rill icon indicating copy to clipboard operation
rill copied to clipboard

Rill is a tool for effortlessly transforming data sets into powerful, opinionated dashboards using SQL. BI-as-code.

Results 784 rill issues
Sort by recently updated
recently updated
newest added

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.

_application_
task

**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...

_application_
epic

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...

_application_
epic

see #329 for details

dev
_application_
task

see #329 for details

dev
_application_
task

see #329 for details

dev
_application_
task

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.

_application_
task