Skip to content

Commit 7c485d1

Browse files
github-automation-metabaseMetabase Docs bot
andauthored
[auto] adding content to master->master (#825)
Co-authored-by: Metabase Docs bot <[email protected]>
1 parent c966f91 commit 7c485d1

File tree

291 files changed

+1872
-992
lines changed

Some content is hidden

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

291 files changed

+1872
-992
lines changed

_docs/master/api.json

Lines changed: 445 additions & 5 deletions
Large diffs are not rendered by default.

_docs/master/data-modeling/editable-tables.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,16 @@ Admins can enable editable table data in Metabase.
1818

1919
![Edit table](./images/edit-table.png)
2020

21+
## Databases that support editable tables
22+
23+
Currently, editable tables are available for the following databases:
24+
25+
- PostgreSQL
26+
- MySQL
27+
- Metabase Sample Database
28+
2129
## Setting up editable tables
2230

23-
_Currently, editable table data is only available for PostgreSQL and MySQL._
2431

2532
To set up table editing, admins can:
2633

_docs/master/developers-guide/e2e-tests.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -129,28 +129,27 @@ One great feature of Cypress is that you can use the Chrome inspector after each
129129

130130
`yarn build` and `yarn build-hot` each overwrite an HTML template to reference the correct JavaScript files. If you run `yarn build` before building an Uberjar for Cypress tests, you won’t see changes to your JavaScript reflected even if you then start `yarn build-hot`.
131131

132-
### Running Cypress on M1 machines
132+
### Running Cypress on Apple Silicon
133+
134+
You might run into problems when running Cypress on Apple Silicon processors.
133135

134-
You might run into problems when running Cypress on M1 machine.
135136
This is caused by the `@bahmutov/cypress-esbuild-preprocessor` that is using `esbuild` as a dependency. The error might look [like this](https://github.com/evanw/esbuild/issues/1819#issuecomment-1018771557). [The solution](https://github.com/evanw/esbuild/issues/1819#issuecomment-1080720203) is to install NodeJS using one of the Node version managers like [nvm](https://github.com/nvm-sh/nvm) or [n](https://github.com/tj/n).
136137

137-
Another issue you will almost surely face is the inability to connect to our Mongo QA Database. You can solve it by providing the following env:
138+
Another issue you will almost surely face is the inability to connect to our Mongo QA Database. The supported Docker image is incompatible (AMD64). You can solve it by providing the following env:
138139

139140
```shell
140141
export EXPERIMENTAL_DOCKER_DESKTOP_FORCE_QEMU=1
141142
```
142143

143-
### Running tests that depend on Docker images
144+
Please note that some users experienced Mongo connection timeouts even with this env var set. If that happens, try using OrbStack instead of Docker Desktop.
144145

145-
A subset of our tests depend on the external services that are available through the Docker images. At the time of this writing, those are the three supported external QA databases, Webmail, Snowplow and LDAP servers. The default cypress command will spin up all necessary docker containers for these tests to function properly, but you can toggle them off if you want
146+
### Running tests that depend on Docker images
146147

147-
```sh
148-
START_CONTAINERS=false yarn test-cypress
149-
```
148+
A large portion of our tests depend on the external services that are available through the Docker images. At the time of this writing, those are the three supported external QA databases, Webmail, Snowplow and LDAP servers. See `e2e/test/scenarios/docker-compose.yml` for up to date information. The default cypress command will spin up all necessary Docker containers for the tests to function properly. You can manually set up the e2e environment without them but be aware that you will run into test failures.
150149

151150
### Running tests with Snowplow involved
152151

153-
Tests that depend on Snowplow expect a running server. This is enabled by default. You can manually enable them as well by spinning up the snowplow micro docker container and setting the appropriate environment variables:
152+
Tests that depend on Snowplow expect a running server. This is enabled by default. You can manually enable them as well by spinning up the Snowplow micro Docker container and setting the appropriate environment variables:
154153

155154
```
156155
docker-compose -f ./snowplow/docker-compose.yml up -d

_site/docs/all.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ <h6>Embedded Analytics</h6>
297297

298298
<div>
299299
<span class="menu-link-heading">
300-
Analytics dashboards
300+
Dashboards and reporting
301301
</span>
302302

303303

@@ -1038,7 +1038,7 @@ <h6>Embedded Analytics</h6>
10381038

10391039
<div>
10401040
<span class="menu-link-heading">
1041-
Analytics dashboards
1041+
Dashboards and reporting
10421042
</span>
10431043

10441044

@@ -5770,7 +5770,7 @@ <h6>Features</h6>
57705770
<a href="/features/drill-through">Drill Through</a>
57715771
<a href="/features/collections">Collections</a>
57725772
<a href="/features/usage-analytics">Usage analytics</a>
5773-
<a href="/features/analytics-dashboards">Analytics dashboards</a>
5773+
<a href="/features/analytics-dashboards">Dashboards and reporting</a>
57745774
<a href="/features/sql-editor">SQL editor</a>
57755775
<a href="/features/data-segregation">Data segregation</a>
57765776
<a href="/features/semantic-layer">Semantic layer</a>

_site/docs/master/CONTRIBUTING.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ <h6>Embedded Analytics</h6>
299299

300300
<div>
301301
<span class="menu-link-heading">
302-
Analytics dashboards
302+
Dashboards and reporting
303303
</span>
304304

305305

@@ -1040,7 +1040,7 @@ <h6>Embedded Analytics</h6>
10401040

10411041
<div>
10421042
<span class="menu-link-heading">
1043-
Analytics dashboards
1043+
Dashboards and reporting
10441044
</span>
10451045

10461046

@@ -5696,7 +5696,7 @@ <h6>Features</h6>
56965696
<a href="/features/drill-through">Drill Through</a>
56975697
<a href="/features/collections">Collections</a>
56985698
<a href="/features/usage-analytics">Usage analytics</a>
5699-
<a href="/features/analytics-dashboards">Analytics dashboards</a>
5699+
<a href="/features/analytics-dashboards">Dashboards and reporting</a>
57005700
<a href="/features/sql-editor">SQL editor</a>
57015701
<a href="/features/data-segregation">Data segregation</a>
57025702
<a href="/features/semantic-layer">Semantic layer</a>

_site/docs/master/actions/basic.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ <h6>Embedded Analytics</h6>
299299

300300
<div>
301301
<span class="menu-link-heading">
302-
Analytics dashboards
302+
Dashboards and reporting
303303
</span>
304304

305305

@@ -1040,7 +1040,7 @@ <h6>Embedded Analytics</h6>
10401040

10411041
<div>
10421042
<span class="menu-link-heading">
1043-
Analytics dashboards
1043+
Dashboards and reporting
10441044
</span>
10451045

10461046

@@ -5671,7 +5671,7 @@ <h6>Features</h6>
56715671
<a href="/features/drill-through">Drill Through</a>
56725672
<a href="/features/collections">Collections</a>
56735673
<a href="/features/usage-analytics">Usage analytics</a>
5674-
<a href="/features/analytics-dashboards">Analytics dashboards</a>
5674+
<a href="/features/analytics-dashboards">Dashboards and reporting</a>
56755675
<a href="/features/sql-editor">SQL editor</a>
56765676
<a href="/features/data-segregation">Data segregation</a>
56775677
<a href="/features/semantic-layer">Semantic layer</a>

_site/docs/master/actions/custom.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ <h6>Embedded Analytics</h6>
299299

300300
<div>
301301
<span class="menu-link-heading">
302-
Analytics dashboards
302+
Dashboards and reporting
303303
</span>
304304

305305

@@ -1040,7 +1040,7 @@ <h6>Embedded Analytics</h6>
10401040

10411041
<div>
10421042
<span class="menu-link-heading">
1043-
Analytics dashboards
1043+
Dashboards and reporting
10441044
</span>
10451045

10461046

@@ -5756,7 +5756,7 @@ <h6>Features</h6>
57565756
<a href="/features/drill-through">Drill Through</a>
57575757
<a href="/features/collections">Collections</a>
57585758
<a href="/features/usage-analytics">Usage analytics</a>
5759-
<a href="/features/analytics-dashboards">Analytics dashboards</a>
5759+
<a href="/features/analytics-dashboards">Dashboards and reporting</a>
57605760
<a href="/features/sql-editor">SQL editor</a>
57615761
<a href="/features/data-segregation">Data segregation</a>
57625762
<a href="/features/semantic-layer">Semantic layer</a>

_site/docs/master/actions/introduction.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ <h6>Embedded Analytics</h6>
299299

300300
<div>
301301
<span class="menu-link-heading">
302-
Analytics dashboards
302+
Dashboards and reporting
303303
</span>
304304

305305

@@ -1040,7 +1040,7 @@ <h6>Embedded Analytics</h6>
10401040

10411041
<div>
10421042
<span class="menu-link-heading">
1043-
Analytics dashboards
1043+
Dashboards and reporting
10441044
</span>
10451045

10461046

@@ -5679,7 +5679,7 @@ <h6>Features</h6>
56795679
<a href="/features/drill-through">Drill Through</a>
56805680
<a href="/features/collections">Collections</a>
56815681
<a href="/features/usage-analytics">Usage analytics</a>
5682-
<a href="/features/analytics-dashboards">Analytics dashboards</a>
5682+
<a href="/features/analytics-dashboards">Dashboards and reporting</a>
56835683
<a href="/features/sql-editor">SQL editor</a>
56845684
<a href="/features/data-segregation">Data segregation</a>
56855685
<a href="/features/semantic-layer">Semantic layer</a>

_site/docs/master/actions/start.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ <h6>Embedded Analytics</h6>
299299

300300
<div>
301301
<span class="menu-link-heading">
302-
Analytics dashboards
302+
Dashboards and reporting
303303
</span>
304304

305305

@@ -1040,7 +1040,7 @@ <h6>Embedded Analytics</h6>
10401040

10411041
<div>
10421042
<span class="menu-link-heading">
1043-
Analytics dashboards
1043+
Dashboards and reporting
10441044
</span>
10451045

10461046

@@ -5615,7 +5615,7 @@ <h6>Features</h6>
56155615
<a href="/features/drill-through">Drill Through</a>
56165616
<a href="/features/collections">Collections</a>
56175617
<a href="/features/usage-analytics">Usage analytics</a>
5618-
<a href="/features/analytics-dashboards">Analytics dashboards</a>
5618+
<a href="/features/analytics-dashboards">Dashboards and reporting</a>
56195619
<a href="/features/sql-editor">SQL editor</a>
56205620
<a href="/features/data-segregation">Data segregation</a>
56215621
<a href="/features/semantic-layer">Semantic layer</a>

_site/docs/master/ai/metabot.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ <h6>Embedded Analytics</h6>
299299

300300
<div>
301301
<span class="menu-link-heading">
302-
Analytics dashboards
302+
Dashboards and reporting
303303
</span>
304304

305305

@@ -1040,7 +1040,7 @@ <h6>Embedded Analytics</h6>
10401040

10411041
<div>
10421042
<span class="menu-link-heading">
1043-
Analytics dashboards
1043+
Dashboards and reporting
10441044
</span>
10451045

10461046

@@ -5726,7 +5726,7 @@ <h6>Features</h6>
57265726
<a href="/features/drill-through">Drill Through</a>
57275727
<a href="/features/collections">Collections</a>
57285728
<a href="/features/usage-analytics">Usage analytics</a>
5729-
<a href="/features/analytics-dashboards">Analytics dashboards</a>
5729+
<a href="/features/analytics-dashboards">Dashboards and reporting</a>
57305730
<a href="/features/sql-editor">SQL editor</a>
57315731
<a href="/features/data-segregation">Data segregation</a>
57325732
<a href="/features/semantic-layer">Semantic layer</a>

0 commit comments

Comments
 (0)