From 329263535aefd376f5d7c80ebf5ae764f7d904f9 Mon Sep 17 00:00:00 2001 From: Metabase Automation User Date: Fri, 4 Sep 2026 02:14:14 +0000 Subject: [PATCH] Update docs for v63,62 --- _docs/latest/ai/mcp.md | 2 -- _docs/latest/ai/metabot.md | 2 -- _docs/latest/ai/overview.md | 2 -- _docs/latest/installation-and-operation/metabase-cli.md | 2 -- _docs/v0.63/ai/mcp.md | 2 -- _docs/v0.63/ai/metabot.md | 2 -- _docs/v0.63/ai/overview.md | 2 -- _docs/v0.63/installation-and-operation/metabase-cli.md | 2 -- 8 files changed, 16 deletions(-) diff --git a/_docs/latest/ai/mcp.md b/_docs/latest/ai/mcp.md index 751bb806c9..1597de6a55 100644 --- a/_docs/latest/ai/mcp.md +++ b/_docs/latest/ai/mcp.md @@ -19,8 +19,6 @@ latest: true Metabase includes an [MCP (Model Context Protocol)](https://modelcontextprotocol.io/) server that lets AI clients connect directly to your Metabase, all scoped to the connecting person's permissions. -> Join us for AI Analytics Week: three live sessions on trusting AI answers, rolling out AI safely, and building on top of AI. [Details and registration →](https://metaba.se/ai-analytics-week) - ## Connect a client to your Metabase MCP server's URL Your Metabase's MCP server is served from the `/api/metabase-mcp` endpoint. diff --git a/_docs/latest/ai/metabot.md b/_docs/latest/ai/metabot.md index 5b3eb8d1dd..30724dc9fa 100644 --- a/_docs/latest/ai/metabot.md +++ b/_docs/latest/ai/metabot.md @@ -19,8 +19,6 @@ latest: true Metabot helps you analyze your data by creating charts from natural language, generating SQL queries, fixing query errors, and analyzing existing visualizations. -> Join us for AI Analytics Week: three live sessions on trusting AI answers, rolling out AI safely, and building on top of AI. [Details and registration →](https://metaba.se/ai-analytics-week) - ## Set up Metabot To set up Metabot, see [Metabot settings](./settings). diff --git a/_docs/latest/ai/overview.md b/_docs/latest/ai/overview.md index 44bebda771..2f20ef5751 100644 --- a/_docs/latest/ai/overview.md +++ b/_docs/latest/ai/overview.md @@ -15,8 +15,6 @@ latest: true AI in Metabase is optional. You can use Metabase without AI at all. But if you do want to use AI to interact with Metabase, we have you covered. -> Join us for AI Analytics Week: three live sessions on trusting AI answers, rolling out AI safely, and building on top of AI. [Details and registration →](https://metaba.se/ai-analytics-week) - Here are the different ways to use AI with Metabase: - [Metabot](#metabot) diff --git a/_docs/latest/installation-and-operation/metabase-cli.md b/_docs/latest/installation-and-operation/metabase-cli.md index b5e866f9f7..f7b1a9bed5 100644 --- a/_docs/latest/installation-and-operation/metabase-cli.md +++ b/_docs/latest/installation-and-operation/metabase-cli.md @@ -21,8 +21,6 @@ The Metabase CLI (`mb`) is a command-line client for Metabase. `mb` authenticate > Looking for the commands built into the Metabase JAR, like `migrate` or `load-from-h2`? Check out [Metabase JAR commands](./commands). -> Join us for AI Analytics Week: three live sessions on trusting AI answers, rolling out AI safely, and building on top of AI. [Details and registration →](https://metaba.se/ai-analytics-week) - ## Requirements - Node.js, to install the CLI from npm. diff --git a/_docs/v0.63/ai/mcp.md b/_docs/v0.63/ai/mcp.md index fe88859702..3e84a6c4a3 100644 --- a/_docs/v0.63/ai/mcp.md +++ b/_docs/v0.63/ai/mcp.md @@ -16,8 +16,6 @@ summary: 'Connect MCP-compatible AI clients to Metabase to search, explore, and Metabase includes an [MCP (Model Context Protocol)](https://modelcontextprotocol.io/) server that lets AI clients connect directly to your Metabase, all scoped to the connecting person's permissions. -> Join us for AI Analytics Week: three live sessions on trusting AI answers, rolling out AI safely, and building on top of AI. [Details and registration →](https://metaba.se/ai-analytics-week) - ## Connect a client to your Metabase MCP server's URL Your Metabase's MCP server is served from the `/api/metabase-mcp` endpoint. diff --git a/_docs/v0.63/ai/metabot.md b/_docs/v0.63/ai/metabot.md index b50dbf0584..c81b4b1131 100644 --- a/_docs/v0.63/ai/metabot.md +++ b/_docs/v0.63/ai/metabot.md @@ -16,8 +16,6 @@ summary: 'Metabot is Metabase''s AI assistant that helps you analyze data, creat Metabot helps you analyze your data by creating charts from natural language, generating SQL queries, fixing query errors, and analyzing existing visualizations. -> Join us for AI Analytics Week: three live sessions on trusting AI answers, rolling out AI safely, and building on top of AI. [Details and registration →](https://metaba.se/ai-analytics-week) - ## Set up Metabot To set up Metabot, see [Metabot settings](./settings). diff --git a/_docs/v0.63/ai/overview.md b/_docs/v0.63/ai/overview.md index f5ba7249bf..adefe1c422 100644 --- a/_docs/v0.63/ai/overview.md +++ b/_docs/v0.63/ai/overview.md @@ -14,8 +14,6 @@ summary: 'Overview of all the ways you can use AI with Metabase.' AI in Metabase is optional. You can use Metabase without AI at all. But if you do want to use AI to interact with Metabase, we have you covered. -> Join us for AI Analytics Week: three live sessions on trusting AI answers, rolling out AI safely, and building on top of AI. [Details and registration →](https://metaba.se/ai-analytics-week) - Here are the different ways to use AI with Metabase: - [Metabot](#metabot) diff --git a/_docs/v0.63/installation-and-operation/metabase-cli.md b/_docs/v0.63/installation-and-operation/metabase-cli.md index 754bb89def..a2f12bfd95 100644 --- a/_docs/v0.63/installation-and-operation/metabase-cli.md +++ b/_docs/v0.63/installation-and-operation/metabase-cli.md @@ -16,8 +16,6 @@ The Metabase CLI (`mb`) is a command-line client for Metabase. `mb` authenticate > Looking for the commands built into the Metabase JAR, like `migrate` or `load-from-h2`? Check out [Metabase JAR commands](./commands). -> Join us for AI Analytics Week: three live sessions on trusting AI answers, rolling out AI safely, and building on top of AI. [Details and registration →](https://metaba.se/ai-analytics-week) - ## Requirements - Node.js, to install the CLI from npm.