rill
rill copied to clipboard
Rill is a tool for effortlessly transforming data sets into powerful, opinionated dashboards using SQL. BI-as-code.
We'll be adding "remote source" before long, which enable the user to easily connect to http, gcs, or s3 and establish a refreshable source into Rill Developer. This issue will...
This should be one of the first routes we add to the application.
Running `rill start` shows this error when port 8080 is already in use: To reproduce, run `rill start` in two separate terminal windows. I'd expect a friendly error message to...
Steps to reproduce: Put in this synthetic model: ```sql SELECT generate_series as ts, sin(extract('year' from generate_series) * extract('dayofyear' from generate_series)) as number, CASE when random() > .5 THEN 'a' ELSE...