Rill 0.85 - Snowflake Live Connector, First Mile Flow, Preview Mode
โก Rill Developer lets you transform datasets with SQL and build fast, exploratory dashboards. Rill Cloud enables collaboration at scale.
๐ Install Rill Developer โข Join our Discord โข Deploy to Rill Cloud

Snowflake Live Connectorโ
You can now create metrics views directly on Snowflake via the new live connector, expanding Rill's OLAP support beyond ClickHouse and DuckDB.
Improved First Mile Experienceโ
The onboarding experience has been improved to make getting started with Rill smoother and more guided.
Preview Mode for Rill Developerโ
A new Preview Mode lets you preview your dashboards locally before deploying, giving you a faster feedback loop during development.
Window Support for Glob Partitionsโ
You can now use start and end to filter glob partitions by path range, making it easy to process only a specific window of data:
#models/s3_model.yaml
#Fixed: Hard-coded start path
partitions:
glob:
path: s3://bucket/year=*/month=*/day=*
start: s3://bucket/year=2026
# Dynamic: Last 180 entries, i.e. 180 days
partitions:
glob:
path: s3://bucket/year=*/month=*/day=*
last: 180
Cmd+J to Toggle AI Chatโ
Use Cmd+J (or Ctrl+J) to quickly toggle the AI chatbot from anywhere in the app.
Bug Fixes and Improvementsโ
Explore / Dashboardsโ
- Fixed tooltip formatting for measure values across leaderboard, dimension table, and pivot table
- Fixed pivot table sort state lost on refresh
- Fixed explore preview showing 404 instead of reconcile error on navigation
- Fixed singleton points disappearing when connect sparse data is enabled
- Fixed not listing all public URLs
- Improved empty dashboard error message for NULL timestamps
Canvasโ
- Fixed canvas
CanvasProviderre-mount on breadcrumb navigation so custom themes apply - Ported legacy TDD charts to canvas charts
- Removed legacy canvas RPCs
- Added KPI delta theme tokens
AI / LLMโ
- Fixed chat context picker not getting the full Svelte context
- Fixed chat context component missing runtime client
- Fixed show AI chat toggle on Canvas dashboards for non-logged-in users
- Fixed citation URL when MetricsViewTimeRange data is missing
- Added MCP tool annotations to AI tool specs
- Nicer hints and errors in
rill query
Connectorsโ
- Fixed glob last not correctly picked
- Added listing directory using glob
- Added connector form advanced keys in dropdown
Rill Developerโ
- Fixed workspace UI errors not shown
Cloudโ
- Fixed avatar dropdown menu positioning and inconsistent font weights
- Fixed download report crashing the app
- Fixed undefined checked value binding breaking forms
- Fixed enforce from admin service in variables based on editable deployment
- Do case insensitive comparison of resource name in security checks
- Hidden Discord and support links in embedded contexts
Infrastructureโ
- Pinned axios to exact version after npm supply chain attack
- Security vulnerability fixes (Go JOSE, library upgrades)