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.73k stars 117 forks source link

fix: templated uri dimension by making a request #6094

Closed AdityaHegde closed 2 days ago

AdityaHegde commented 3 days ago

closes #5282

For URI dimensions we need to add a measure to get the final value after templating is done. This PR replaces the current implementation of replacing the template in frontend to backend.