โก Rill Developer is a tool that makes it effortless to transform your datasets with SQL and create fast, exploratory dashboards. Rill Cloud can then help to enable shared collaboration at scale.
To try out Rill Developer, check out these instructions and join us over on Discord to meet the team behind the product as well as other users. In addition, once you have a project set up in Rill Developer, you can then deploy the project and collaborate with others / invite your team members by logging into Rill Cloud!
We have been busy! In between shipping new features and bug fixes we managed to squeeze in a trip to Amsterdam to attend DuckCon #6, thanks to everyone we had the pleasure to chat with and to DuckDB for a great event!
Custom logosโ
You can now replace the Rill logo in Rill Cloud with your own! Either upload a new logo using the UI or via the cli. And yes, we do support gifs (with a hard g). But remember, with great power comes great responsibility...
Refresh sources in Rill Cloudโ
You now have even more fine grained control over source refresh in Rill Cloud directly from within the UI. Either refresh all sources or trigger a refresh of individual sources with just the click of a button.
Quick add in Pivotโ
We all love drag-n-drop but sometimes you just want to go fast. When hovering over dimensions and measures you now have quick add actions to quickly add them to either columns or rows.
Banners!โ
We have added a new banner
property to the explore yaml. This allows you to display a banner in your dashboard when deployed to Rill Cloud, useful if you want to indicate a warning message or to let your users know that the dashboard is under development for example.
Monthly report schedulesโ
You can now send reports on a monthly schedule! That's it.
Bug Fixes and Miscโ
- Measures and dimensions displayed in order specified by explore-dashboard.yaml
- Improved DSN config error messages in Rill Cloud
- Added additional methods for file upload, including multiple file upload support and drag-and-drop
- Added support to test custom attributes within Rill Developer for embedded dashboards
- Added support to limit concurrent source and model execution, defaulting to 1 (rill.models.concurrent_execution_limit)
- Added support for monthly reports in scheduled reports
- Added ability to refresh a metrics view, similar to source and model
- Added more driver connection options for ClickHouse
- Improved UX: Warning message no longer shown when not switching models in the visual editor
- Improved UI: Cleaned up unusable search bar in the Rill Cloud UI
- Revised GitHub app implementation; removing the application from a repository does not delete it
- Increased timeouts to allow temporary disk space cleanup to complete properly
- Fixed bug where hovering over dashboard would result in 'Invalid Type' if a security policy was enabled and user viewing couldn't see contents
- Fixed bug where identical variables could be created in the Rill Cloud environment variable page
- Fixed bug in visual editors lagging one click behind
- Fixed bug in visual editors where null values were populated and reordering measures didn't apply
- Fixed issue with public URLs not containing dependent measures, causing dashboards to fail to load
- Fixed issue with Snowflake driver not responding to cancellation; also reduced the amount of data kept in memory during downloads
- Fixed bug with public URL date selection now working as expected
- Fixed bug in Rill Cloud where some project labels were not loaded in breadcrumbs
- Fixed bug in the status page caused by multiple identical error messages
- Fixed embedded dashboards without a time series column
- Fixed issue related to disk leaks
- Added additional end-to-end (E2E) testing