rilldata / rill

Rill is a tool for effortlessly transforming data sets into powerful, opinionated dashboards using SQL. BI-as-code.
https://www.rilldata.com
Apache License 2.0
1.57k stars 112 forks source link

Custom Dashboards: Variables and Filtering #5231

Open ericpgreen2 opened 2 weeks ago

ericpgreen2 commented 2 weeks ago

https://www.notion.so/rilldata/Passing-arguments-in-Custom-Dashboard-88a274c7c48c44dc8980c00e24d64ad7

mindspank commented 2 weeks ago

Here is a POC branch: https://github.com/rilldata/rill/tree/feat/variable-poc

I would expect that we need new runtime endpoints. The POC takes a fairly naive approach to resolving a resource based on some input params.

The things that were outstanding in POC were wiring up the custom dash to dispatch only required params to components as well as setting up some store to manage it client side.