forked from rilldata/rill
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* release notes and docs changes * Update 0.19.md * Update 0.19.md * formatting changes Co-authored-by: Marissa Gorlick <marissagorlick@MacBook-Pro-2.lan>
- Loading branch information
Showing
2 changed files
with
41 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
--- | ||
|
||
date: 2023-01-18 | ||
image: https://user-images.githubusercontent.com/5587788/213252791-17125a21-52c9-4821-9005-981c9b1e94ca.png | ||
|
||
--- | ||
|
||
# Rill 0.19 – Embed data sources in models | ||
|
||
:::note | ||
⚡ Rill Developer is a tool that makes it effortless to transform your datasets with SQL and create powerful, opinionated dashboards. | ||
|
||
To [try out Rill Developer, check out these instructions](/#pick-an-install-option) and [let us know over on Discord](https://bit.ly/3bbcSl9) if you encounter any problems or have ideas about how to improve Rill Developer! | ||
::: | ||
|
||
![embed-source](https://user-images.githubusercontent.com/5587788/213253704-497451bb-bc13-46a0-890f-59c935c95c1f.gif "790508438") | ||
|
||
|
||
This release of Rill Developer introduces a new way to start your analysis by directly embedding sources into model `FROM` statements. This means you can jump directly into your data project without fiddling with the inputs and tabs needed to manually create a source reference through our modal. With embedded sources, we check for valid URIs to ingest and cache the source in Rill Developer to keep things incredibly fast as you elaborate upon your query. The result is a magical, fast, frictionless querying experience from the moment you identify an interesting data set. | ||
|
||
- **Embed sources directly into models —** *Fast and simple* are core value here at Rill. To this end, we are introducing an experimental feature where you can define your source directly in the model. The ability to embed sources in models eliminates the navigation complexity of sources and makes it easy to jumpstart modeling with a simple `FROM` statement and a `uri`: | ||
|
||
```bash | ||
FROM "s3://bucket/partition.parquet" | ||
``` | ||
|
||
— check it out and let us know what you think on [Discord](https://bit.ly/3bbcSl9)! *Note that embedded sources do not have total feature parity with parameters explicitly defined sources in the modal.* | ||
|
||
- **Create dashboards without timeseries data —** Data comes in all shapes and sizes, however historically our dashboard had hard requirements around the types needed to create an interactive dashboard - primarily a timeseries column to generate temporal line charts. Though the dashboard was designed with time series line charts in mind, digging into catalogs and lookup table metrics can be incredibly useful for for understanding what is available and how to refine dimension value labels for consumption by people. To support this workflow, we have relaxed timeseries constraints and it is now possible to present leaderboards and big-numbers without charts. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters