rill
rill copied to clipboard
Rill is a tool for effortlessly transforming data sets into powerful, opinionated dashboards using SQL. BI-as-code.
**Describe the bug** Deleting a model that is being profiled cause the backend to crash and the UI to hang. Terminal running the backed shows the following: ``` TypeError: Cannot...
**To Reproduce** - start a query on a large enough dataset that it takes a while for profiling results to return e.g. `select * from nyc311_reduced` - try hovering on...
Important: interacting with the preview table, say clicking "sort descending by column1", should modify the SQL query in the Editor and add an "ORDER BY" clause.
**Is your feature request related to a problem? Please describe.** We currently automatically build rill-binaries for x86 and upload them to assets section in a release. **Describe the solution you'd...
Add description and failure message from duckdb when table import fails Part of #377
**Initiative** We would like to build as transparently as possible with the open source community. To better communicate our plans, we will be creating an open roadmap that outlines what...
**Issue** Once we have working binaries we need to update our user-facing documentation to clarify the install flow. **Importance** If we don't tell users how to access the new features...
References: - https://codemirror.net/docs/ref/#autocomplete.Completion.detail - https://codemirror.net/docs/ref/#autocomplete.Completion.info - https://codemirror.net/docs/ref/#autocomplete.Completion.type - https://codemirror.net/docs/ref/#autocomplete.autocompletion^config.icons