rill
rill copied to clipboard
Rill is a tool for effortlessly transforming data sets into powerful, opinionated dashboards using SQL. BI-as-code.
We should offer this functionality for publicly available files: ```bash rill import-source https://storage.googleapis.com/my-public-data-folder/flights.parquet ``` Analogous to pandas's `pd.read_csv(url)` and `wget`
When I start typing a measure, it instantly pops up a triangle icon that says "this expression is empty". Only when I press enter does the validation message display correctly....
We have zero documentation on this, nor do we have links from the metrics config. This would be quite useful for users, who will surely be confused.
- clicking on a metrics thing on the left sidebar should go to the dashboard if the dashboard is valid - if it isn't valid, it should go to the...
I was building a metric model for a military spending dataset I had on my computer, and noticed that the total dollars obligated was > 1 trillion. We can support...
Add keywords mentioned here https://github.com/duckdb/duckdb/tree/master/third_party/libpg_query/grammar/keywords to Rill Developer's code editor. - Add all reserved keywords for highlighting - Pick and choose keywords for autocomplete
Currently, if I create a dataset that has no viable dimension columns (no `CATEGORICALS` basically) we don't let the user go to the dashboard. We should do one of two...
**Describe the bug** Postgres SQL syntax styling is misdirecting users in how to omit columns in duckDB SELECT statements. **To Reproduce** Steps to reproduce the behavior: 1. open a model...