Skip to content

Commit df9483e

Browse files
github-automation-metabaseMetabase Docs bot
andauthored
[auto] adding content to backport-54-09e2ee40e7bfa21d3b2f2cd7579fff0f9f8c9c0e->release-x.54.x (#345)
Co-authored-by: Metabase Docs bot <[email protected]>
1 parent a010231 commit df9483e

File tree

274 files changed

+807
-807
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

274 files changed

+807
-807
lines changed

_docs/v0.54/configuring-metabase/appearance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,4 +176,4 @@ Metabase will display this illustration when searches don't return any results.
176176

177177
- [Customer-facing analytics](/learn/metabase-basics/embedding).
178178
- [Embedding introduction](../embedding/start).
179-
- [Brand your Metabase](/learn/metabase-basics/embedding/brand).
179+
- [Brand your Metabase](/docs/latest/configuring-metabase/appearance).

_docs/v0.54/configuring-metabase/setting-up-metabase.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Don't worry about picking the wrong option. If you say you're interested in embe
4343

4444
## Gathering your database info
4545

46-
At this point you’ll need to gather some information about the database you want to use with Metabase. We won’t be able to connect to your database without it, but you’d like to deal with all of this later, that’s okay: just click **I’ll add my data later**. Metabase comes with a [Sample Database](/glossary/sample_database) that you can play around with to get a feel for how Metabase works.
46+
At this point you’ll need to gather some information about the database you want to use with Metabase. We won’t be able to connect to your database without it, but you’d like to deal with all of this later, that’s okay: just click **I’ll add my data later**. Metabase comes with a [Sample Database](/glossary/sample-database) that you can play around with to get a feel for how Metabase works.
4747

4848
If you’re ready to connect, here’s what you’ll need:
4949

_docs/v0.54/databases/connecting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Go to **Admin settings** > **Databases** > your database and click **Remove this
7575

7676
## Restoring the Sample Database
7777

78-
If you've deleted the Metabase [Sample Database](/glossary/sample_database), go to **Admin settings** > **Databases** and click **Bring the Sample Database back**.
78+
If you've deleted the Metabase [Sample Database](/glossary/sample-database), go to **Admin settings** > **Databases** and click **Bring the Sample Database back**.
7979

8080
## Troubleshooting
8181

_docs/v0.54/embedding/interactive-embedding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ redirect_from:
2020

2121
**Interactive embedding** is what you want if you want to offer [multi-tenant, self-service analytics](/learn/metabase-basics/embedding/multi-tenant-self-service-analytics).
2222

23-
Interactive embedding is the only type of embedding that integrates with your [permissions](../permissions/introduction) and [SSO](../people-and-groups/start#authentication) to give people the right level of access to [query](/glossary/query_builder) and [drill-down](/learn/metabase-basics/querying-and-dashboards/questions/drill-through) into your data.
23+
Interactive embedding is the only type of embedding that integrates with your [permissions](../permissions/introduction) and [SSO](../people-and-groups/start#authentication) to give people the right level of access to [query](/glossary/query-builder) and [drill-down](/learn/metabase-basics/querying-and-dashboards/questions/drill-through) into your data.
2424

2525
## Interactive embedding demo
2626

_docs/v0.54/embedding/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ If you'd like to share your data with the good people of the internet, admins ca
5353
| Restrict data with [locked filters](./static-embedding-parameters#restricting-data-in-a-static-embed-with-locked-parameters) |||||
5454
| Restrict data with [sandboxes](../permissions/data-sandboxes) |||||
5555
| Use the [drill-through menu](/learn/metabase-basics/querying-and-dashboards/questions/drill-through) |||||
56-
| Self-serve via [query builder](/glossary/query_builder) |||||
56+
| Self-serve via [query builder](/glossary/query-builder) |||||
5757
| View usage of embeds with [usage analytics](../usage-and-performance-tools/usage-analytics) |||||
5858
| [Actions on dashboards](../dashboards/actions) |||||
5959
| Embed individual Metabase components |||||

_docs/v0.54/questions/native-editor/writing-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ See [Caching question policies](../../configuring-metabase/caching#question-cach
113113

114114
[learn-sql]: /learn/sql/working-with-sql
115115
[ref-models]: ./referencing-saved-questions-in-queries
116-
[sample-database-gloss]: /glossary/sample_database
116+
[sample-database-gloss]: /glossary/sample-database
117117
[sql-gloss]: /glossary/sql
118118
[troubleshooting-sql]: ../../troubleshooting-guide/sql
119119
[variable-gloss]: /glossary/variable

_docs/v0.54/questions/query-builder/expressions/converttimezone.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ This section covers functions and formulas that work the same way as the Metabas
194194

195195
### SQL
196196

197-
When you run a question using the [query builder](/glossary/query_builder), Metabase will convert your graphical query settings (filters, summaries, etc.) into a query, and run that query against your database to get your results.
197+
When you run a question using the [query builder](/glossary/query-builder), Metabase will convert your graphical query settings (filters, summaries, etc.) into a query, and run that query against your database to get your results.
198198

199199
If our [timestamp sample data](#creating-custom-report-dates) is a `timestamp without time zone` stored in a PostgreSQL database:
200200

_docs/v0.54/questions/query-builder/expressions/countif.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ You'll also need to set the **Group by** column to "Created Date: Month".
172172

173173
### SQL
174174

175-
When you run a question using the [query builder](/glossary/query_builder), Metabase will convert your query builder settings (filters, summaries, etc.) into a SQL query, and run that query against your database to get your results.
175+
When you run a question using the [query builder](/glossary/query-builder), Metabase will convert your query builder settings (filters, summaries, etc.) into a SQL query, and run that query against your database to get your results.
176176

177177
If our [sample data](#multiple-conditions) is stored in a PostgreSQL database, the SQL query:
178178

_docs/v0.54/questions/query-builder/expressions/datetimeadd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ datetimeAdd([Opened On], 14, "day")
128128

129129
### SQL
130130

131-
When you run a question using the [query builder](/glossary/query_builder), Metabase will convert your graphical query settings (filters, summaries, etc.) into a query, and run that query against your database to get your results.
131+
When you run a question using the [query builder](/glossary/query-builder), Metabase will convert your graphical query settings (filters, summaries, etc.) into a query, and run that query against your database to get your results.
132132

133133
If our [coffee sample data](#calculating-an-end-date) is stored in a PostgreSQL database:
134134

_docs/v0.54/questions/query-builder/expressions/datetimediff.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ This section covers functions and formulas that work the same way as the Metabas
9595

9696
### SQL
9797

98-
When you run a question using the [query builder](/glossary/query_builder), Metabase will convert your graphical query settings (filters, summaries, etc.) into a query, and run that query against your database to get your results.
98+
When you run a question using the [query builder](/glossary/query-builder), Metabase will convert your graphical query settings (filters, summaries, etc.) into a query, and run that query against your database to get your results.
9999

100100
If our [cheese sample data](#calculating-age) is stored in a PostgreSQL database:
101101

0 commit comments

Comments
 (0)