rill
rill copied to clipboard
Rill is a tool for effortlessly transforming data sets into powerful, opinionated dashboards using SQL. BI-as-code.
**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...
Addresses #936 @AdityaHegde, can you review the code? @magorlick, can you review the UX?
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.
**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...
- [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...
**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...