diff --git a/_data/shared_chrome.json b/_data/shared_chrome.json
index c683425fc6..4f89663926 100644
--- a/_data/shared_chrome.json
+++ b/_data/shared_chrome.json
@@ -1,7 +1,7 @@
{
"$schema": "https://www.metabase.com/shared/chrome.schema.json",
"version": 1,
- "generated_at": "2026-08-03T22:11:34+00:00",
+ "generated_at": "2026-08-05T01:01:14+00:00",
"origin": "https://www.metabase.com",
"stylesheets": [
{
@@ -172,6 +172,6 @@
}
}
],
- "header_html": "\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n",
+ "header_html": "\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n",
"footer_html": "\n \n
\n \n
\n\n\n\n\n\n\n\n\n\n\n"
}
diff --git a/_docs/latest/cloud/limitations.md b/_docs/latest/cloud/limitations.md
index f6531472b3..7174ff76f3 100644
--- a/_docs/latest/cloud/limitations.md
+++ b/_docs/latest/cloud/limitations.md
@@ -36,6 +36,6 @@ Metabase Cloud does not support customization of the "from address" for emailed
You won't be able to access the application database; if you want insights into how people are using your Metabase, check out [Usage analytics](../usage-and-performance-tools/usage-analytics).
-## Queries time out after ten minutes
+## Queries time out after 20 minutes
-If a query takes longer than ten minutes to run, it will time out.
+If a query takes longer than 20 minutes to run, it will time out.
diff --git a/_docs/v0.62/ai/system-prompts.md b/_docs/v0.62/ai/system-prompts.md
index 80b2f1a0cb..1d3b02e61d 100644
--- a/_docs/v0.62/ai/system-prompts.md
+++ b/_docs/v0.62/ai/system-prompts.md
@@ -22,7 +22,7 @@ System prompts let you customize instructions for Metabot. You can write a separ
- **Natural language queries**: query-builder questions generated from natural language.
- **SQL generation**: SQL written from prompts (sidebar or [inline](./metabot#inline-sql-editing)).
-Like text cards on dashboards, prompts support [Markdown](/learn/metabase-basics/querying-and-dashboards/dashboards/markdown).
+Like text cards on dashboards, prompts support [Markdown](../dashboards/markdown).
## Prompt tips
diff --git a/_docs/v0.62/api.json b/_docs/v0.62/api.json
index 713a5d6b2a..c1fa8cd59a 100644
--- a/_docs/v0.62/api.json
+++ b/_docs/v0.62/api.json
@@ -4829,7 +4829,13 @@
}
},
"required" : [ "channel_type", "details" ]
- }, { } ]
+ }, {
+ "type" : "object",
+ "properties" : {
+ "channel_type" : { }
+ },
+ "required" : [ "channel_type" ]
+ } ]
},
"metabase.channel.models.channel.ChannelTemplateEmailDetails" : {
"oneOf" : [ {
@@ -4898,7 +4904,13 @@
}
},
"required" : [ "channel_type", "details" ]
- }, { } ]
+ }, {
+ "type" : "object",
+ "properties" : {
+ "channel_type" : { }
+ },
+ "required" : [ "channel_type" ]
+ } ]
},
"metabase.collections-rest.api.DashboardQuestionCandidate" : {
"type" : "object",
@@ -42727,7 +42739,7 @@
"get" : {
"operationId" : "get-api-search",
"summary" : "GET /api/search",
- "description" : "Search for items in Metabase.\n For the list of supported models, check [[metabase.search.config/all-models]].\n\n `context` identifies the surface issuing the search; it selects the ranking weights and filter defaults.\n It defaults to `api`, the value for programmatic callers.\n\n Filters:\n - `archived`: set to true to search archived items only, default is false\n - `table_db_id`: search for tables, cards, and models of a certain DB\n - `models`: only search for items of specific models. If not provided, search for all models\n - `filter_items_in_personal_collection`: only search for items in personal collections\n - `created_at`: search for items created at a specific timestamp\n - `created_by`: search for items created by a specific user\n - `last_edited_at`: search for items last edited at a specific timestamp\n - `last_edited_by`: search for items last edited by a specific user\n - `search_native_query`: set to true to search the content of native queries\n - `vector_search_strategy`: for the semantic engine, `hnsw` (approximate index search, default) or `brute-force` (exact filter-first search); ignored by other engines\n - `verified`: set to true to search for verified items only (requires Content Management or Official Collections premium feature)\n - `ids`: search for items with those ids, works iff single value passed to `models`\n - `display_type`: search for cards/models with specific display types\n - `non_temporal_dim_ids`: search for cards/metrics/datasets with this exact set of non temporal dimension field IDs (requires appdb engine)\n - `has_temporal_dim`: set to true for cards/metrics/datasets with 1 or more temporal dimensions (requires appdb engine)\n\n Note that not all item types support all filters, and the results will include only models that support the provided\n filters. For example:\n\n - The `created-by` filter supports dashboards, models, actions, and cards.\n - The `verified` filter supports models and cards.\n\n A search query that has both filters applied will only return models and cards.",
+ "description" : "Search for items in Metabase.\n For the list of supported models, check [[metabase.search.config/all-models]].\n\n `context` identifies the surface issuing the search; it selects the ranking weights and filter defaults.\n It defaults to `api`, the value for programmatic callers.\n\n Filters:\n - `archived`: set to true to search archived items only, default is false\n - `table_db_id`: search for tables, cards, and models of a certain DB\n - `models`: only search for items of specific models. If not provided, search for all models\n - `filter_items_in_personal_collection`: only search for items in personal collections\n - `created_at`: search for items created at a specific timestamp\n - `created_by`: search for items created by a specific user\n - `last_edited_at`: search for items last edited at a specific timestamp\n - `last_edited_by`: search for items last edited by a specific user\n - `search_native_query`: set to true to search the content of native queries\n - `vector_search_strategy`: for the semantic engine, `hnsw` (approximate index search, default) or `brute-force` (exact filter-first search); ignored by other engines\n - `verified`: set to true to search for verified items only (requires Content Management or Official Collections premium feature)\n - `ids`: search for items with those ids, works iff single value passed to `models`\n - `display_type`: search for cards/models with specific display types\n\n Note that not all item types support all filters, and the results will include only models that support the provided\n filters. For example:\n\n - The `created-by` filter supports dashboards, models, actions, and cards.\n - The `verified` filter supports models and cards.\n\n A search query that has both filters applied will only return models and cards.",
"parameters" : [ {
"in" : "query",
"name" : "q",
@@ -42992,29 +43004,6 @@
"type" : "null"
} ]
}
- }, {
- "in" : "query",
- "name" : "non_temporal_dim_ids",
- "required" : false,
- "schema" : {
- "oneOf" : [ {
- "type" : "string",
- "minLength" : 1
- }, {
- "type" : "null"
- } ]
- }
- }, {
- "in" : "query",
- "name" : "has_temporal_dim",
- "required" : false,
- "schema" : {
- "oneOf" : [ {
- "type" : "boolean"
- }, {
- "type" : "null"
- } ]
- }
} ],
"responses" : {
"2XX" : {
@@ -43299,29 +43288,6 @@
"type" : "null"
} ]
}
- }, {
- "in" : "query",
- "name" : "non_temporal_dim_ids",
- "required" : false,
- "schema" : {
- "oneOf" : [ {
- "type" : "string",
- "minLength" : 1
- }, {
- "type" : "null"
- } ]
- }
- }, {
- "in" : "query",
- "name" : "has_temporal_dim",
- "required" : false,
- "schema" : {
- "oneOf" : [ {
- "type" : "boolean"
- }, {
- "type" : "null"
- } ]
- }
}, {
"in" : "query",
"name" : "expected_result_type",
diff --git a/_docs/v0.62/dashboards/introduction.md b/_docs/v0.62/dashboards/introduction.md
index 4dfda64f54..2bb9846649 100644
--- a/_docs/v0.62/dashboards/introduction.md
+++ b/_docs/v0.62/dashboards/introduction.md
@@ -89,7 +89,7 @@ You can use [Markdown](https://commonmark.org/help/) to format the text in your

-To learn more, see [Fun with Markdown in your dashboards](/learn/metabase-basics/querying-and-dashboards/dashboards/markdown).
+To learn more, see [Format text with Markdown](./markdown).
### Including variables in text cards
diff --git a/_docs/v0.62/data-studio/transforms/addons.md b/_docs/v0.62/data-studio/transforms/addons.md
index c299a808da..bc7bc3ddb1 100644
--- a/_docs/v0.62/data-studio/transforms/addons.md
+++ b/_docs/v0.62/data-studio/transforms/addons.md
@@ -44,7 +44,7 @@ With basic transforms, you can:
- **Metabase Cloud**: Basic transform functionality on Metabase Cloud - Starter, Pro, or Enterprise - comes with an additional small fee per successful transform run, see [Pricing](/pricing).
- Only people logged in with an email of a [Metabase Store admin](../../cloud/accounts-and-billing#add-managers) (not just Metabase _instance_ admins) can [enable basic transforms](./transforms-overview#enable-transforms).
+ Only people logged in with an email of a [Metabase Store admin](../../cloud/accounts-and-billing#add-managers) (not just Metabase _instance_ admins) can [enable basic transforms](./transforms-overview#enable-transforms).
### Cancel basic transforms
@@ -72,6 +72,8 @@ The Advanced transforms add-on comes with an additional charge per successful tr
To enable Advanced transforms functionality, you need to have [Basic transforms](#basic-transforms) already, see [Enable basic transforms](#enable-basic-transforms).
+For the full self-hosted setup see [Set up transforms on a self-hosted Metabase](transforms-overview#set-up-transforms-on-a-self-hosted-metabase).
+
There are two ways to enable Advanced transforms:
- **From your Metabase instance**: you can navigate to a feature requiring advanced transforms (like Python transforms or transform inspector), and follow the prompts to upgrade.
diff --git a/_docs/v0.62/data-studio/transforms/python-runner.md b/_docs/v0.62/data-studio/transforms/python-runner.md
index 068b373b1a..3cb7d52e87 100644
--- a/_docs/v0.62/data-studio/transforms/python-runner.md
+++ b/_docs/v0.62/data-studio/transforms/python-runner.md
@@ -18,7 +18,7 @@ To run Python transforms from a self-hosted Metabase, you'll need to configure a
## Prerequisites
-- Docker installed and running.
+- Docker installed and running, or an infrastructure that can run containers.
- **Self-hosted Metabase Pro or Enterprise license** (Python Runner requires a Pro/Enterprise plan).
- For production: an S3-compatible storage bucket (AWS S3, MinIO, etc.).
@@ -76,13 +76,13 @@ docker network create metabase-network
docker run -d \
--network metabase-network \
-e AUTH_TOKEN=your-secure-token-here \
- --name python-runner metabase/python-runner:latest
+ --name python-runner --hostname python-runner metabase/python-runner:latest
docker run -d \
--network metabase-network \
-p 3000:3000 \
-e MB_PYTHON_RUNNER_URL=http://python-runner:5000 \
- -e MB_PYTHON_RUNNER_API_TOKEN=your-secure-token-here \
+ -e MB_PYTHON_RUNNER_API_TOKEN= \
-e MB_PYTHON_STORAGE_S_3_ENDPOINT=https://s3.amazonaws.com \
-e MB_PYTHON_STORAGE_S_3_BUCKET=your-bucket-name \
-e MB_PYTHON_STORAGE_S_3_REGION=us-east-1 \
@@ -104,24 +104,27 @@ docker run -d \
These settings can also be configured in the Metabase UI at **Admin** > **Settings** > **Python Runner**. Note that environment variables take precedence over UI settings.
-| Variable | Description |
-| ----------------------------------------- | ---------------------------------------------------------------------------------- |
-| `MB_PYTHON_RUNNER_URL` | URL where Metabase can reach the Python Runner (e.g., `http://python-runner:5000`) |
-| `MB_PYTHON_RUNNER_API_TOKEN` | Authentication token. Must match `AUTH_TOKEN` in the Python Runner. |
-| `MB_PYTHON_STORAGE_S_3_ENDPOINT` | S3 endpoint URL. |
-| `MB_PYTHON_STORAGE_S_3_BUCKET` | S3 bucket name for storing Python artifacts |
-| `MB_PYTHON_STORAGE_S_3_REGION` | AWS region (e.g., `us-east-1`) |
-| `MB_PYTHON_STORAGE_S_3_ACCESS_KEY` | S3 access key |
-| `MB_PYTHON_STORAGE_S_3_SECRET_KEY` | S3 secret key |
-| `MB_PYTHON_STORAGE_S_3_PATH_STYLE_ACCESS` | (Optional) Set to `true` for S3-compatible services like MinIO or LocalStack |
+| Variable | Description |
+| ------------------------------------------ | ---------------------------------------------------------------------------------- |
+| `MB_PYTHON_RUNNER_URL` | URL where Metabase can reach the Python Runner (e.g., `http://python-runner:5000`) |
+| `MB_PYTHON_RUNNER_API_TOKEN` | Authentication token. Must match `AUTH_TOKEN` in the Python Runner. |
+| `MB_PYTHON_STORAGE_S_3_ENDPOINT` | S3 endpoint URL. |
+| `MB_PYTHON_STORAGE_S_3_CONTAINER_ENDPOINT` | S3 endpoint seen from the runner container, if different from the main endpoint. |
+| `MB_PYTHON_STORAGE_S_3_BUCKET` | S3 bucket name for storing Python artifacts |
+| `MB_PYTHON_STORAGE_S_3_REGION` | AWS region (e.g., `us-east-1`) |
+| `MB_PYTHON_STORAGE_S_3_ACCESS_KEY` | S3 access key |
+| `MB_PYTHON_STORAGE_S_3_SECRET_KEY` | S3 secret key |
+| `MB_PYTHON_STORAGE_S_3_PATH_STYLE_ACCESS` | (Optional) Set to `true` for S3-compatible services like MinIO or LocalStack |
+
+`MB_PYTHON_STORAGE_S_3_CONTAINER_ENDPOINT` is the host Metabase signs into the presigned URLs the runner uploads to and downloads from. Set it when the runner resolves storage by a different hostname than Metabase does.
## Using Docker Compose
-Docker Compose simplifies managing multiple containers. Below are example configurations for different scenarios.
+Below are example configurations for different scenarios.
-### Simple setup with LocalStack
+### Self-hosted storage with MinIO
-For simple setup and local testing, you can use LocalStack to simulate S3:
+[MinIO](https://min.io/) is an S3-compatible server you can run yourself, which makes it a common pick for self-hosted Metabase. This Compose file runs Metabase, the Python runner, MinIO, and a short-lived container that creates the bucket Metabase will use — neither MinIO nor Metabase creates that bucket for you.
```yml
name: metabase-python-runner
@@ -132,15 +135,16 @@ services:
- "3000:3000"
environment:
- MB_PYTHON_RUNNER_URL=http://python-runner:5000
- - MB_PYTHON_RUNNER_API_TOKEN=your-secure-token-here
- - MB_PYTHON_STORAGE_S_3_ENDPOINT=http://localstack:4566
+ - MB_PYTHON_RUNNER_API_TOKEN=${AUTH_TOKEN}
+ - MB_PYTHON_STORAGE_S_3_ENDPOINT=http://minio:9000
+ - MB_PYTHON_STORAGE_S_3_CONTAINER_ENDPOINT=http://minio:9000
- MB_PYTHON_STORAGE_S_3_BUCKET=metabase-python-runner
- MB_PYTHON_STORAGE_S_3_REGION=us-east-1
- MB_PYTHON_STORAGE_S_3_PATH_STYLE_ACCESS=true
- - MB_PYTHON_STORAGE_S_3_ACCESS_KEY=test
- - MB_PYTHON_STORAGE_S_3_SECRET_KEY=test
+ - MB_PYTHON_STORAGE_S_3_ACCESS_KEY=${MINIO_ROOT_USER}
+ - MB_PYTHON_STORAGE_S_3_SECRET_KEY=${MINIO_ROOT_PASSWORD}
depends_on:
- localstack-init:
+ minio-init:
condition: service_completed_successfully
python-runner:
condition: service_started
@@ -148,77 +152,59 @@ services:
python-runner:
image: metabase/python-runner:latest
environment:
- - AUTH_TOKEN=your-secure-token-here
+ - AUTH_TOKEN=${AUTH_TOKEN}
- localstack:
- image: localstack/localstack:latest
+ minio:
+ image: quay.io/minio/minio:latest
+ command: server /data --console-address ":9001"
environment:
- - SERVICES=s3
- healthcheck:
- test: ["CMD", "curl", "-f", "http://localhost:4566/_localstack/health"]
- interval: 5s
- timeout: 5s
- retries: 10
-
- localstack-init:
- image: localstack/localstack:latest
- entrypoint:
- ["/bin/sh", "-c", "awslocal s3 mb s3://metabase-python-runner || true"]
- environment:
- - AWS_ENDPOINT_URL=http://localstack:4566
+ - MINIO_ROOT_USER=${MINIO_ROOT_USER}
+ - MINIO_ROOT_PASSWORD=${MINIO_ROOT_PASSWORD}
+ volumes:
+ - minio-data:/data
+
+ minio-init:
+ image: quay.io/minio/mc:latest
depends_on:
- localstack:
- condition: service_healthy
+ minio:
+ condition: service_started
+ entrypoint:
+ - /bin/sh
+ - -c
+ - |
+ until mc alias set local http://minio:9000 "${MINIO_ROOT_USER}" "${MINIO_ROOT_PASSWORD}" >/dev/null 2>&1; do
+ echo "waiting for minio..."; sleep 2;
+ done
+ mc mb --ignore-existing local/metabase-python-runner
+
+volumes:
+ minio-data: {}
```
-Then run:
+Both S3 endpoint variables point at `http://minio:9000` because Metabase and the runner share the Compose network and reach MinIO by the same hostname. `MB_PYTHON_STORAGE_S_3_CONTAINER_ENDPOINT` sets the host Metabase signs into the presigned URLs the runner uploads to and downloads from — if your runner resolves storage by a different hostname than Metabase does, set this to the runner's view of it.
+
+Create a `.env` file:
```bash
-docker compose up -d
+AUTH_TOKEN=your-secure-token-here
+MINIO_ROOT_USER=minioadmin
+MINIO_ROOT_PASSWORD=minioadmin
```
-### Production setup
+Then bring everything up and try a transform:
-For production, use an external S3-compatible storage service:
+1. Put a strong shared secret in `AUTH_TOKEN` (the runner and Metabase have to agree on it):
-```yml
-name: metabase-python-runner
-services:
- metabase:
- image: metabase/metabase-enterprise:latest
- ports:
- - "3000:3000"
- environment:
- - MB_PYTHON_RUNNER_URL=http://python-runner:5000
- - MB_PYTHON_RUNNER_API_TOKEN=${AUTH_TOKEN}
- - MB_PYTHON_STORAGE_S_3_ENDPOINT=${S3_ENDPOINT}
- - MB_PYTHON_STORAGE_S_3_BUCKET=${S3_BUCKET}
- - MB_PYTHON_STORAGE_S_3_REGION=${S3_REGION:-us-east-1}
- - MB_PYTHON_STORAGE_S_3_ACCESS_KEY=${S3_ACCESS_KEY}
- - MB_PYTHON_STORAGE_S_3_SECRET_KEY=${S3_SECRET_KEY}
- depends_on:
- python-runner:
- condition: service_started
-
- python-runner:
- image: metabase/python-runner:latest
- environment:
- - AUTH_TOKEN=${AUTH_TOKEN}
-```
+ ```bash
+ openssl rand -hex 32
+ ```
-Create a `.env` file with your configuration:
+2. Start the stack:
-```bash
-AUTH_TOKEN=your-secure-token-here
-S3_ENDPOINT=https://s3.amazonaws.com
-S3_BUCKET=metabase-python-runner
-S3_REGION=us-east-1
-S3_ACCESS_KEY=your-access-key
-S3_SECRET_KEY=your-secret-key
-```
+ ```bash
+ docker compose up -d
+ ```
-Then run:
+3. You'll need a Pro or Enterprise license with the [Advanced transforms add-on](addons). In Metabase, [enable transforms](transforms-overview#enable-transforms), then [create a Python transform](python-transforms#create-a-python-transform) and click **Run**.
-```bash
-docker compose up -d
-```
+4. Open **Data Studio > Jobs > Runs** and find your run. If it failed, the run's logs will usually tell you whether Metabase couldn't reach the runner, or the runner couldn't reach MinIO.
diff --git a/_docs/v0.62/data-studio/transforms/transforms-overview.md b/_docs/v0.62/data-studio/transforms/transforms-overview.md
index 1f82c29ab7..d74769810a 100644
--- a/_docs/v0.62/data-studio/transforms/transforms-overview.md
+++ b/_docs/v0.62/data-studio/transforms/transforms-overview.md
@@ -63,6 +63,16 @@ Permission configuration for transform depends on your plan.
- To **see** the list of transforms on your instance, people need to be able to access Data Studio, so they need to be either an Admin or a member of the special [Data Analyst group](../../people-and-groups/managing).
- To **execute** transforms on a database, people need to be either Admins on belong to the special [Data Analyst group](../../people-and-groups/managing). Additionally people need to have the [Transform permissions](../../permissions/data) for that database.
+## Set up transforms on a self-hosted Metabase
+
+If you run Metabase yourself, here's the path to working transforms:
+
+1. **Check your plan.** [Basic transforms](addons#basic-transforms) (query-based) are included on self-hosted Metabase. [Advanced transforms](addons#advanced-transforms) — Python transforms, the [transform inspector](transform-inspector), and [writable connections](../../databases/writable-connection) — need a self-hosted Pro or Enterprise plan with the Advanced transforms add-on.
+2. **Connect a database that can write.** Transforms create and replace tables in your database, so the database user needs create, drop, and write privileges. See [Database users, roles, and privileges](../../databases/users-roles-privileges). For cleaner isolation, point the transform at a [writable connection](../../databases/writable-connection). Only some databases [support transforms](#databases-that-support-transforms).
+3. **For Python transforms, set up a runner.** Query-based transforms need nothing extra — they run inside your database. Python transforms run in a separate execution environment, so you'll point Metabase at a [self-hosted Python runner](python-runner) backed by S3-compatible storage (AWS S3, MinIO, and so on).
+4. **[Enable transforms](#enable-transforms)** in Data Studio.
+5. **Create and run a transform.** [Create a query-based transform](query-transforms#create-a-query-based-transform) or a [Python transform](python-transforms#create-a-python-transform), run it manually, and check the result under **Runs**. Once it works, [schedule it with jobs](jobs-and-runs).
+
## Enable transforms
Before you can start writing transforms, you'll need to enable transforms in your Metabase instance.
diff --git a/_docs/v0.62/developers-guide/mage.md b/_docs/v0.62/developers-guide/mage.md
index 0e6041aecc..e3c01edf71 100644
--- a/_docs/v0.62/developers-guide/mage.md
+++ b/_docs/v0.62/developers-guide/mage.md
@@ -7,7 +7,6 @@ category: 'Developers Guide'
title: Mage
source_url: 'https://github.com/metabase/metabase/blob/master/docs/developers-guide/mage.md'
layout: new-docs
-latest: true
---
# MAGE - Development Automation
diff --git a/_docs/v0.62/developers-guide/security-token-scanner.md b/_docs/v0.62/developers-guide/security-token-scanner.md
index 45ba8b2974..e2adea1ae1 100644
--- a/_docs/v0.62/developers-guide/security-token-scanner.md
+++ b/_docs/v0.62/developers-guide/security-token-scanner.md
@@ -7,7 +7,6 @@ category: 'Developers Guide'
title: 'Security Token Scanner'
source_url: 'https://github.com/metabase/metabase/blob/master/docs/developers-guide/security-token-scanner.md'
layout: new-docs
-latest: true
---
# Security Token Scanner
diff --git a/_docs/v0.62/embedding/eajs/snippets/MetabaseBrowserAttributes.md b/_docs/v0.62/embedding/eajs/snippets/MetabaseBrowserAttributes.md
index 8c343e8189..e2a8b5665b 100644
--- a/_docs/v0.62/embedding/eajs/snippets/MetabaseBrowserAttributes.md
+++ b/_docs/v0.62/embedding/eajs/snippets/MetabaseBrowserAttributes.md
@@ -7,7 +7,6 @@ category: Embedding
title: MetabaseBrowserAttributes
source_url: 'https://github.com/metabase/metabase/blob/master/docs/embedding/eajs/snippets/MetabaseBrowserAttributes.md'
layout: new-docs
-latest: true
---
Attributes for the `` web component.
diff --git a/_docs/v0.62/embedding/eajs/snippets/MetabaseMetabotAttributes.md b/_docs/v0.62/embedding/eajs/snippets/MetabaseMetabotAttributes.md
index 51e6b65916..eaced10817 100644
--- a/_docs/v0.62/embedding/eajs/snippets/MetabaseMetabotAttributes.md
+++ b/_docs/v0.62/embedding/eajs/snippets/MetabaseMetabotAttributes.md
@@ -7,7 +7,6 @@ category: Embedding
title: MetabaseMetabotAttributes
source_url: 'https://github.com/metabase/metabase/blob/master/docs/embedding/eajs/snippets/MetabaseMetabotAttributes.md'
layout: new-docs
-latest: true
---
Attributes for the `` web component.
diff --git a/_docs/v0.62/embedding/sdk/api/snippets/ButtonProps.md b/_docs/v0.62/embedding/sdk/api/snippets/ButtonProps.md
index 4f63be16e4..a223d4e7aa 100644
--- a/_docs/v0.62/embedding/sdk/api/snippets/ButtonProps.md
+++ b/_docs/v0.62/embedding/sdk/api/snippets/ButtonProps.md
@@ -7,7 +7,6 @@ category: Embedding
title: ButtonProps
source_url: 'https://github.com/metabase/metabase/blob/master/docs/embedding/sdk/api/snippets/ButtonProps.md'
layout: new-docs
-latest: true
---
```ts
diff --git a/_docs/v0.62/embedding/sdk/api/snippets/ChartColor.md b/_docs/v0.62/embedding/sdk/api/snippets/ChartColor.md
index d80bc78034..cf37ab2311 100644
--- a/_docs/v0.62/embedding/sdk/api/snippets/ChartColor.md
+++ b/_docs/v0.62/embedding/sdk/api/snippets/ChartColor.md
@@ -7,7 +7,6 @@ category: Embedding
title: ChartColor
source_url: 'https://github.com/metabase/metabase/blob/master/docs/embedding/sdk/api/snippets/ChartColor.md'
layout: new-docs
-latest: true
---
```ts
diff --git a/_docs/v0.62/embedding/sdk/api/snippets/ChartColorV2.md b/_docs/v0.62/embedding/sdk/api/snippets/ChartColorV2.md
index 87b78bc2d3..52c74b6aed 100644
--- a/_docs/v0.62/embedding/sdk/api/snippets/ChartColorV2.md
+++ b/_docs/v0.62/embedding/sdk/api/snippets/ChartColorV2.md
@@ -7,7 +7,6 @@ category: Embedding
title: ChartColorV2
source_url: 'https://github.com/metabase/metabase/blob/master/docs/embedding/sdk/api/snippets/ChartColorV2.md'
layout: new-docs
-latest: true
---
```ts
diff --git a/_docs/v0.62/embedding/sdk/api/snippets/CollectionBrowserListColumns.md b/_docs/v0.62/embedding/sdk/api/snippets/CollectionBrowserListColumns.md
index b12f398829..d9012e5f73 100644
--- a/_docs/v0.62/embedding/sdk/api/snippets/CollectionBrowserListColumns.md
+++ b/_docs/v0.62/embedding/sdk/api/snippets/CollectionBrowserListColumns.md
@@ -7,7 +7,6 @@ category: Embedding
title: CollectionBrowserListColumns
source_url: 'https://github.com/metabase/metabase/blob/master/docs/embedding/sdk/api/snippets/CollectionBrowserListColumns.md'
layout: new-docs
-latest: true
---
```ts
diff --git a/_docs/v0.62/embedding/sdk/api/snippets/DashboardCardMenu.md b/_docs/v0.62/embedding/sdk/api/snippets/DashboardCardMenu.md
index 5c94aa937b..f7e442dc80 100644
--- a/_docs/v0.62/embedding/sdk/api/snippets/DashboardCardMenu.md
+++ b/_docs/v0.62/embedding/sdk/api/snippets/DashboardCardMenu.md
@@ -7,7 +7,6 @@ category: Embedding
title: DashboardCardMenu
source_url: 'https://github.com/metabase/metabase/blob/master/docs/embedding/sdk/api/snippets/DashboardCardMenu.md'
layout: new-docs
-latest: true
---
```ts
diff --git a/_docs/v0.62/embedding/sdk/api/snippets/EmbeddingDataPicker.md b/_docs/v0.62/embedding/sdk/api/snippets/EmbeddingDataPicker.md
index 60021d2871..82e566d592 100644
--- a/_docs/v0.62/embedding/sdk/api/snippets/EmbeddingDataPicker.md
+++ b/_docs/v0.62/embedding/sdk/api/snippets/EmbeddingDataPicker.md
@@ -7,7 +7,6 @@ category: Embedding
title: EmbeddingDataPicker
source_url: 'https://github.com/metabase/metabase/blob/master/docs/embedding/sdk/api/snippets/EmbeddingDataPicker.md'
layout: new-docs
-latest: true
---
```ts
diff --git a/_docs/v0.62/embedding/sdk/api/snippets/EmbeddingEntityType.md b/_docs/v0.62/embedding/sdk/api/snippets/EmbeddingEntityType.md
index ccdae01b04..2d12ecb40c 100644
--- a/_docs/v0.62/embedding/sdk/api/snippets/EmbeddingEntityType.md
+++ b/_docs/v0.62/embedding/sdk/api/snippets/EmbeddingEntityType.md
@@ -7,7 +7,6 @@ category: Embedding
title: EmbeddingEntityType
source_url: 'https://github.com/metabase/metabase/blob/master/docs/embedding/sdk/api/snippets/EmbeddingEntityType.md'
layout: new-docs
-latest: true
---
```ts
diff --git a/_docs/v0.62/embedding/sdk/api/snippets/EntityTypeFilterKeys.md b/_docs/v0.62/embedding/sdk/api/snippets/EntityTypeFilterKeys.md
index 04b9aca221..69cd9ceaf9 100644
--- a/_docs/v0.62/embedding/sdk/api/snippets/EntityTypeFilterKeys.md
+++ b/_docs/v0.62/embedding/sdk/api/snippets/EntityTypeFilterKeys.md
@@ -7,7 +7,6 @@ category: Embedding
title: EntityTypeFilterKeys
source_url: 'https://github.com/metabase/metabase/blob/master/docs/embedding/sdk/api/snippets/EntityTypeFilterKeys.md'
layout: new-docs
-latest: true
---
```ts
diff --git a/_docs/v0.62/embedding/sdk/api/snippets/IconName.md b/_docs/v0.62/embedding/sdk/api/snippets/IconName.md
index 1bfe01c227..028b6c437d 100644
--- a/_docs/v0.62/embedding/sdk/api/snippets/IconName.md
+++ b/_docs/v0.62/embedding/sdk/api/snippets/IconName.md
@@ -7,7 +7,6 @@ category: Embedding
title: IconName
source_url: 'https://github.com/metabase/metabase/blob/master/docs/embedding/sdk/api/snippets/IconName.md'
layout: new-docs
-latest: true
---
```ts
diff --git a/_docs/v0.62/embedding/sdk/api/snippets/InitializationStatus.md b/_docs/v0.62/embedding/sdk/api/snippets/InitializationStatus.md
index 103d1ef54a..ec20c1c5d4 100644
--- a/_docs/v0.62/embedding/sdk/api/snippets/InitializationStatus.md
+++ b/_docs/v0.62/embedding/sdk/api/snippets/InitializationStatus.md
@@ -7,7 +7,6 @@ category: Embedding
title: InitializationStatus
source_url: 'https://github.com/metabase/metabase/blob/master/docs/embedding/sdk/api/snippets/InitializationStatus.md'
layout: new-docs
-latest: true
---
```ts
diff --git a/_docs/v0.62/embedding/sdk/api/snippets/InteractiveQuestionBackButtonProps.md b/_docs/v0.62/embedding/sdk/api/snippets/InteractiveQuestionBackButtonProps.md
index 12a464df34..decce5bdb3 100644
--- a/_docs/v0.62/embedding/sdk/api/snippets/InteractiveQuestionBackButtonProps.md
+++ b/_docs/v0.62/embedding/sdk/api/snippets/InteractiveQuestionBackButtonProps.md
@@ -7,7 +7,6 @@ category: Embedding
title: InteractiveQuestionBackButtonProps
source_url: 'https://github.com/metabase/metabase/blob/master/docs/embedding/sdk/api/snippets/InteractiveQuestionBackButtonProps.md'
layout: new-docs
-latest: true
---
```ts
diff --git a/_docs/v0.62/embedding/sdk/api/snippets/InteractiveQuestionBreakoutDropdownProps.md b/_docs/v0.62/embedding/sdk/api/snippets/InteractiveQuestionBreakoutDropdownProps.md
index 3d9aa3e47c..63ec764b1e 100644
--- a/_docs/v0.62/embedding/sdk/api/snippets/InteractiveQuestionBreakoutDropdownProps.md
+++ b/_docs/v0.62/embedding/sdk/api/snippets/InteractiveQuestionBreakoutDropdownProps.md
@@ -7,7 +7,6 @@ category: Embedding
title: InteractiveQuestionBreakoutDropdownProps
source_url: 'https://github.com/metabase/metabase/blob/master/docs/embedding/sdk/api/snippets/InteractiveQuestionBreakoutDropdownProps.md'
layout: new-docs
-latest: true
---
```ts
diff --git a/_docs/v0.62/embedding/sdk/api/snippets/InteractiveQuestionChartTypeDropdownProps.md b/_docs/v0.62/embedding/sdk/api/snippets/InteractiveQuestionChartTypeDropdownProps.md
index 17854c06ea..870b76b349 100644
--- a/_docs/v0.62/embedding/sdk/api/snippets/InteractiveQuestionChartTypeDropdownProps.md
+++ b/_docs/v0.62/embedding/sdk/api/snippets/InteractiveQuestionChartTypeDropdownProps.md
@@ -7,7 +7,6 @@ category: Embedding
title: InteractiveQuestionChartTypeDropdownProps
source_url: 'https://github.com/metabase/metabase/blob/master/docs/embedding/sdk/api/snippets/InteractiveQuestionChartTypeDropdownProps.md'
layout: new-docs
-latest: true
---
**`Expand`**
diff --git a/_docs/v0.62/embedding/sdk/api/snippets/InteractiveQuestionChartTypeSelectorProps.md b/_docs/v0.62/embedding/sdk/api/snippets/InteractiveQuestionChartTypeSelectorProps.md
index 3cc6bee750..edfa5fbed6 100644
--- a/_docs/v0.62/embedding/sdk/api/snippets/InteractiveQuestionChartTypeSelectorProps.md
+++ b/_docs/v0.62/embedding/sdk/api/snippets/InteractiveQuestionChartTypeSelectorProps.md
@@ -7,7 +7,6 @@ category: Embedding
title: InteractiveQuestionChartTypeSelectorProps
source_url: 'https://github.com/metabase/metabase/blob/master/docs/embedding/sdk/api/snippets/InteractiveQuestionChartTypeSelectorProps.md'
layout: new-docs
-latest: true
---
```ts
diff --git a/_docs/v0.62/embedding/sdk/api/snippets/InteractiveQuestionDownloadWidgetDropdownProps.md b/_docs/v0.62/embedding/sdk/api/snippets/InteractiveQuestionDownloadWidgetDropdownProps.md
index c90f372c01..31e05de6f2 100644
--- a/_docs/v0.62/embedding/sdk/api/snippets/InteractiveQuestionDownloadWidgetDropdownProps.md
+++ b/_docs/v0.62/embedding/sdk/api/snippets/InteractiveQuestionDownloadWidgetDropdownProps.md
@@ -7,7 +7,6 @@ category: Embedding
title: InteractiveQuestionDownloadWidgetDropdownProps
source_url: 'https://github.com/metabase/metabase/blob/master/docs/embedding/sdk/api/snippets/InteractiveQuestionDownloadWidgetDropdownProps.md'
layout: new-docs
-latest: true
---
```ts
diff --git a/_docs/v0.62/embedding/sdk/api/snippets/InteractiveQuestionDownloadWidgetProps.md b/_docs/v0.62/embedding/sdk/api/snippets/InteractiveQuestionDownloadWidgetProps.md
index 87170ed9d9..d89a54dd8e 100644
--- a/_docs/v0.62/embedding/sdk/api/snippets/InteractiveQuestionDownloadWidgetProps.md
+++ b/_docs/v0.62/embedding/sdk/api/snippets/InteractiveQuestionDownloadWidgetProps.md
@@ -7,7 +7,6 @@ category: Embedding
title: InteractiveQuestionDownloadWidgetProps
source_url: 'https://github.com/metabase/metabase/blob/master/docs/embedding/sdk/api/snippets/InteractiveQuestionDownloadWidgetProps.md'
layout: new-docs
-latest: true
---
```ts
diff --git a/_docs/v0.62/embedding/sdk/api/snippets/InteractiveQuestionEditorButtonProps.md b/_docs/v0.62/embedding/sdk/api/snippets/InteractiveQuestionEditorButtonProps.md
index c4e102aeb3..5aae32acf9 100644
--- a/_docs/v0.62/embedding/sdk/api/snippets/InteractiveQuestionEditorButtonProps.md
+++ b/_docs/v0.62/embedding/sdk/api/snippets/InteractiveQuestionEditorButtonProps.md
@@ -7,7 +7,6 @@ category: Embedding
title: InteractiveQuestionEditorButtonProps
source_url: 'https://github.com/metabase/metabase/blob/master/docs/embedding/sdk/api/snippets/InteractiveQuestionEditorButtonProps.md'
layout: new-docs
-latest: true
---
**`Expand`**
diff --git a/_docs/v0.62/embedding/sdk/api/snippets/InteractiveQuestionEditorProps.md b/_docs/v0.62/embedding/sdk/api/snippets/InteractiveQuestionEditorProps.md
index be5c396cd5..664ec4528a 100644
--- a/_docs/v0.62/embedding/sdk/api/snippets/InteractiveQuestionEditorProps.md
+++ b/_docs/v0.62/embedding/sdk/api/snippets/InteractiveQuestionEditorProps.md
@@ -7,7 +7,6 @@ category: Embedding
title: InteractiveQuestionEditorProps
source_url: 'https://github.com/metabase/metabase/blob/master/docs/embedding/sdk/api/snippets/InteractiveQuestionEditorProps.md'
layout: new-docs
-latest: true
---
**`Expand`**
diff --git a/_docs/v0.62/embedding/sdk/api/snippets/InteractiveQuestionFilterDropdownProps.md b/_docs/v0.62/embedding/sdk/api/snippets/InteractiveQuestionFilterDropdownProps.md
index 26509ac0ef..2ccfbd9140 100644
--- a/_docs/v0.62/embedding/sdk/api/snippets/InteractiveQuestionFilterDropdownProps.md
+++ b/_docs/v0.62/embedding/sdk/api/snippets/InteractiveQuestionFilterDropdownProps.md
@@ -7,7 +7,6 @@ category: Embedding
title: InteractiveQuestionFilterDropdownProps
source_url: 'https://github.com/metabase/metabase/blob/master/docs/embedding/sdk/api/snippets/InteractiveQuestionFilterDropdownProps.md'
layout: new-docs
-latest: true
---
```ts
diff --git a/_docs/v0.62/embedding/sdk/api/snippets/InteractiveQuestionFilterProps.md b/_docs/v0.62/embedding/sdk/api/snippets/InteractiveQuestionFilterProps.md
index 75d37faddc..206f5b27b6 100644
--- a/_docs/v0.62/embedding/sdk/api/snippets/InteractiveQuestionFilterProps.md
+++ b/_docs/v0.62/embedding/sdk/api/snippets/InteractiveQuestionFilterProps.md
@@ -7,7 +7,6 @@ category: Embedding
title: InteractiveQuestionFilterProps
source_url: 'https://github.com/metabase/metabase/blob/master/docs/embedding/sdk/api/snippets/InteractiveQuestionFilterProps.md'
layout: new-docs
-latest: true
---
```ts
diff --git a/_docs/v0.62/embedding/sdk/api/snippets/InteractiveQuestionQuestionSettingsDropdownProps.md b/_docs/v0.62/embedding/sdk/api/snippets/InteractiveQuestionQuestionSettingsDropdownProps.md
index f8273ec5b0..0c757852b0 100644
--- a/_docs/v0.62/embedding/sdk/api/snippets/InteractiveQuestionQuestionSettingsDropdownProps.md
+++ b/_docs/v0.62/embedding/sdk/api/snippets/InteractiveQuestionQuestionSettingsDropdownProps.md
@@ -7,7 +7,6 @@ category: Embedding
title: InteractiveQuestionQuestionSettingsDropdownProps
source_url: 'https://github.com/metabase/metabase/blob/master/docs/embedding/sdk/api/snippets/InteractiveQuestionQuestionSettingsDropdownProps.md'
layout: new-docs
-latest: true
---
**`Expand`**
diff --git a/_docs/v0.62/embedding/sdk/api/snippets/InteractiveQuestionQuestionSettingsProps.md b/_docs/v0.62/embedding/sdk/api/snippets/InteractiveQuestionQuestionSettingsProps.md
index 82d1711efb..4034e60773 100644
--- a/_docs/v0.62/embedding/sdk/api/snippets/InteractiveQuestionQuestionSettingsProps.md
+++ b/_docs/v0.62/embedding/sdk/api/snippets/InteractiveQuestionQuestionSettingsProps.md
@@ -7,7 +7,6 @@ category: Embedding
title: InteractiveQuestionQuestionSettingsProps
source_url: 'https://github.com/metabase/metabase/blob/master/docs/embedding/sdk/api/snippets/InteractiveQuestionQuestionSettingsProps.md'
layout: new-docs
-latest: true
---
```ts
diff --git a/_docs/v0.62/embedding/sdk/api/snippets/InteractiveQuestionQuestionVisualizationProps.md b/_docs/v0.62/embedding/sdk/api/snippets/InteractiveQuestionQuestionVisualizationProps.md
index 2d5cdefee1..f458c04f9f 100644
--- a/_docs/v0.62/embedding/sdk/api/snippets/InteractiveQuestionQuestionVisualizationProps.md
+++ b/_docs/v0.62/embedding/sdk/api/snippets/InteractiveQuestionQuestionVisualizationProps.md
@@ -7,7 +7,6 @@ category: Embedding
title: InteractiveQuestionQuestionVisualizationProps
source_url: 'https://github.com/metabase/metabase/blob/master/docs/embedding/sdk/api/snippets/InteractiveQuestionQuestionVisualizationProps.md'
layout: new-docs
-latest: true
---
**`Expand`**
diff --git a/_docs/v0.62/embedding/sdk/api/snippets/InteractiveQuestionResetButtonProps.md b/_docs/v0.62/embedding/sdk/api/snippets/InteractiveQuestionResetButtonProps.md
index 0c5d0fcd72..d6594b5911 100644
--- a/_docs/v0.62/embedding/sdk/api/snippets/InteractiveQuestionResetButtonProps.md
+++ b/_docs/v0.62/embedding/sdk/api/snippets/InteractiveQuestionResetButtonProps.md
@@ -7,7 +7,6 @@ category: Embedding
title: InteractiveQuestionResetButtonProps
source_url: 'https://github.com/metabase/metabase/blob/master/docs/embedding/sdk/api/snippets/InteractiveQuestionResetButtonProps.md'
layout: new-docs
-latest: true
---
**`Expand`**
diff --git a/_docs/v0.62/embedding/sdk/api/snippets/InteractiveQuestionSaveButtonProps.md b/_docs/v0.62/embedding/sdk/api/snippets/InteractiveQuestionSaveButtonProps.md
index 1780aefb3e..ce7030d530 100644
--- a/_docs/v0.62/embedding/sdk/api/snippets/InteractiveQuestionSaveButtonProps.md
+++ b/_docs/v0.62/embedding/sdk/api/snippets/InteractiveQuestionSaveButtonProps.md
@@ -7,7 +7,6 @@ category: Embedding
title: InteractiveQuestionSaveButtonProps
source_url: 'https://github.com/metabase/metabase/blob/master/docs/embedding/sdk/api/snippets/InteractiveQuestionSaveButtonProps.md'
layout: new-docs
-latest: true
---
```ts
diff --git a/_docs/v0.62/embedding/sdk/api/snippets/InteractiveQuestionSaveQuestionFormProps.md b/_docs/v0.62/embedding/sdk/api/snippets/InteractiveQuestionSaveQuestionFormProps.md
index 29235a3364..1f683fe553 100644
--- a/_docs/v0.62/embedding/sdk/api/snippets/InteractiveQuestionSaveQuestionFormProps.md
+++ b/_docs/v0.62/embedding/sdk/api/snippets/InteractiveQuestionSaveQuestionFormProps.md
@@ -7,7 +7,6 @@ category: Embedding
title: InteractiveQuestionSaveQuestionFormProps
source_url: 'https://github.com/metabase/metabase/blob/master/docs/embedding/sdk/api/snippets/InteractiveQuestionSaveQuestionFormProps.md'
layout: new-docs
-latest: true
---
**`Expand`**
diff --git a/_docs/v0.62/embedding/sdk/api/snippets/InteractiveQuestionSummarizeDropdownProps.md b/_docs/v0.62/embedding/sdk/api/snippets/InteractiveQuestionSummarizeDropdownProps.md
index 2dfc66b4cd..4b19b76300 100644
--- a/_docs/v0.62/embedding/sdk/api/snippets/InteractiveQuestionSummarizeDropdownProps.md
+++ b/_docs/v0.62/embedding/sdk/api/snippets/InteractiveQuestionSummarizeDropdownProps.md
@@ -7,7 +7,6 @@ category: Embedding
title: InteractiveQuestionSummarizeDropdownProps
source_url: 'https://github.com/metabase/metabase/blob/master/docs/embedding/sdk/api/snippets/InteractiveQuestionSummarizeDropdownProps.md'
layout: new-docs
-latest: true
---
```ts
diff --git a/_docs/v0.62/embedding/sdk/api/snippets/InteractiveQuestionTitleProps.md b/_docs/v0.62/embedding/sdk/api/snippets/InteractiveQuestionTitleProps.md
index 739e30f6d6..ee728c4e0a 100644
--- a/_docs/v0.62/embedding/sdk/api/snippets/InteractiveQuestionTitleProps.md
+++ b/_docs/v0.62/embedding/sdk/api/snippets/InteractiveQuestionTitleProps.md
@@ -7,7 +7,6 @@ category: Embedding
title: InteractiveQuestionTitleProps
source_url: 'https://github.com/metabase/metabase/blob/master/docs/embedding/sdk/api/snippets/InteractiveQuestionTitleProps.md'
layout: new-docs
-latest: true
---
**`Expand`**
diff --git a/_docs/v0.62/embedding/sdk/api/snippets/LoginStatus.md b/_docs/v0.62/embedding/sdk/api/snippets/LoginStatus.md
index 9b10d33540..f83a40b891 100644
--- a/_docs/v0.62/embedding/sdk/api/snippets/LoginStatus.md
+++ b/_docs/v0.62/embedding/sdk/api/snippets/LoginStatus.md
@@ -7,7 +7,6 @@ category: Embedding
title: LoginStatus
source_url: 'https://github.com/metabase/metabase/blob/master/docs/embedding/sdk/api/snippets/LoginStatus.md'
layout: new-docs
-latest: true
---
```ts
diff --git a/_docs/v0.62/embedding/sdk/api/snippets/MetabaseAuthConfig.md b/_docs/v0.62/embedding/sdk/api/snippets/MetabaseAuthConfig.md
index 592de0c4e5..12c0afde04 100644
--- a/_docs/v0.62/embedding/sdk/api/snippets/MetabaseAuthConfig.md
+++ b/_docs/v0.62/embedding/sdk/api/snippets/MetabaseAuthConfig.md
@@ -7,7 +7,6 @@ category: Embedding
title: MetabaseAuthConfig
source_url: 'https://github.com/metabase/metabase/blob/master/docs/embedding/sdk/api/snippets/MetabaseAuthConfig.md'
layout: new-docs
-latest: true
---
```ts
diff --git a/_docs/v0.62/embedding/sdk/api/snippets/MetabaseAuthConfigWithApiKey.md b/_docs/v0.62/embedding/sdk/api/snippets/MetabaseAuthConfigWithApiKey.md
index 0ca2b81905..65eda1ea9f 100644
--- a/_docs/v0.62/embedding/sdk/api/snippets/MetabaseAuthConfigWithApiKey.md
+++ b/_docs/v0.62/embedding/sdk/api/snippets/MetabaseAuthConfigWithApiKey.md
@@ -7,7 +7,6 @@ category: Embedding
title: MetabaseAuthConfigWithApiKey
source_url: 'https://github.com/metabase/metabase/blob/master/docs/embedding/sdk/api/snippets/MetabaseAuthConfigWithApiKey.md'
layout: new-docs
-latest: true
---
```ts
diff --git a/_docs/v0.62/embedding/sdk/api/snippets/MetabaseAuthConfigWithSaml.md b/_docs/v0.62/embedding/sdk/api/snippets/MetabaseAuthConfigWithSaml.md
index d8978588db..6ae924074c 100644
--- a/_docs/v0.62/embedding/sdk/api/snippets/MetabaseAuthConfigWithSaml.md
+++ b/_docs/v0.62/embedding/sdk/api/snippets/MetabaseAuthConfigWithSaml.md
@@ -7,7 +7,6 @@ category: Embedding
title: MetabaseAuthConfigWithSaml
source_url: 'https://github.com/metabase/metabase/blob/master/docs/embedding/sdk/api/snippets/MetabaseAuthConfigWithSaml.md'
layout: new-docs
-latest: true
---
```ts
diff --git a/_docs/v0.62/embedding/sdk/api/snippets/MetabaseClickAction.md b/_docs/v0.62/embedding/sdk/api/snippets/MetabaseClickAction.md
index 66720d699c..6cc71d58ea 100644
--- a/_docs/v0.62/embedding/sdk/api/snippets/MetabaseClickAction.md
+++ b/_docs/v0.62/embedding/sdk/api/snippets/MetabaseClickAction.md
@@ -7,7 +7,6 @@ category: Embedding
title: MetabaseClickAction
source_url: 'https://github.com/metabase/metabase/blob/master/docs/embedding/sdk/api/snippets/MetabaseClickAction.md'
layout: new-docs
-latest: true
---
```ts
diff --git a/_docs/v0.62/embedding/sdk/api/snippets/MetabaseColorKey.md b/_docs/v0.62/embedding/sdk/api/snippets/MetabaseColorKey.md
index 428a2fc2c0..0d71ccf40a 100644
--- a/_docs/v0.62/embedding/sdk/api/snippets/MetabaseColorKey.md
+++ b/_docs/v0.62/embedding/sdk/api/snippets/MetabaseColorKey.md
@@ -7,7 +7,6 @@ category: Embedding
title: MetabaseColorKey
source_url: 'https://github.com/metabase/metabase/blob/master/docs/embedding/sdk/api/snippets/MetabaseColorKey.md'
layout: new-docs
-latest: true
---
```ts
diff --git a/_docs/v0.62/embedding/sdk/api/snippets/MetabaseComponentTheme.md b/_docs/v0.62/embedding/sdk/api/snippets/MetabaseComponentTheme.md
index cbfa99db6b..bbb01b0fb0 100644
--- a/_docs/v0.62/embedding/sdk/api/snippets/MetabaseComponentTheme.md
+++ b/_docs/v0.62/embedding/sdk/api/snippets/MetabaseComponentTheme.md
@@ -7,7 +7,6 @@ category: Embedding
title: MetabaseComponentTheme
source_url: 'https://github.com/metabase/metabase/blob/master/docs/embedding/sdk/api/snippets/MetabaseComponentTheme.md'
layout: new-docs
-latest: true
---
```ts
diff --git a/_docs/v0.62/embedding/sdk/api/snippets/MetabaseEmbeddingColorKeyV2.md b/_docs/v0.62/embedding/sdk/api/snippets/MetabaseEmbeddingColorKeyV2.md
index 06627e4570..60033875c4 100644
--- a/_docs/v0.62/embedding/sdk/api/snippets/MetabaseEmbeddingColorKeyV2.md
+++ b/_docs/v0.62/embedding/sdk/api/snippets/MetabaseEmbeddingColorKeyV2.md
@@ -7,7 +7,6 @@ category: Embedding
title: MetabaseEmbeddingColorKeyV2
source_url: 'https://github.com/metabase/metabase/blob/master/docs/embedding/sdk/api/snippets/MetabaseEmbeddingColorKeyV2.md'
layout: new-docs
-latest: true
---
```ts
diff --git a/_docs/v0.62/embedding/sdk/api/snippets/MetabaseEmbeddingTheme.md b/_docs/v0.62/embedding/sdk/api/snippets/MetabaseEmbeddingTheme.md
index fedbc6e4bf..65752c73f5 100644
--- a/_docs/v0.62/embedding/sdk/api/snippets/MetabaseEmbeddingTheme.md
+++ b/_docs/v0.62/embedding/sdk/api/snippets/MetabaseEmbeddingTheme.md
@@ -7,7 +7,6 @@ category: Embedding
title: MetabaseEmbeddingTheme
source_url: 'https://github.com/metabase/metabase/blob/master/docs/embedding/sdk/api/snippets/MetabaseEmbeddingTheme.md'
layout: new-docs
-latest: true
---
```ts
diff --git a/_docs/v0.62/embedding/sdk/api/snippets/MetabaseFetchRequestTokenFn.md b/_docs/v0.62/embedding/sdk/api/snippets/MetabaseFetchRequestTokenFn.md
index 3cc40bd42c..b59b435166 100644
--- a/_docs/v0.62/embedding/sdk/api/snippets/MetabaseFetchRequestTokenFn.md
+++ b/_docs/v0.62/embedding/sdk/api/snippets/MetabaseFetchRequestTokenFn.md
@@ -7,7 +7,6 @@ category: Embedding
title: MetabaseFetchRequestTokenFn
source_url: 'https://github.com/metabase/metabase/blob/master/docs/embedding/sdk/api/snippets/MetabaseFetchRequestTokenFn.md'
layout: new-docs
-latest: true
---
```ts
diff --git a/_docs/v0.62/embedding/sdk/api/snippets/MetabaseFontFamily.md b/_docs/v0.62/embedding/sdk/api/snippets/MetabaseFontFamily.md
index a110f7b716..72e0881368 100644
--- a/_docs/v0.62/embedding/sdk/api/snippets/MetabaseFontFamily.md
+++ b/_docs/v0.62/embedding/sdk/api/snippets/MetabaseFontFamily.md
@@ -7,7 +7,6 @@ category: Embedding
title: MetabaseFontFamily
source_url: 'https://github.com/metabase/metabase/blob/master/docs/embedding/sdk/api/snippets/MetabaseFontFamily.md'
layout: new-docs
-latest: true
---
```ts
diff --git a/_docs/v0.62/embedding/sdk/api/snippets/MetabaseGlobalPluginsConfig.md b/_docs/v0.62/embedding/sdk/api/snippets/MetabaseGlobalPluginsConfig.md
index 9047e8ba98..10201c8bce 100644
--- a/_docs/v0.62/embedding/sdk/api/snippets/MetabaseGlobalPluginsConfig.md
+++ b/_docs/v0.62/embedding/sdk/api/snippets/MetabaseGlobalPluginsConfig.md
@@ -7,7 +7,6 @@ category: Embedding
title: MetabaseGlobalPluginsConfig
source_url: 'https://github.com/metabase/metabase/blob/master/docs/embedding/sdk/api/snippets/MetabaseGlobalPluginsConfig.md'
layout: new-docs
-latest: true
---
```ts
diff --git a/_docs/v0.62/embedding/sdk/api/snippets/MetabaseIsGuestAuthConfig.md b/_docs/v0.62/embedding/sdk/api/snippets/MetabaseIsGuestAuthConfig.md
index 79ccd175b1..77c6741277 100644
--- a/_docs/v0.62/embedding/sdk/api/snippets/MetabaseIsGuestAuthConfig.md
+++ b/_docs/v0.62/embedding/sdk/api/snippets/MetabaseIsGuestAuthConfig.md
@@ -7,7 +7,6 @@ category: Embedding
title: MetabaseIsGuestAuthConfig
source_url: 'https://github.com/metabase/metabase/blob/master/docs/embedding/sdk/api/snippets/MetabaseIsGuestAuthConfig.md'
layout: new-docs
-latest: true
---
```ts
diff --git a/_docs/v0.62/embedding/sdk/api/snippets/MetabaseQuestion.md b/_docs/v0.62/embedding/sdk/api/snippets/MetabaseQuestion.md
index 9071763962..11cff8f316 100644
--- a/_docs/v0.62/embedding/sdk/api/snippets/MetabaseQuestion.md
+++ b/_docs/v0.62/embedding/sdk/api/snippets/MetabaseQuestion.md
@@ -7,7 +7,6 @@ category: Embedding
title: MetabaseQuestion
source_url: 'https://github.com/metabase/metabase/blob/master/docs/embedding/sdk/api/snippets/MetabaseQuestion.md'
layout: new-docs
-latest: true
---
## Properties
diff --git a/_docs/v0.62/embedding/sdk/api/snippets/MetabaseThemePreset.md b/_docs/v0.62/embedding/sdk/api/snippets/MetabaseThemePreset.md
index 7df932e159..954b79fa99 100644
--- a/_docs/v0.62/embedding/sdk/api/snippets/MetabaseThemePreset.md
+++ b/_docs/v0.62/embedding/sdk/api/snippets/MetabaseThemePreset.md
@@ -7,7 +7,6 @@ category: Embedding
title: MetabaseThemePreset
source_url: 'https://github.com/metabase/metabase/blob/master/docs/embedding/sdk/api/snippets/MetabaseThemePreset.md'
layout: new-docs
-latest: true
---
```ts
diff --git a/_docs/v0.62/embedding/sdk/api/snippets/MetabotAgentMessage.md b/_docs/v0.62/embedding/sdk/api/snippets/MetabotAgentMessage.md
index a29f21552f..2dacacaea9 100644
--- a/_docs/v0.62/embedding/sdk/api/snippets/MetabotAgentMessage.md
+++ b/_docs/v0.62/embedding/sdk/api/snippets/MetabotAgentMessage.md
@@ -7,7 +7,6 @@ category: Embedding
title: MetabotAgentMessage
source_url: 'https://github.com/metabase/metabase/blob/master/docs/embedding/sdk/api/snippets/MetabotAgentMessage.md'
layout: new-docs
-latest: true
---
```ts
diff --git a/_docs/v0.62/embedding/sdk/api/snippets/MetabotAgentTextMessage.md b/_docs/v0.62/embedding/sdk/api/snippets/MetabotAgentTextMessage.md
index bf0df46ac9..6741bb0716 100644
--- a/_docs/v0.62/embedding/sdk/api/snippets/MetabotAgentTextMessage.md
+++ b/_docs/v0.62/embedding/sdk/api/snippets/MetabotAgentTextMessage.md
@@ -7,7 +7,6 @@ category: Embedding
title: MetabotAgentTextMessage
source_url: 'https://github.com/metabase/metabase/blob/master/docs/embedding/sdk/api/snippets/MetabotAgentTextMessage.md'
layout: new-docs
-latest: true
---
```ts
diff --git a/_docs/v0.62/embedding/sdk/api/snippets/MetabotChartProps.md b/_docs/v0.62/embedding/sdk/api/snippets/MetabotChartProps.md
index d186baf383..6815877ffc 100644
--- a/_docs/v0.62/embedding/sdk/api/snippets/MetabotChartProps.md
+++ b/_docs/v0.62/embedding/sdk/api/snippets/MetabotChartProps.md
@@ -7,7 +7,6 @@ category: Embedding
title: MetabotChartProps
source_url: 'https://github.com/metabase/metabase/blob/master/docs/embedding/sdk/api/snippets/MetabotChartProps.md'
layout: new-docs
-latest: true
---
```ts
diff --git a/_docs/v0.62/embedding/sdk/api/snippets/MetabotErrorMessage.md b/_docs/v0.62/embedding/sdk/api/snippets/MetabotErrorMessage.md
index ac8bdef3e6..f8583b885c 100644
--- a/_docs/v0.62/embedding/sdk/api/snippets/MetabotErrorMessage.md
+++ b/_docs/v0.62/embedding/sdk/api/snippets/MetabotErrorMessage.md
@@ -7,7 +7,6 @@ category: Embedding
title: MetabotErrorMessage
source_url: 'https://github.com/metabase/metabase/blob/master/docs/embedding/sdk/api/snippets/MetabotErrorMessage.md'
layout: new-docs
-latest: true
---
```ts
diff --git a/_docs/v0.62/embedding/sdk/api/snippets/MetabotMessage.md b/_docs/v0.62/embedding/sdk/api/snippets/MetabotMessage.md
index 89d1c01020..63c31e062e 100644
--- a/_docs/v0.62/embedding/sdk/api/snippets/MetabotMessage.md
+++ b/_docs/v0.62/embedding/sdk/api/snippets/MetabotMessage.md
@@ -7,7 +7,6 @@ category: Embedding
title: MetabotMessage
source_url: 'https://github.com/metabase/metabase/blob/master/docs/embedding/sdk/api/snippets/MetabotMessage.md'
layout: new-docs
-latest: true
---
```ts
diff --git a/_docs/v0.62/embedding/sdk/api/snippets/MetabotUserTextMessage.md b/_docs/v0.62/embedding/sdk/api/snippets/MetabotUserTextMessage.md
index e2defef161..f12cd82065 100644
--- a/_docs/v0.62/embedding/sdk/api/snippets/MetabotUserTextMessage.md
+++ b/_docs/v0.62/embedding/sdk/api/snippets/MetabotUserTextMessage.md
@@ -7,7 +7,6 @@ category: Embedding
title: MetabotUserTextMessage
source_url: 'https://github.com/metabase/metabase/blob/master/docs/embedding/sdk/api/snippets/MetabotUserTextMessage.md'
layout: new-docs
-latest: true
---
```ts
diff --git a/_docs/v0.62/embedding/sdk/api/snippets/ParameterChangeSource.md b/_docs/v0.62/embedding/sdk/api/snippets/ParameterChangeSource.md
index 24b76c6fb0..3930915bd4 100644
--- a/_docs/v0.62/embedding/sdk/api/snippets/ParameterChangeSource.md
+++ b/_docs/v0.62/embedding/sdk/api/snippets/ParameterChangeSource.md
@@ -7,7 +7,6 @@ category: Embedding
title: ParameterChangeSource
source_url: 'https://github.com/metabase/metabase/blob/master/docs/embedding/sdk/api/snippets/ParameterChangeSource.md'
layout: new-docs
-latest: true
---
```ts
diff --git a/_docs/v0.62/embedding/sdk/api/snippets/ParameterValues.md b/_docs/v0.62/embedding/sdk/api/snippets/ParameterValues.md
index a5ea594703..5c3f0f122c 100644
--- a/_docs/v0.62/embedding/sdk/api/snippets/ParameterValues.md
+++ b/_docs/v0.62/embedding/sdk/api/snippets/ParameterValues.md
@@ -7,7 +7,6 @@ category: Embedding
title: ParameterValues
source_url: 'https://github.com/metabase/metabase/blob/master/docs/embedding/sdk/api/snippets/ParameterValues.md'
layout: new-docs
-latest: true
---
```ts
diff --git a/_docs/v0.62/embedding/sdk/api/snippets/ProtectedColorKey.md b/_docs/v0.62/embedding/sdk/api/snippets/ProtectedColorKey.md
index 1e905e3753..b906d75837 100644
--- a/_docs/v0.62/embedding/sdk/api/snippets/ProtectedColorKey.md
+++ b/_docs/v0.62/embedding/sdk/api/snippets/ProtectedColorKey.md
@@ -7,7 +7,6 @@ category: Embedding
title: ProtectedColorKey
source_url: 'https://github.com/metabase/metabase/blob/master/docs/embedding/sdk/api/snippets/ProtectedColorKey.md'
layout: new-docs
-latest: true
---
```ts
diff --git a/_docs/v0.62/embedding/sdk/api/snippets/SdkCollectionId.md b/_docs/v0.62/embedding/sdk/api/snippets/SdkCollectionId.md
index 532325f265..1b19cd2d8d 100644
--- a/_docs/v0.62/embedding/sdk/api/snippets/SdkCollectionId.md
+++ b/_docs/v0.62/embedding/sdk/api/snippets/SdkCollectionId.md
@@ -7,7 +7,6 @@ category: Embedding
title: SdkCollectionId
source_url: 'https://github.com/metabase/metabase/blob/master/docs/embedding/sdk/api/snippets/SdkCollectionId.md'
layout: new-docs
-latest: true
---
```ts
diff --git a/_docs/v0.62/embedding/sdk/api/snippets/SdkDashboardId.md b/_docs/v0.62/embedding/sdk/api/snippets/SdkDashboardId.md
index 780790f350..8f6267e9eb 100644
--- a/_docs/v0.62/embedding/sdk/api/snippets/SdkDashboardId.md
+++ b/_docs/v0.62/embedding/sdk/api/snippets/SdkDashboardId.md
@@ -7,7 +7,6 @@ category: Embedding
title: SdkDashboardId
source_url: 'https://github.com/metabase/metabase/blob/master/docs/embedding/sdk/api/snippets/SdkDashboardId.md'
layout: new-docs
-latest: true
---
```ts
diff --git a/_docs/v0.62/embedding/sdk/api/snippets/SdkEntityId.md b/_docs/v0.62/embedding/sdk/api/snippets/SdkEntityId.md
index 06104e37ee..4d0685a571 100644
--- a/_docs/v0.62/embedding/sdk/api/snippets/SdkEntityId.md
+++ b/_docs/v0.62/embedding/sdk/api/snippets/SdkEntityId.md
@@ -7,7 +7,6 @@ category: Embedding
title: SdkEntityId
source_url: 'https://github.com/metabase/metabase/blob/master/docs/embedding/sdk/api/snippets/SdkEntityId.md'
layout: new-docs
-latest: true
---
```ts
diff --git a/_docs/v0.62/embedding/sdk/api/snippets/SdkEntityToken.md b/_docs/v0.62/embedding/sdk/api/snippets/SdkEntityToken.md
index b60bc16ebb..e0a5161af0 100644
--- a/_docs/v0.62/embedding/sdk/api/snippets/SdkEntityToken.md
+++ b/_docs/v0.62/embedding/sdk/api/snippets/SdkEntityToken.md
@@ -7,7 +7,6 @@ category: Embedding
title: SdkEntityToken
source_url: 'https://github.com/metabase/metabase/blob/master/docs/embedding/sdk/api/snippets/SdkEntityToken.md'
layout: new-docs
-latest: true
---
```ts
diff --git a/_docs/v0.62/embedding/sdk/api/snippets/SdkErrorComponentProps.md b/_docs/v0.62/embedding/sdk/api/snippets/SdkErrorComponentProps.md
index 8b291bd22f..46b8f7274b 100644
--- a/_docs/v0.62/embedding/sdk/api/snippets/SdkErrorComponentProps.md
+++ b/_docs/v0.62/embedding/sdk/api/snippets/SdkErrorComponentProps.md
@@ -7,7 +7,6 @@ category: Embedding
title: SdkErrorComponentProps
source_url: 'https://github.com/metabase/metabase/blob/master/docs/embedding/sdk/api/snippets/SdkErrorComponentProps.md'
layout: new-docs
-latest: true
---
```ts
diff --git a/_docs/v0.62/embedding/sdk/api/snippets/SdkQuestionId.md b/_docs/v0.62/embedding/sdk/api/snippets/SdkQuestionId.md
index 70e146c69a..4b3ea5f081 100644
--- a/_docs/v0.62/embedding/sdk/api/snippets/SdkQuestionId.md
+++ b/_docs/v0.62/embedding/sdk/api/snippets/SdkQuestionId.md
@@ -7,7 +7,6 @@ category: Embedding
title: SdkQuestionId
source_url: 'https://github.com/metabase/metabase/blob/master/docs/embedding/sdk/api/snippets/SdkQuestionId.md'
layout: new-docs
-latest: true
---
```ts
diff --git a/_docs/v0.62/embedding/sdk/api/snippets/SdkQuestionTitleProps.md b/_docs/v0.62/embedding/sdk/api/snippets/SdkQuestionTitleProps.md
index 175b9235f7..58ad0ae139 100644
--- a/_docs/v0.62/embedding/sdk/api/snippets/SdkQuestionTitleProps.md
+++ b/_docs/v0.62/embedding/sdk/api/snippets/SdkQuestionTitleProps.md
@@ -7,7 +7,6 @@ category: Embedding
title: SdkQuestionTitleProps
source_url: 'https://github.com/metabase/metabase/blob/master/docs/embedding/sdk/api/snippets/SdkQuestionTitleProps.md'
layout: new-docs
-latest: true
---
```ts
diff --git a/_docs/v0.62/embedding/sdk/api/snippets/SdkUserId.md b/_docs/v0.62/embedding/sdk/api/snippets/SdkUserId.md
index 722efb6352..ea030e92f8 100644
--- a/_docs/v0.62/embedding/sdk/api/snippets/SdkUserId.md
+++ b/_docs/v0.62/embedding/sdk/api/snippets/SdkUserId.md
@@ -7,7 +7,6 @@ category: Embedding
title: SdkUserId
source_url: 'https://github.com/metabase/metabase/blob/master/docs/embedding/sdk/api/snippets/SdkUserId.md'
layout: new-docs
-latest: true
---
```ts
diff --git a/_docs/v0.62/embedding/sdk/api/snippets/SqlParameterChangeSource.md b/_docs/v0.62/embedding/sdk/api/snippets/SqlParameterChangeSource.md
index e06f4ca8d6..f91bd18d44 100644
--- a/_docs/v0.62/embedding/sdk/api/snippets/SqlParameterChangeSource.md
+++ b/_docs/v0.62/embedding/sdk/api/snippets/SqlParameterChangeSource.md
@@ -7,7 +7,6 @@ category: Embedding
title: SqlParameterChangeSource
source_url: 'https://github.com/metabase/metabase/blob/master/docs/embedding/sdk/api/snippets/SqlParameterChangeSource.md'
layout: new-docs
-latest: true
---
```ts
diff --git a/_docs/v0.62/embedding/sdk/api/snippets/SqlParameterValues.md b/_docs/v0.62/embedding/sdk/api/snippets/SqlParameterValues.md
index b5a68f0c27..879124bd06 100644
--- a/_docs/v0.62/embedding/sdk/api/snippets/SqlParameterValues.md
+++ b/_docs/v0.62/embedding/sdk/api/snippets/SqlParameterValues.md
@@ -7,7 +7,6 @@ category: Embedding
title: SqlParameterValues
source_url: 'https://github.com/metabase/metabase/blob/master/docs/embedding/sdk/api/snippets/SqlParameterValues.md'
layout: new-docs
-latest: true
---
```ts
diff --git a/_docs/v0.62/embedding/sdk/api/snippets/UserBackendJwtResponse.md b/_docs/v0.62/embedding/sdk/api/snippets/UserBackendJwtResponse.md
index 7c0b69b061..3870a80213 100644
--- a/_docs/v0.62/embedding/sdk/api/snippets/UserBackendJwtResponse.md
+++ b/_docs/v0.62/embedding/sdk/api/snippets/UserBackendJwtResponse.md
@@ -7,7 +7,6 @@ category: Embedding
title: UserBackendJwtResponse
source_url: 'https://github.com/metabase/metabase/blob/master/docs/embedding/sdk/api/snippets/UserBackendJwtResponse.md'
layout: new-docs
-latest: true
---
```ts
diff --git a/_docs/v0.62/embedding/sdk/api/snippets/useApplicationName.md b/_docs/v0.62/embedding/sdk/api/snippets/useApplicationName.md
index cf86f7628b..0e54770d6d 100644
--- a/_docs/v0.62/embedding/sdk/api/snippets/useApplicationName.md
+++ b/_docs/v0.62/embedding/sdk/api/snippets/useApplicationName.md
@@ -7,7 +7,6 @@ category: Embedding
title: useApplicationName
source_url: 'https://github.com/metabase/metabase/blob/master/docs/embedding/sdk/api/snippets/useApplicationName.md'
layout: new-docs
-latest: true
---
```ts
diff --git a/_docs/v0.62/embedding/sdk/api/snippets/useAvailableFonts.md b/_docs/v0.62/embedding/sdk/api/snippets/useAvailableFonts.md
index 55a899542c..63878fcccf 100644
--- a/_docs/v0.62/embedding/sdk/api/snippets/useAvailableFonts.md
+++ b/_docs/v0.62/embedding/sdk/api/snippets/useAvailableFonts.md
@@ -7,7 +7,6 @@ category: Embedding
title: useAvailableFonts
source_url: 'https://github.com/metabase/metabase/blob/master/docs/embedding/sdk/api/snippets/useAvailableFonts.md'
layout: new-docs
-latest: true
---
```ts