Skip to main content

Rill 0.14 โ€“ Remote sources with https and better errors

ยท 2 min read
note

โšก Rill Developer is a tool that makes it effortless to transform your datasets with SQL and create powerful, opinionated dashboards. These are our release notes for our 0.14 release, still in Tech Preview.

To try out Rill Developer, check out these instructions and let us know over on Discord if you encounter any problems or have ideas about how to improve Rill Developer!

In this release we focus on making even more data sources accessible and fresh within Rill. We have expanded the functionality of our source connections to include both compressed files and public data sources that can be accessed through http(s).

  • Remote connections to http(s) โ€” In release 0.13 we introduced remote connections to create sources from parquet and csv files stored in GCS or S3. In this version of Rill we add the ability to connect to public http(s) sources and refresh them with the click of a button. This can be very useful when you are trying to pick up a dataset that is posted online by a third party but is not available in your data warehouse.
  • Remote connections work with gzipped files โ€” We often compress data files when we store them to reduce the size of the file and the cost associated with data storage. With this release we support the ability to directly pull in gzipped files without having to decompress them first.
  • Appropriate 404 errors โ€” When we introduced routing in release 0.11 we changed the way we were handling error messages. We heard you when you told us that the 404 errors it introduced were confusing didnโ€™t help you get to the next step in your analysis. To fix this we took another close look at our error handling and ensured that modeling and dashboard validation errors were presented instead of routing errors with specific messages that help you troubleshoot.