Skip to content

Commit 9dce8a0

Browse files
github-automation-metabaseMetabase Docs bot
andauthored
[auto] adding content to master->master (#775)
Co-authored-by: Metabase Docs bot <[email protected]>
1 parent e6b93f8 commit 9dce8a0

File tree

16 files changed

+340
-331
lines changed

16 files changed

+340
-331
lines changed

_docs/master/data-modeling/models.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,12 @@ There are some limitations to this indexing:
126126

127127
You can edit a model's query by clicking on the down arrow next to the model's name and clicking on **Edit query definition**. When you're doing editing, be sure to save your changes. Unlike questions, which prompt you to save as a new question, any changes here will overwrite the existing model. If you want to create a new model from an existing model, select **Duplicate this model** from the model sidebar (the icon of two overlapping squares).
128128

129+
### Checking for for breaking changes
130+
131+
> {% include plans-blockquote.html feature="Checking for breaking changes" %}
132+
133+
When you save changes to a model, Metabase will try to detect whether your changes would break any other entities that depend on that model. For example, if you remove a column from the model, but other questions based on that model rely on that column, Metabase will warn you that those downstream questions will break.
134+
129135
## Model list view
130136

131137
![Viewing a model as a list](./images/model-list.png)
148 KB
Loading
153 KB
Loading
148 KB
Loading
189 KB
Loading

_docs/master/installation-and-operation/remote-sync.md

Lines changed: 126 additions & 153 deletions
Large diffs are not rendered by default.

_docs/master/permissions/impersonation.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ For now, impersonation access is only available for the following databases:
2525
- PostgreSQL. If you're using views in PostgresSQL, the row-level security policies on views will only work on Postgres versions 15 and higher.
2626
- Redshift
2727
- Snowflake
28-
- SQL Server.
28+
- SQL Server
29+
- Starburst/Trino.
2930

3031
If you want to switch database _connections_ based on who is logged in, check out [Database routing](./database-routing).
3132

_docs/master/questions/introduction.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,12 @@ Questions that live in a dashboard are only visible in that dashboard. These que
6161

6262
Questions saved to a collection can be added to multiple dashboards. Moving a question from one collection to another collection won't have any effect on the dashboards the question has been added to. To save a question to a collection, you'll need to be in a group with [curate access](../permissions/collections#curate-access) to that collection.
6363

64+
### Checking for for breaking changes
65+
66+
> {% include plans-blockquote.html feature="Checking for breaking changes" %}
67+
68+
When a question, model, or metric is saved, Metabase will try to detect whether the changes you made would break any dependent entities. For example, if you removed a column from a question that other questions rely on, Metabase will warn you that those downstream questions will break.
69+
6470
## Moving questions from collections to dashboards (and vice versa)
6571

6672
Whether you can move a question in a collection into a dashboard depends on how many other dashboards use that question.

_site/docs/master/data-modeling/models.html

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5037,6 +5037,36 @@ <h2 id="edit-a-models-query">Edit a model’s query</h2>
50375037

50385038
<p>You can edit a model’s query by clicking on the down arrow next to the model’s name and clicking on <strong>Edit query definition</strong>. When you’re doing editing, be sure to save your changes. Unlike questions, which prompt you to save as a new question, any changes here will overwrite the existing model. If you want to create a new model from an existing model, select <strong>Duplicate this model</strong> from the model sidebar (the icon of two overlapping squares).</p>
50395039

5040+
<h3 id="checking-for-for-breaking-changes">Checking for for breaking changes</h3>
5041+
5042+
<blockquote>
5043+
5044+
</blockquote>
5045+
5046+
<div class="bootstrap">
5047+
<div class="plans-blockquote bg-blue-95 rounded-3 p-6 d-flex flex-row border border-1 border-primary">
5048+
<svg class="" width="24" height="24" viewBox="0 0 26 26" fill="none">
5049+
<path d="M12 13V15" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke="#509EE3"></path>
5050+
<path d="M12 10C12.5523 10 13 9.55228 13 9C13 8.44772 12.5523 8 12 8C11.4477 8 11 8.44772 11 9C11 9.55228 11.4477 10 12 10Z" fill="#509EE3"></path>
5051+
<path d="M12 19.25C16.0041 19.25 19.25 16.0041 19.25 12C19.25 7.99594 16.0041 4.75 12 4.75C7.99594 4.75 4.75 7.99594 4.75 12C4.75 16.0041 7.99594 19.25 12 19.25Z" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" stroke="#509EE3"></path>
5052+
</svg>
5053+
5054+
5055+
5056+
5057+
5058+
5059+
<p class="m-0 ms-2 paragraph-5 neutral-40">
5060+
Checking for breaking changes is only available on
5061+
<a class="fw-bold" href="/product/pro">Pro</a> and
5062+
<a class="fw-bold link-purple" href="/product/enterprise">Enterprise</a>
5063+
plans (both self-hosted and on Metabase Cloud).
5064+
</p>
5065+
</div>
5066+
</div>
5067+
5068+
<p>When you save changes to a model, Metabase will try to detect whether your changes would break any other entities that depend on that model. For example, if you remove a column from the model, but other questions based on that model rely on that column, Metabase will warn you that those downstream questions will break.</p>
5069+
50405070
<h2 id="model-list-view">Model list view</h2>
50415071

50425072
<p><img src="./images/model-list.png" alt="Viewing a model as a list"></p>
148 KB
Loading

0 commit comments

Comments
 (0)