Skip to content

Commit

Permalink
Fixing breaking change note (#4841)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewRTsao authored May 6, 2024
1 parent 413b111 commit 3a0b8c2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/blog/0.44.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@ As your project grows with more sources, models and dashboard we wanted to allow
Want to group related sources, models and dashboards by data source or department? Now you can!

### Breaking Change
As part of the new Rill Developer we have introduced a new keyword `type` that defines the type of file.
For existing projects your files will continue to work as is but if you want to move your files into a new or different directory then make sure you have either `type: source` for sources or `type: metrics_view` for Explore dashboards defined.
This change is not backwards compatible with Rill releases prior to 0.44.

As part of our new Rill Developer overhaul, we have introduced a new keyword `type` that defines the type of file. Please note that existing projects _will continue to work as is_ but if you wish to move your assets to new, non-native directories, then make sure you have either `type: source` added to your source YAML file or `type: metrics_view` added to your dashboard YAML file. Otherwise, the file explorer will complain about the resource type not being defined. Additionally, this change is **not** backwards compatible with Rill releases prior to v0.44.

## Alternative visualizations
When drilling into a metric you can now visualize and compare the metric as a grouped or stacked bar chart or as an area chart. This gives you more freedom to choose the visualization type that is the perfect fit for your data and use-case.
Expand Down

0 comments on commit 3a0b8c2

Please sign in to comment.