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

**Is your feature request related to a problem? Please describe.** Does it support Postgres based TimescaleDB's [hypertable](https://docs.timescale.com/timescaledb/latest/how-to-guides/hypertables/about-hypertables/)? **Describe the solution you'd like** Support for TimescaleDB's hypertable **Additional context** This should...

request

Addresses #936 @AdityaHegde, can you review the code? @magorlick, can you review the UX?

_application_

Added a new component ConfigProvider. Currently takes a config object or an explore url. It creates a RootConfig object with explore url if provided else uses the config object override.

follow up on https://github.com/rilldata/rill-developer/pull/896 This just supports syntax parsing nothing more.

_platform_

**Job to be Done —** Users that are writing a model receive keystroke-by-keystroke feedback in the workspace can’t see the last valid result set to help them troubleshoot the current...

TODOs: - [ ] Refactor notifications to allow for *persistent* notifications 1. The notification store data model needs to be updated 2. We need a `PersistentNotifcation` component (which includes an...

_application_

- [x] Add shim that forwards DuckDB queries in Node.js backend to runtime - [x] Start runtime as a subprocess in Node.js backend - [x] Add `postinstall` script that downloads...

Addresses: https://github.com/rilldata/rill-developer/issues/861

**Issue** Null strings and their selection is handled differently today. Refer to attached screenshots. **Screenshots** Small table - A null value in selected state - ![Screenshot 2022-09-20 at 3 49...

task

**Issue** Currently, the root of `rill-developer` is a regular NPM project for the Svelte/Node local app with code in `build-tools`, `scripts`, `src`, `static`, `test`. Since we have moved to a...

task