Skip to main content

Rill 0.64 - Export metadata headers, search in Pivot pills, User groups when sharing and more

ยท 3 min read
note

โšก 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 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!

release-0 64

User Groups When Sharingโ€‹

When sharing a dashboard or project, you now have access to user groups in addition to individual users. This makes it even easier to share your project with a larger number of users at once.

Export Metadata Headersโ€‹

When scheduling reports, you can now choose to include a metadata header in your file. The header will contain information about the applied filters, time range, and the dashboard being exported. This is useful for tracking the state of the dashboard at the time the report was created. The same feature will soon be available for ad-hoc exports as well!

Searching in Pivot Pillsโ€‹

You can now search directly within the row and column add dialogs. It was already fast to create a table, now it's even faster!

Filter Pills for Local Filters in Canvasโ€‹

When you add a local filter to a widget in a Canvas dashboard, it will now be represented as an inline filter pill inside the widget. This helps end users understand which filters are active for that specific widget.

Support for AWS STS Authentication in Connectorsโ€‹

We now support AWS STS authentication for our DuckDB and S3 connectors. You can find more details in our documentation.

Cell Inspector for Long Dimension Valuesโ€‹

Sometimes, long dimension values are truncated in leaderboards and tables. You can now press the spacebar to toggle the Cell Inspector, which reveals the full value of the cell. This is especially useful when dealing with JSON values or log messages.

Bug Fixes and Miscโ€‹

  • Canvas:
    • Added filter chips to local filtered components.
    • Updated Vega Config default text due to changes in logic and UI capabilities.
    • Fixed Heatmap components where unnested dimension used on x-axis.
  • Models output to default OLAP by default, for mulitple OLAP project, output is required.
  • Limit ClickHouse databases with database_whitelist, improved performance.
  • Improved parsing of number with leading zeroes.
  • Added Canvas and API resource to rill.yaml's defaults.
  • Added ability to sort the table in Status page.
  • Added new CLI commands for user access tokens. rill token ....
  • Added hover intent logic to Cloud dashboard's display tooltip.
  • Added rill project clone command.
  • Cleanup of object store utilities.
  • Fixed the refresh time in Canvas Dashboards.
  • Fixed issue where YAML defaults not loaded in embedded dashboard on first load.
  • Fixed issue with multi-language time pill due to local language setting.
  • Fixed timing issue with opened alerts and reports.
  • Fixed issue in Rill Developer where inspector would not show for partially loaded incremental models.
  • Fixed issue where un-set bookmark would not apply default YAML specs.