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.** Canvas markdown components currently only support static content. This makes it impossible to create certain rich canvas experiences. As a...

INSERT DESCRIPTION HERE **Checklist:** - [ ] Covered by tests - [ ] Ran it and it works as intended - [ ] Reviewed the diff before requesting a review...

matching ``` { "caller": "jobexecutor/job_executor.go:341", "level": "error", "job_id": 69807, "error": "failed to delete github ", "job_kind": "delete_unused_github_repos", "ts": "2025-12-04T00:00:17.869Z" } ``` **Checklist:** - [ ] Covered by tests - [...

The additional Information is way to big for sqlite error messages, made it a hoverable message and slightly shrunk error window. Other option is to make sqlite modals lightly bigger...

Move dependencies to the correct location based on Svelte conventions.

Allows a user to generate Cursor rules for Rill projects with the CLI. - Adding Cursor rules to an existing project - Generating an empty project with Cursor rules ```bash...

Fixes APP-613 The `rill project partitions` command's `--page-token` failed because the `ExecutedOn` timestamp was not correctly marshaled into the pagination token, leading to a `Time.UnmarshalJSON` error. This PR updates the...

INSERT DESCRIPTION HERE **Checklist:** - [ ] Covered by tests - [ ] Ran it and it works as intended - [ ] Reviewed the diff before requesting a review...

Adds project wide theme. - Adds `theme` in rill.yaml - AI Viz uses the project theme - For dashboards, inline theme -> referenced theme -> rill.yaml defaults -> theme in...

Support query specific attributes for ClickHouse. This enables end users to enrich queries and leverage our internal routing to our `row_filters`. ClickHouse Docs: [custom settings](https://clickhouse.com/docs/operations/settings/query-level#custom_settings) > Example with ClickHouse SQL...