Skip to content

Commit a96897c

Browse files
github-automation-metabaseMetabase Docs bot
andauthored
[auto] adding content to docs-create-model-changes->master (#646)
Co-authored-by: Metabase Docs bot <[email protected]>
1 parent 660ef2a commit a96897c

File tree

2 files changed

+18
-10
lines changed

2 files changed

+18
-10
lines changed

_docs/master/data-modeling/models.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,14 @@ Models you create are automatically [pinned to the current collection](../explor
4747

4848
### Create a model from scratch
4949

50-
1. In the upper right, click **New +** > **Model**.
51-
2. Choose either the query builder or a native query (if you want to use SQL). The advantage of using the query builder is that Metabase will be able to fill out some of the metadata for you; if you use SQL, you'll have to fill out that metadata manually.
52-
3. Select your data.
53-
4. Create and save your query.
50+
- Navigate to the Models tab in the sidebar. You might have to open it using the button in the top left, then scroll down to the section labeled **Data**, and pick **Models**. Then click on the **+** button in the top right.
51+
- Or open the [command palette](/docs/latest/exploration-and-organization/exploration#command-palette) and type "model." Then click on the **New model** action.
52+
53+
Now choose either the query builder or a native query (if you want to use SQL). The advantage of using the query builder is that Metabase will be able to fill out some of the metadata for you; if you use SQL, you'll have to fill out that metadata manually.
54+
55+
Next, select your data, create your query, and save it.
56+
57+
Models you create are automatically [pinned to the current collection](../exploration-and-organization/collections#pinned-items).
5458

5559
### Create a model from a saved question
5660

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

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4943,12 +4943,16 @@ <h2 id="create-a-model">Create a model</h2>
49434943

49444944
<h3 id="create-a-model-from-scratch">Create a model from scratch</h3>
49454945

4946-
<ol>
4947-
<li>In the upper right, click <strong>New +</strong> &gt; <strong>Model</strong>.</li>
4948-
<li>Choose either the query builder or a native query (if you want to use SQL). The advantage of using the query builder is that Metabase will be able to fill out some of the metadata for you; if you use SQL, you’ll have to fill out that metadata manually.</li>
4949-
<li>Select your data.</li>
4950-
<li>Create and save your query.</li>
4951-
</ol>
4946+
<ul>
4947+
<li>Navigate to the Models tab in the sidebar. You might have to open it using the button in the top left, then scroll down to the section labeled <strong>Data</strong>, and pick <strong>Models</strong>. Then click on the <strong>+</strong> button in the top right.</li>
4948+
<li>Or open the <a href="/docs/latest/exploration-and-organization/exploration#command-palette">command palette</a> and type “model.” Then click on the <strong>New model</strong> action.</li>
4949+
</ul>
4950+
4951+
<p>Now choose either the query builder or a native query (if you want to use SQL). The advantage of using the query builder is that Metabase will be able to fill out some of the metadata for you; if you use SQL, you’ll have to fill out that metadata manually.</p>
4952+
4953+
<p>Next, select your data, create your query, and save it.</p>
4954+
4955+
<p>Models you create are automatically <a href="../exploration-and-organization/collections#pinned-items">pinned to the current collection</a>.</p>
49524956

49534957
<h3 id="create-a-model-from-a-saved-question">Create a model from a saved question</h3>
49544958

0 commit comments

Comments
 (0)