Benjamin Egelund-Müller
Benjamin Egelund-Müller
### Summary Here and there in our control-plane GraphQL server schemas, there are some non-future-proof constructs. We might as well address them now, to avoid breaking client changes. ### Risks...
### Summary The client APIs for dealing with tables has gotten a little too nested and intricate. This issue investigates if we can settle on a flatter and more straightforward...
### Problem to solve and solution We want record deletes and strongly consistent writes. Would be really useful for e.g. checkpointers. ### Proposed solution and changes WIP: - Rewrite engine...
- [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** 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...
High-level changes: - You can now configure the OLAP connector in `rill.yaml` instead of using the `--db-driver` flag: ```yaml # rill.yaml olap_connector: clickhouse ``` - When running `rill env configure`,...
- Sets the TTL of JWTs issued for the UI and CLI to 30 minutes - This TTL can be overridden if necessary using the new `access_token_ttl_seconds` parameter for the...
See context in [Slack](https://rilldata.slack.com/archives/CTZ8XBQ85/p1696341003527459?thread_ts=1696340088.746889&cid=CTZ8XBQ85)
See details in [this Slack message](https://rilldata.slack.com/archives/CTCJ58H3M/p1705694584090269)