diff --git a/_data/shared_chrome.json b/_data/shared_chrome.json index 1254794ccb..e3088aad92 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-06-10T04:52:16+00:00", + "generated_at": "2026-06-10T20:05:19+00:00", "origin": "https://www.metabase.com", "stylesheets": [ { diff --git a/_docs/latest/ai/images/mcp-chart.png b/_docs/latest/ai/images/mcp-chart.png new file mode 100644 index 0000000000..aff85b8cab Binary files /dev/null and b/_docs/latest/ai/images/mcp-chart.png differ diff --git a/_docs/latest/ai/mcp.md b/_docs/latest/ai/mcp.md index 54189a8d66..6ab64edf7a 100644 --- a/_docs/latest/ai/mcp.md +++ b/_docs/latest/ai/mcp.md @@ -19,7 +19,7 @@ latest: true Metabase includes an [MCP (Model Context Protocol)](https://modelcontextprotocol.io/) server (using Streamable HTTP transport) that lets AI clients connect directly to your Metabase, all scoped to the connecting person's permissions. -# Enable MCP server +## Enable MCP server _Admin > AI > MCP_ @@ -33,7 +33,7 @@ Under **Supported MCP clients**, switch on any clients you want to allow: - **Claude** (Claude Desktop and Claude on the web) - **Cursor and VS Code** -- **ChatGPT** +- **ChatGPT**, including **Codex** Toggling on a client automatically adds that client's sandbox domains to Metabase's CORS allowlist, which is what lets browser-based MCP clients make cross-origin requests to your Metabase. @@ -49,7 +49,7 @@ https://mcp.internal.example.com https://*.staging.example.com The field accepts wildcards (`*`) for subdomains. Changes take effect in about a minute. Might be a good time to get up and pour yourself a glass of water. -## Connect an MCP client +## Connect a client to your Metabase MCP server If your admin has turned on [your Metabase's MCP server](#enable-mcp-server), all you need to do is point your MCP client at Metabase's MCP endpoint, `/api/metabase-mcp`. For example: @@ -57,15 +57,17 @@ If your admin has turned on [your Metabase's MCP server](#enable-mcp-server), al https://{your-metabase.example.com}/api/metabase-mcp ``` -In the terminal, for example, you can run the following command. +You can find your instance's MCP URL in **Admin > AI > MCP**. + +For Claude Code, for example, you can run the following command. ``` claude mcp add --transport http metabase https://{your-metabase-url}/api/metabase-mcp ``` -Replacing {your-metabase-url} with your Metabase address. Once added, Claude Code will handle the OAuth flow for you: +replacing {your-metabase-url} with your Metabase address. -For Claude Desktop, you can create a [custom connector](https://support.claude.com/en/articles/11175166-get-started-with-custom-connectors-using-remote-mcp) by just giving it that URL to your Metabase's mcp endpoint. +Once you add the MCP server, your client will direct you to authentication page for your Metabase instance. ## Authentication @@ -102,23 +104,39 @@ For example, if you ask your AI client to use your Metabase's MCP server "what's You don't need to have an [AI provider](settings#choose-ai-provider) configured in Metabase to use your Metabase's MCP server. If you _do_ have an AI provider configured in Metabase to power Metabot, that provider will _not_ be used for MCP server requests. MCP calls by your local client have no effect on token usage for your Metabase's AI connection. +## Using the MCP server + + +The MCP server will return results as either text or an inline chart, depending on the question you asked. + +If you want the MCP server to return an inline chart, ask it to "show" or "visualize" the data: + +![Show me the stuff](./images/mcp-chart.png) + +Currently, the Metabase MCP server supports bar and line charts. You can drill-through through the charts, change time granularity, or explore them in Metabase. + +If your client is connected to other MCP servers, you can asks questions that combine data from multiple sources. For example, you can ask a question about your customers that combines data from Metabase, your CRM, and your support ticket platform (Though maybe you should put all that data into your Metabase). + +See [Available tools](#available-tools) for the list of functionality supported by the MCP server. + ## Available tools Some clients (like Claude Desktop) will ask you to approve each tool the first time it's used. The MCP server builds on Metabase's [Agent API](./agent-api), and exposes the following tools. If you're building a custom integration and need full control, use the [Agent API](./agent-api) directly instead. -### Discovery and reading +#### Find and read content - **search**: Find tables, metrics, cards, dashboards, and collections using keyword or natural language search. - **read_resource**: Read one or more Metabase entities by `metabase://` URI. Covers database / schema / table / collection / card / dashboard / metric / transform navigation in a single tool. Up to 5 URIs per call. -### Query construction and execution +#### Query and visualize data - **construct_query**: Construct a query against a table or metric. Returns an opaque query handle that can be passed to `execute_query`. - **query**: Query a table or metric and return results. - **execute_query**: Execute a previously constructed query and return the results with column metadata, row count, and execution time. - **execute_sql**: Execute a raw SQL query against a database. Requires native-query permission on the target database. An admin can disable this tool instance-wide via the `mcp-execute-sql-enabled` setting. +- **visualize_query**: render a chart inline in your AI client (bar or line chart only). -### Writing +#### Create content - **create_question**: Save a query as a named question (card). - **update_question**: Update a saved question. Setting `collection_id` moves the card to another collection. @@ -126,11 +144,11 @@ Some clients (like Claude Desktop) will ask you to approve each tool the first t - **update_dashboard**: Update a dashboard's metadata (name, description, collection, archived). - **create_collection**: Create a new collection, optionally nested under a parent collection. -## Use the MCP server with file-based development +## Use the MCP server with agent-driven development You can use the MCP server to help you create Metabase content as serialized YAML files that you can import into your Metabase. Point your agent at the MCP server to give it access to your Metabase's database metadata (table names, fields, and sample values) so it can write questions and dashboards that point at real columns. -See [File-based development](./file-based-development). +See [Agent-driven development](./file-based-development). ## Further reading diff --git a/_docs/latest/data-modeling/json-unfolding.md b/_docs/latest/data-modeling/json-unfolding.md index 1a9854c1a4..2bad561a74 100644 --- a/_docs/latest/data-modeling/json-unfolding.md +++ b/_docs/latest/data-modeling/json-unfolding.md @@ -34,16 +34,18 @@ And here are the values as seen in the table: This unfolding allows you to filter for values found in the original JSON object. +Metabase can also unfold nested JSON objects, but it doesn't unfold arrays. If a key contains an array, Metabase keeps that array as a single field. + Metabase will prefix the unfolded column names with the name of the original column that contained the JSON. You can change the column names in **Admin** > [Table metadata](metadata-editing), or by creating a [model](./models) and editing the column metadata. ## Databases that support JSON unfolding -- [BigQuery](../databases/connections/postgresql): automatically enabled, applies to `STRUCT` types only. +- [BigQuery](../databases/connections/bigquery): automatically enabled, applies to `STRUCT` types only. If your data is stored in the [STRUCT data type](https://cloud.google.com/bigquery/docs/reference/standard-sql/data-types#struct_type) in BigQuery, you can query the table's nested fields. This is enabled by default. However, Metabase won't unfold JSON stored in BigQuery as the `JSON` type. This is because in BigQuery, nested fields are _part of the table definition itself_, so when Metabase syncs with your BigQuery database, it'll be able to get metadata about any of your tables, including tables with nested fields. Querying nested fields, however, doesn't extend to arrays (REPEATED (STRUCT)) in BigQuery. - [Druid (JDBC)](../databases/connections/druid) -- [MongoDB](../databases/connections/mysql): automatically enabled for all nested fields. +- [MongoDB](../databases/connections/mongodb): automatically enabled for all nested fields. - [MySQL](../databases/connections/mysql) - [PostgreSQL](../databases/connections/postgresql) diff --git a/_docs/latest/installation-and-operation/alert-management.md b/_docs/latest/installation-and-operation/alert-management.md new file mode 100644 index 0000000000..0d7f590975 --- /dev/null +++ b/_docs/latest/installation-and-operation/alert-management.md @@ -0,0 +1,86 @@ +--- +version: v0.62 +has_magic_breadcrumbs: true +show_category_breadcrumb: true +show_title_breadcrumb: true +category: Installation and Operation +title: Alerts management +source_url: >- + https://github.com/metabase/metabase/blob/master/docs/installation-and-operation/alert-management.md +layout: new-docs +summary: See all alerts in your instance and manage them in bulk +latest: true +--- + +# Alerts management + +_Admin > Tools > Alerts management_ + +In the Alert management section, Admins can: + +- View and search all [question alerts](../questions/alerts) in their Metabase +- Identify failed or orphaned alerts +- Edit alerts, including changing the alert's owner +- Delete alerts in bulk + +![Alert management](./images/alert-management.png) + +Currently, [dashboard subscriptions](../dashboards/subscriptions) are not included. + +## See all alerts + +To see all alerts active in your Metabase instance, go to **Admin > Tools > Alerts management**. + +You can: + +- Filter alerts by channel ([email](../configuring-metabase/email), [Slack](../configuring-metabase/slack), or [webhook](../configuring-metabase/webhooks)) or recipient. + +- See alerts that **failed** the last time they were ran. + + Failed alerts view include both alerts that were attempted but failed (for example, because of a query error) and alerts that were abandoned and never attempted (for example, because the instance was restarting at the moment when the alert was scheduled). + + To see the entire history of alert runs (not just the last attempt), go to **Admin > Tools > Tasks** instead. + +- See **ownerless** alerts - alerts whose owner has been deactivated + + This is helpful when you want to [mass-delete](#delete-alerts) alerts that are no longer relevant, or [change the owner](#change-alert-owners) to an active user. + +- See individual alert's properties and history. + +- [Delete alerts in bulk](#delete-alerts). + +- [Change alert owners in bulk](#change-alert-owners). + +If you want to get some analytics about your alerts (rather than manage them) - for example, you want to see how many alerts have failed per week, or which questions have the most number of alerts - use [Usage Analytics](../usage-and-performance-tools/usage-analytics) instead. + +## Change alert owners + +The owner of an alert has the power to edit or delete the alert. Usually, the person who created the alert is also the alert's owner. + +Admins can change owners of alerts. This is useful, for example, if the original alert owner left the company, and you need to give some else the power to manage the alert. + +To change the owner for one or more alerts: + +1. Go to **Admin > Tools > Alerts management**. +2. Select the alerts whose owners you'd like to change. +3. Click **Change owner** at the bottom of the screen. +4. Assign a new owner. + +## Delete alerts + +![Bulk delete](./images/alerts-bult.png) + +You can delete multiple alerts at once. + +1. Go to **Admin > Tools > Alerts management**. +2. Select the alerts whose owners you'd like to delete. +3. Click **Delete** at the bottom of the screen. + +## Further reading + +- [Alerts](../questions/alerts) +- [Usage analytics](../usage-and-performance-tools/usage-analytics) +- [Setting up email](../configuring-metabase/email) +- [Setting up Slack](../configuring-metabase/slack) +- [Setting up webhooks](../configuring-metabase/webhooks) +- [Managing people](../people-and-groups/managing) diff --git a/_docs/latest/installation-and-operation/images/alert-management.png b/_docs/latest/installation-and-operation/images/alert-management.png new file mode 100644 index 0000000000..c70429074c Binary files /dev/null and b/_docs/latest/installation-and-operation/images/alert-management.png differ diff --git a/_docs/latest/installation-and-operation/images/alerts-bult.png b/_docs/latest/installation-and-operation/images/alerts-bult.png new file mode 100644 index 0000000000..9cc3909d47 Binary files /dev/null and b/_docs/latest/installation-and-operation/images/alerts-bult.png differ diff --git a/_docs/latest/questions/alerts.md b/_docs/latest/questions/alerts.md index ca6214e3b1..f7bb1fb59c 100644 --- a/_docs/latest/questions/alerts.md +++ b/_docs/latest/questions/alerts.md @@ -42,13 +42,13 @@ To create an alert: 2. Click on the **three dots** in the top-right of the screen. 3. Select **Create an alert**. 4. Select what you want to be alerted about (options depend on the question type): - - [When a question returns a result](#results-alerts) - for any question. - - [When a time series crosses a goal line](#goal-line-alerts) - for a line, bar, or area chart displaying a time series. - - [When a progress bar reaches or goes below its goal](#progress-bar-alerts) - for progress bars. -6. Select when you want Metabase to check the results: by the minute, hourly, daily, weekly, monthly, or on a custom schedule that you set using the Quartz [cron syntax](https://www.quartz-scheduler.org/documentation/quartz-2.3.0/tutorials/crontrigger.html). -7. Select the alert's destination: [email](../configuring-metabase/email), [Slack](../configuring-metabase/slack), or to a [webhook](../configuring-metabase/webhooks) (only admins and people with [settings access](../permissions/application#settings-access) can create and send to webhooks). -8. Configure any other options (like [only sending the alert once](#send-a-one-time-alert)). -9. Click **Done**. + - [When a question returns a result](#results-alerts) - for any question. + - [When a time series crosses a goal line](#goal-line-alerts) - for a line, bar, or area chart displaying a time series. + - [When a progress bar reaches or goes below its goal](#progress-bar-alerts) - for progress bars. +5. Select when you want Metabase to check the results: by the minute, hourly, daily, weekly, monthly, or on a custom schedule that you set using the Quartz [cron syntax](https://www.quartz-scheduler.org/documentation/quartz-2.3.0/tutorials/crontrigger.html). +6. Select the alert's destination: [email](../configuring-metabase/email), [Slack](../configuring-metabase/slack), or to a [webhook](../configuring-metabase/webhooks) (only admins and people with [settings access](../permissions/application#settings-access) can create and send to webhooks). +7. Configure any other options (like [only sending the alert once](#send-a-one-time-alert)). +8. Click **Done**. ## Send a one-time alert @@ -85,11 +85,11 @@ To create an alert when a time series crosses a goal line: 5. Save the question. 6. Click the **three dots** icon in top and select "Create alert" - You can choose: + You can choose: - - Whether you want Metabase to alert you when the time series goes above the goal line or when it goes below the goal line. - - Whether you want Metabase to alert you every time the time series crosses a goal line, or only the first time it crosses the goal line. - - How often you want Metabase to check to see if the goal line has been crossed. + - Whether you want Metabase to alert you when the time series goes above the goal line or when it goes below the goal line. + - Whether you want Metabase to alert you every time the time series crosses a goal line, or only the first time it crosses the goal line. + - How often you want Metabase to check to see if the goal line has been crossed. 7. Select the schedule and recipients for the alert, and click "Done" @@ -126,6 +126,8 @@ Admins: - Admins can add or remove recipients on any alert, even ones that they didn't create themselves. - Admins can bulk manage alerts per person from the [People menu in Admin settings](../people-and-groups/managing#unsubscribe-from-all-subscriptions-and-alerts). +- Admins can bulk manage all alerts in the instance in [Admin > Tools > Alert management](../installation-and-operation/alert-management). + Metabase will email you when: - You set up an alert diff --git a/_docs/v0.62/ai/images/mcp-chart.png b/_docs/v0.62/ai/images/mcp-chart.png new file mode 100644 index 0000000000..aff85b8cab Binary files /dev/null and b/_docs/v0.62/ai/images/mcp-chart.png differ diff --git a/_docs/v0.62/ai/mcp.md b/_docs/v0.62/ai/mcp.md index b162f5dc8c..92fe3d5313 100644 --- a/_docs/v0.62/ai/mcp.md +++ b/_docs/v0.62/ai/mcp.md @@ -16,7 +16,7 @@ summary: 'Connect MCP-compatible AI clients to Metabase to search, explore, and Metabase includes an [MCP (Model Context Protocol)](https://modelcontextprotocol.io/) server (using Streamable HTTP transport) that lets AI clients connect directly to your Metabase, all scoped to the connecting person's permissions. -# Enable MCP server +## Enable MCP server _Admin > AI > MCP_ @@ -30,7 +30,7 @@ Under **Supported MCP clients**, switch on any clients you want to allow: - **Claude** (Claude Desktop and Claude on the web) - **Cursor and VS Code** -- **ChatGPT** +- **ChatGPT**, including **Codex** Toggling on a client automatically adds that client's sandbox domains to Metabase's CORS allowlist, which is what lets browser-based MCP clients make cross-origin requests to your Metabase. @@ -46,7 +46,7 @@ https://mcp.internal.example.com https://*.staging.example.com The field accepts wildcards (`*`) for subdomains. Changes take effect in about a minute. Might be a good time to get up and pour yourself a glass of water. -## Connect an MCP client +## Connect a client to your Metabase MCP server If your admin has turned on [your Metabase's MCP server](#enable-mcp-server), all you need to do is point your MCP client at Metabase's MCP endpoint, `/api/metabase-mcp`. For example: @@ -54,15 +54,17 @@ If your admin has turned on [your Metabase's MCP server](#enable-mcp-server), al https://{your-metabase.example.com}/api/metabase-mcp ``` -In the terminal, for example, you can run the following command. +You can find your instance's MCP URL in **Admin > AI > MCP**. + +For Claude Code, for example, you can run the following command. ``` claude mcp add --transport http metabase https://{your-metabase-url}/api/metabase-mcp ``` -Replacing {your-metabase-url} with your Metabase address. Once added, Claude Code will handle the OAuth flow for you: +replacing {your-metabase-url} with your Metabase address. -For Claude Desktop, you can create a [custom connector](https://support.claude.com/en/articles/11175166-get-started-with-custom-connectors-using-remote-mcp) by just giving it that URL to your Metabase's mcp endpoint. +Once you add the MCP server, your client will direct you to authentication page for your Metabase instance. ## Authentication @@ -99,23 +101,39 @@ For example, if you ask your AI client to use your Metabase's MCP server "what's You don't need to have an [AI provider](settings#choose-ai-provider) configured in Metabase to use your Metabase's MCP server. If you _do_ have an AI provider configured in Metabase to power Metabot, that provider will _not_ be used for MCP server requests. MCP calls by your local client have no effect on token usage for your Metabase's AI connection. +## Using the MCP server + + +The MCP server will return results as either text or an inline chart, depending on the question you asked. + +If you want the MCP server to return an inline chart, ask it to "show" or "visualize" the data: + +![Show me the stuff](./images/mcp-chart.png) + +Currently, the Metabase MCP server supports bar and line charts. You can drill-through through the charts, change time granularity, or explore them in Metabase. + +If your client is connected to other MCP servers, you can asks questions that combine data from multiple sources. For example, you can ask a question about your customers that combines data from Metabase, your CRM, and your support ticket platform (Though maybe you should put all that data into your Metabase). + +See [Available tools](#available-tools) for the list of functionality supported by the MCP server. + ## Available tools Some clients (like Claude Desktop) will ask you to approve each tool the first time it's used. The MCP server builds on Metabase's [Agent API](./agent-api), and exposes the following tools. If you're building a custom integration and need full control, use the [Agent API](./agent-api) directly instead. -### Discovery and reading +#### Find and read content - **search**: Find tables, metrics, cards, dashboards, and collections using keyword or natural language search. - **read_resource**: Read one or more Metabase entities by `metabase://` URI. Covers database / schema / table / collection / card / dashboard / metric / transform navigation in a single tool. Up to 5 URIs per call. -### Query construction and execution +#### Query and visualize data - **construct_query**: Construct a query against a table or metric. Returns an opaque query handle that can be passed to `execute_query`. - **query**: Query a table or metric and return results. - **execute_query**: Execute a previously constructed query and return the results with column metadata, row count, and execution time. - **execute_sql**: Execute a raw SQL query against a database. Requires native-query permission on the target database. An admin can disable this tool instance-wide via the `mcp-execute-sql-enabled` setting. +- **visualize_query**: render a chart inline in your AI client (bar or line chart only). -### Writing +#### Create content - **create_question**: Save a query as a named question (card). - **update_question**: Update a saved question. Setting `collection_id` moves the card to another collection. @@ -123,11 +141,11 @@ Some clients (like Claude Desktop) will ask you to approve each tool the first t - **update_dashboard**: Update a dashboard's metadata (name, description, collection, archived). - **create_collection**: Create a new collection, optionally nested under a parent collection. -## Use the MCP server with file-based development +## Use the MCP server with agent-driven development You can use the MCP server to help you create Metabase content as serialized YAML files that you can import into your Metabase. Point your agent at the MCP server to give it access to your Metabase's database metadata (table names, fields, and sample values) so it can write questions and dashboards that point at real columns. -See [File-based development](./file-based-development). +See [Agent-driven development](./file-based-development). ## Further reading diff --git a/_docs/v0.62/data-modeling/json-unfolding.md b/_docs/v0.62/data-modeling/json-unfolding.md index 246dd5082e..2e4e11dd0b 100644 --- a/_docs/v0.62/data-modeling/json-unfolding.md +++ b/_docs/v0.62/data-modeling/json-unfolding.md @@ -30,16 +30,18 @@ And here are the values as seen in the table: This unfolding allows you to filter for values found in the original JSON object. +Metabase can also unfold nested JSON objects, but it doesn't unfold arrays. If a key contains an array, Metabase keeps that array as a single field. + Metabase will prefix the unfolded column names with the name of the original column that contained the JSON. You can change the column names in **Admin** > [Table metadata](metadata-editing), or by creating a [model](./models) and editing the column metadata. ## Databases that support JSON unfolding -- [BigQuery](../databases/connections/postgresql): automatically enabled, applies to `STRUCT` types only. +- [BigQuery](../databases/connections/bigquery): automatically enabled, applies to `STRUCT` types only. If your data is stored in the [STRUCT data type](https://cloud.google.com/bigquery/docs/reference/standard-sql/data-types#struct_type) in BigQuery, you can query the table's nested fields. This is enabled by default. However, Metabase won't unfold JSON stored in BigQuery as the `JSON` type. This is because in BigQuery, nested fields are _part of the table definition itself_, so when Metabase syncs with your BigQuery database, it'll be able to get metadata about any of your tables, including tables with nested fields. Querying nested fields, however, doesn't extend to arrays (REPEATED (STRUCT)) in BigQuery. - [Druid (JDBC)](../databases/connections/druid) -- [MongoDB](../databases/connections/mysql): automatically enabled for all nested fields. +- [MongoDB](../databases/connections/mongodb): automatically enabled for all nested fields. - [MySQL](../databases/connections/mysql) - [PostgreSQL](../databases/connections/postgresql) diff --git a/_docs/v0.62/installation-and-operation/alert-management.md b/_docs/v0.62/installation-and-operation/alert-management.md new file mode 100644 index 0000000000..117c051399 --- /dev/null +++ b/_docs/v0.62/installation-and-operation/alert-management.md @@ -0,0 +1,84 @@ +--- +version: v0.62 +has_magic_breadcrumbs: true +show_category_breadcrumb: true +show_title_breadcrumb: true +category: 'Installation and Operation' +title: 'Alerts management' +source_url: 'https://github.com/metabase/metabase/blob/master/docs/installation-and-operation/alert-management.md' +layout: new-docs +summary: 'See all alerts in your instance and manage them in bulk' +--- + +# Alerts management + +_Admin > Tools > Alerts management_ + +In the Alert management section, Admins can: + +- View and search all [question alerts](../questions/alerts) in their Metabase +- Identify failed or orphaned alerts +- Edit alerts, including changing the alert's owner +- Delete alerts in bulk + +![Alert management](./images/alert-management.png) + +Currently, [dashboard subscriptions](../dashboards/subscriptions) are not included. + +## See all alerts + +To see all alerts active in your Metabase instance, go to **Admin > Tools > Alerts management**. + +You can: + +- Filter alerts by channel ([email](../configuring-metabase/email), [Slack](../configuring-metabase/slack), or [webhook](../configuring-metabase/webhooks)) or recipient. + +- See alerts that **failed** the last time they were ran. + + Failed alerts view include both alerts that were attempted but failed (for example, because of a query error) and alerts that were abandoned and never attempted (for example, because the instance was restarting at the moment when the alert was scheduled). + + To see the entire history of alert runs (not just the last attempt), go to **Admin > Tools > Tasks** instead. + +- See **ownerless** alerts - alerts whose owner has been deactivated + + This is helpful when you want to [mass-delete](#delete-alerts) alerts that are no longer relevant, or [change the owner](#change-alert-owners) to an active user. + +- See individual alert's properties and history. + +- [Delete alerts in bulk](#delete-alerts). + +- [Change alert owners in bulk](#change-alert-owners). + +If you want to get some analytics about your alerts (rather than manage them) - for example, you want to see how many alerts have failed per week, or which questions have the most number of alerts - use [Usage Analytics](../usage-and-performance-tools/usage-analytics) instead. + +## Change alert owners + +The owner of an alert has the power to edit or delete the alert. Usually, the person who created the alert is also the alert's owner. + +Admins can change owners of alerts. This is useful, for example, if the original alert owner left the company, and you need to give some else the power to manage the alert. + +To change the owner for one or more alerts: + +1. Go to **Admin > Tools > Alerts management**. +2. Select the alerts whose owners you'd like to change. +3. Click **Change owner** at the bottom of the screen. +4. Assign a new owner. + +## Delete alerts + +![Bulk delete](./images/alerts-bult.png) + +You can delete multiple alerts at once. + +1. Go to **Admin > Tools > Alerts management**. +2. Select the alerts whose owners you'd like to delete. +3. Click **Delete** at the bottom of the screen. + +## Further reading + +- [Alerts](../questions/alerts) +- [Usage analytics](../usage-and-performance-tools/usage-analytics) +- [Setting up email](../configuring-metabase/email) +- [Setting up Slack](../configuring-metabase/slack) +- [Setting up webhooks](../configuring-metabase/webhooks) +- [Managing people](../people-and-groups/managing) diff --git a/_docs/v0.62/installation-and-operation/images/alert-management.png b/_docs/v0.62/installation-and-operation/images/alert-management.png new file mode 100644 index 0000000000..c70429074c Binary files /dev/null and b/_docs/v0.62/installation-and-operation/images/alert-management.png differ diff --git a/_docs/v0.62/installation-and-operation/images/alerts-bult.png b/_docs/v0.62/installation-and-operation/images/alerts-bult.png new file mode 100644 index 0000000000..9cc3909d47 Binary files /dev/null and b/_docs/v0.62/installation-and-operation/images/alerts-bult.png differ diff --git a/_docs/v0.62/questions/alerts.md b/_docs/v0.62/questions/alerts.md index 2238bffca3..c0a357f38e 100644 --- a/_docs/v0.62/questions/alerts.md +++ b/_docs/v0.62/questions/alerts.md @@ -39,13 +39,13 @@ To create an alert: 2. Click on the **three dots** in the top-right of the screen. 3. Select **Create an alert**. 4. Select what you want to be alerted about (options depend on the question type): - - [When a question returns a result](#results-alerts) - for any question. - - [When a time series crosses a goal line](#goal-line-alerts) - for a line, bar, or area chart displaying a time series. - - [When a progress bar reaches or goes below its goal](#progress-bar-alerts) - for progress bars. -6. Select when you want Metabase to check the results: by the minute, hourly, daily, weekly, monthly, or on a custom schedule that you set using the Quartz [cron syntax](https://www.quartz-scheduler.org/documentation/quartz-2.3.0/tutorials/crontrigger.html). -7. Select the alert's destination: [email](../configuring-metabase/email), [Slack](../configuring-metabase/slack), or to a [webhook](../configuring-metabase/webhooks) (only admins and people with [settings access](../permissions/application#settings-access) can create and send to webhooks). -8. Configure any other options (like [only sending the alert once](#send-a-one-time-alert)). -9. Click **Done**. + - [When a question returns a result](#results-alerts) - for any question. + - [When a time series crosses a goal line](#goal-line-alerts) - for a line, bar, or area chart displaying a time series. + - [When a progress bar reaches or goes below its goal](#progress-bar-alerts) - for progress bars. +5. Select when you want Metabase to check the results: by the minute, hourly, daily, weekly, monthly, or on a custom schedule that you set using the Quartz [cron syntax](https://www.quartz-scheduler.org/documentation/quartz-2.3.0/tutorials/crontrigger.html). +6. Select the alert's destination: [email](../configuring-metabase/email), [Slack](../configuring-metabase/slack), or to a [webhook](../configuring-metabase/webhooks) (only admins and people with [settings access](../permissions/application#settings-access) can create and send to webhooks). +7. Configure any other options (like [only sending the alert once](#send-a-one-time-alert)). +8. Click **Done**. ## Send a one-time alert @@ -82,11 +82,11 @@ To create an alert when a time series crosses a goal line: 5. Save the question. 6. Click the **three dots** icon in top and select "Create alert" - You can choose: + You can choose: - - Whether you want Metabase to alert you when the time series goes above the goal line or when it goes below the goal line. - - Whether you want Metabase to alert you every time the time series crosses a goal line, or only the first time it crosses the goal line. - - How often you want Metabase to check to see if the goal line has been crossed. + - Whether you want Metabase to alert you when the time series goes above the goal line or when it goes below the goal line. + - Whether you want Metabase to alert you every time the time series crosses a goal line, or only the first time it crosses the goal line. + - How often you want Metabase to check to see if the goal line has been crossed. 7. Select the schedule and recipients for the alert, and click "Done" @@ -123,6 +123,8 @@ Admins: - Admins can add or remove recipients on any alert, even ones that they didn't create themselves. - Admins can bulk manage alerts per person from the [People menu in Admin settings](../people-and-groups/managing#unsubscribe-from-all-subscriptions-and-alerts). +- Admins can bulk manage all alerts in the instance in [Admin > Tools > Alert management](../installation-and-operation/alert-management). + Metabase will email you when: - You set up an alert diff --git a/_site/docs/all.html b/_site/docs/all.html index 015e5ab902..7fb18bb24f 100644 --- a/_site/docs/all.html +++ b/_site/docs/all.html @@ -2595,6 +2595,34 @@
Analytics
+ + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/CONTRIBUTING.html b/_site/docs/latest/CONTRIBUTING.html index 2cefdc0a28..e97abe7567 100644 --- a/_site/docs/latest/CONTRIBUTING.html +++ b/_site/docs/latest/CONTRIBUTING.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/actions/basic.html b/_site/docs/latest/actions/basic.html index 58e8cc1edf..37eb4238f5 100644 --- a/_site/docs/latest/actions/basic.html +++ b/_site/docs/latest/actions/basic.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/actions/custom.html b/_site/docs/latest/actions/custom.html index 2e04c8677b..81698fb5ca 100644 --- a/_site/docs/latest/actions/custom.html +++ b/_site/docs/latest/actions/custom.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/actions/introduction.html b/_site/docs/latest/actions/introduction.html index 242253bec5..2b9cb094ec 100644 --- a/_site/docs/latest/actions/introduction.html +++ b/_site/docs/latest/actions/introduction.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/actions/start.html b/_site/docs/latest/actions/start.html index c7c5c17f29..ee047ea122 100644 --- a/_site/docs/latest/actions/start.html +++ b/_site/docs/latest/actions/start.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/ai/agent-api.html b/_site/docs/latest/ai/agent-api.html index 9bb9cd44ca..a1fc0c8fd9 100644 --- a/_site/docs/latest/ai/agent-api.html +++ b/_site/docs/latest/ai/agent-api.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/ai/customization.html b/_site/docs/latest/ai/customization.html index 3fe30c4d6b..0fdcbb9c9d 100644 --- a/_site/docs/latest/ai/customization.html +++ b/_site/docs/latest/ai/customization.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/ai/file-based-development.html b/_site/docs/latest/ai/file-based-development.html index cb1efd6289..c8438f53fb 100644 --- a/_site/docs/latest/ai/file-based-development.html +++ b/_site/docs/latest/ai/file-based-development.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/ai/images/mcp-chart.png b/_site/docs/latest/ai/images/mcp-chart.png new file mode 100644 index 0000000000..aff85b8cab Binary files /dev/null and b/_site/docs/latest/ai/images/mcp-chart.png differ diff --git a/_site/docs/latest/ai/mcp.html b/_site/docs/latest/ai/mcp.html index 32b3b11e02..e1293d550e 100644 --- a/_site/docs/latest/ai/mcp.html +++ b/_site/docs/latest/ai/mcp.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics @@ -6324,7 +6435,7 @@

    MCP server

    Metabase includes an MCP (Model Context Protocol) server (using Streamable HTTP transport) that lets AI clients connect directly to your Metabase, all scoped to the connecting person’s permissions.

    -

    Enable MCP server

    +

    Enable MCP server

    Admin > AI > MCP

    @@ -6339,7 +6450,7 @@

    Supported MCP clients

    Toggling on a client automatically adds that client’s sandbox domains to Metabase’s CORS allowlist, which is what lets browser-based MCP clients make cross-origin requests to your Metabase.

    @@ -6355,21 +6466,23 @@

    Custom MCP client domains

    The field accepts wildcards (*) for subdomains. Changes take effect in about a minute. Might be a good time to get up and pour yourself a glass of water.

    -

    Connect an MCP client

    +

    Connect a client to your Metabase MCP server

    If your admin has turned on your Metabase’s MCP server, all you need to do is point your MCP client at Metabase’s MCP endpoint, /api/metabase-mcp. For example:

    https://{your-metabase.example.com}/api/metabase-mcp
     
    -

    In the terminal, for example, you can run the following command.

    +

    You can find your instance’s MCP URL in Admin > AI > MCP.

    + +

    For Claude Code, for example, you can run the following command.

    claude mcp add --transport http metabase https://{your-metabase-url}/api/metabase-mcp
     
    -

    Replacing {your-metabase-url} with your Metabase address. Once added, Claude Code will handle the OAuth flow for you:

    +

    replacing {your-metabase-url} with your Metabase address.

    -

    For Claude Desktop, you can create a custom connector by just giving it that URL to your Metabase’s mcp endpoint.

    +

    Once you add the MCP server, your client will direct you to authentication page for your Metabase instance.

    Authentication

    @@ -6407,27 +6520,42 @@

    With the MCP server, yo

    You don’t need to have an AI provider configured in Metabase to use your Metabase’s MCP server. If you do have an AI provider configured in Metabase to power Metabot, that provider will not be used for MCP server requests. MCP calls by your local client have no effect on token usage for your Metabase’s AI connection.

    +

    Using the MCP server

    + +

    The MCP server will return results as either text or an inline chart, depending on the question you asked.

    + +

    If you want the MCP server to return an inline chart, ask it to “show” or “visualize” the data:

    + +

    Show me the stuff

    + +

    Currently, the Metabase MCP server supports bar and line charts. You can drill-through through the charts, change time granularity, or explore them in Metabase.

    + +

    If your client is connected to other MCP servers, you can asks questions that combine data from multiple sources. For example, you can ask a question about your customers that combines data from Metabase, your CRM, and your support ticket platform (Though maybe you should put all that data into your Metabase).

    + +

    See Available tools for the list of functionality supported by the MCP server.

    +

    Available tools

    Some clients (like Claude Desktop) will ask you to approve each tool the first time it’s used. The MCP server builds on Metabase’s Agent API, and exposes the following tools. If you’re building a custom integration and need full control, use the Agent API directly instead.

    -

    Discovery and reading

    +

    Find and read content

    -

    Query construction and execution

    +

    Query and visualize data

    -

    Writing

    +

    Create content

    -

    Use the MCP server with file-based development

    +

    Use the MCP server with agent-driven development

    You can use the MCP server to help you create Metabase content as serialized YAML files that you can import into your Metabase. Point your agent at the MCP server to give it access to your Metabase’s database metadata (table names, fields, and sample values) so it can write questions and dashboards that point at real columns.

    -

    See File-based development.

    +

    See Agent-driven development.

    Further reading

    diff --git a/_site/docs/latest/ai/metabot-slack.html b/_site/docs/latest/ai/metabot-slack.html index e815bc97a5..edab6309a2 100644 --- a/_site/docs/latest/ai/metabot-slack.html +++ b/_site/docs/latest/ai/metabot-slack.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/ai/metabot.html b/_site/docs/latest/ai/metabot.html index 350a957c7e..ed2fa5c232 100644 --- a/_site/docs/latest/ai/metabot.html +++ b/_site/docs/latest/ai/metabot.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/ai/overview.html b/_site/docs/latest/ai/overview.html index e1965f5753..2370a8ece7 100644 --- a/_site/docs/latest/ai/overview.html +++ b/_site/docs/latest/ai/overview.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/ai/privacy.html b/_site/docs/latest/ai/privacy.html index 7c2dd743a6..d91571122b 100644 --- a/_site/docs/latest/ai/privacy.html +++ b/_site/docs/latest/ai/privacy.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/ai/settings.html b/_site/docs/latest/ai/settings.html index e3bff972d8..c0321ef59f 100644 --- a/_site/docs/latest/ai/settings.html +++ b/_site/docs/latest/ai/settings.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/ai/start.html b/_site/docs/latest/ai/start.html index 1888475ee3..2d7279b6b9 100644 --- a/_site/docs/latest/ai/start.html +++ b/_site/docs/latest/ai/start.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/ai/system-prompts.html b/_site/docs/latest/ai/system-prompts.html index d45066bcb4..95f19b3286 100644 --- a/_site/docs/latest/ai/system-prompts.html +++ b/_site/docs/latest/ai/system-prompts.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/ai/usage-auditing.html b/_site/docs/latest/ai/usage-auditing.html index e4f5b7d970..4f412048a7 100644 --- a/_site/docs/latest/ai/usage-auditing.html +++ b/_site/docs/latest/ai/usage-auditing.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/ai/usage-controls.html b/_site/docs/latest/ai/usage-controls.html index e75b8b552e..5e0a2398d5 100644 --- a/_site/docs/latest/ai/usage-controls.html +++ b/_site/docs/latest/ai/usage-controls.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/cloud/accounts-and-billing.html b/_site/docs/latest/cloud/accounts-and-billing.html index 63ef24bce8..2621921a6f 100644 --- a/_site/docs/latest/cloud/accounts-and-billing.html +++ b/_site/docs/latest/cloud/accounts-and-billing.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/cloud/change-region.html b/_site/docs/latest/cloud/change-region.html index 3ade0b01e1..432f024c5c 100644 --- a/_site/docs/latest/cloud/change-region.html +++ b/_site/docs/latest/cloud/change-region.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/cloud/cloud-vs-self-hosting.html b/_site/docs/latest/cloud/cloud-vs-self-hosting.html index 0dbc2410fa..344a0d3ec6 100644 --- a/_site/docs/latest/cloud/cloud-vs-self-hosting.html +++ b/_site/docs/latest/cloud/cloud-vs-self-hosting.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/cloud/custom-domain.html b/_site/docs/latest/cloud/custom-domain.html index 465d730d66..ed25676d9c 100644 --- a/_site/docs/latest/cloud/custom-domain.html +++ b/_site/docs/latest/cloud/custom-domain.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/cloud/google-sheets.html b/_site/docs/latest/cloud/google-sheets.html index 6da88f6cb9..fc865e491f 100644 --- a/_site/docs/latest/cloud/google-sheets.html +++ b/_site/docs/latest/cloud/google-sheets.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/cloud/how-billing-works.html b/_site/docs/latest/cloud/how-billing-works.html index 1b5037ad43..f7d0a412c5 100644 --- a/_site/docs/latest/cloud/how-billing-works.html +++ b/_site/docs/latest/cloud/how-billing-works.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/cloud/ip-addresses-to-whitelist.html b/_site/docs/latest/cloud/ip-addresses-to-whitelist.html index 09e27844dd..ab39dea9a9 100644 --- a/_site/docs/latest/cloud/ip-addresses-to-whitelist.html +++ b/_site/docs/latest/cloud/ip-addresses-to-whitelist.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/cloud/limitations.html b/_site/docs/latest/cloud/limitations.html index 14af7826e8..0f27a82dc7 100644 --- a/_site/docs/latest/cloud/limitations.html +++ b/_site/docs/latest/cloud/limitations.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/cloud/migrate/cloud-to-self-hosted.html b/_site/docs/latest/cloud/migrate/cloud-to-self-hosted.html index 02fa5cbdde..c41f50c96d 100644 --- a/_site/docs/latest/cloud/migrate/cloud-to-self-hosted.html +++ b/_site/docs/latest/cloud/migrate/cloud-to-self-hosted.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/cloud/migrate/guide-pre-50.html b/_site/docs/latest/cloud/migrate/guide-pre-50.html index b2f079a8d0..5cbe99b71b 100644 --- a/_site/docs/latest/cloud/migrate/guide-pre-50.html +++ b/_site/docs/latest/cloud/migrate/guide-pre-50.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/cloud/migrate/guide.html b/_site/docs/latest/cloud/migrate/guide.html index 6e1e8ca12b..5fb2e79728 100644 --- a/_site/docs/latest/cloud/migrate/guide.html +++ b/_site/docs/latest/cloud/migrate/guide.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/cloud/migrate/heroku.html b/_site/docs/latest/cloud/migrate/heroku.html index 9c65e04338..bae2f7fa4e 100644 --- a/_site/docs/latest/cloud/migrate/heroku.html +++ b/_site/docs/latest/cloud/migrate/heroku.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/cloud/start.html b/_site/docs/latest/cloud/start.html index d4007579c8..6f52fb1e96 100644 --- a/_site/docs/latest/cloud/start.html +++ b/_site/docs/latest/cloud/start.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/cloud/storage.html b/_site/docs/latest/cloud/storage.html index e1ff63a09c..50f0e3699c 100644 --- a/_site/docs/latest/cloud/storage.html +++ b/_site/docs/latest/cloud/storage.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/configuring-metabase/appearance.html b/_site/docs/latest/configuring-metabase/appearance.html index eaf2eacc13..1979ec2166 100644 --- a/_site/docs/latest/configuring-metabase/appearance.html +++ b/_site/docs/latest/configuring-metabase/appearance.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/configuring-metabase/caching.html b/_site/docs/latest/configuring-metabase/caching.html index c04243c899..e1b2dc3a15 100644 --- a/_site/docs/latest/configuring-metabase/caching.html +++ b/_site/docs/latest/configuring-metabase/caching.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/configuring-metabase/config-file.html b/_site/docs/latest/configuring-metabase/config-file.html index 1bf356ab44..091e0ce702 100644 --- a/_site/docs/latest/configuring-metabase/config-file.html +++ b/_site/docs/latest/configuring-metabase/config-file.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/configuring-metabase/config-template.html b/_site/docs/latest/configuring-metabase/config-template.html index 0b0c48fa46..71e884971d 100644 --- a/_site/docs/latest/configuring-metabase/config-template.html +++ b/_site/docs/latest/configuring-metabase/config-template.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/configuring-metabase/custom-maps.html b/_site/docs/latest/configuring-metabase/custom-maps.html index 7a3f8aa15f..b6dbf956cf 100644 --- a/_site/docs/latest/configuring-metabase/custom-maps.html +++ b/_site/docs/latest/configuring-metabase/custom-maps.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/configuring-metabase/customizing-jetty-webserver.html b/_site/docs/latest/configuring-metabase/customizing-jetty-webserver.html index b9d094095b..827335cc37 100644 --- a/_site/docs/latest/configuring-metabase/customizing-jetty-webserver.html +++ b/_site/docs/latest/configuring-metabase/customizing-jetty-webserver.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/configuring-metabase/email.html b/_site/docs/latest/configuring-metabase/email.html index f730b998fa..c33ae67ad1 100644 --- a/_site/docs/latest/configuring-metabase/email.html +++ b/_site/docs/latest/configuring-metabase/email.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/configuring-metabase/environment-variables.html b/_site/docs/latest/configuring-metabase/environment-variables.html index ba28a5b9e2..cd58baab01 100644 --- a/_site/docs/latest/configuring-metabase/environment-variables.html +++ b/_site/docs/latest/configuring-metabase/environment-variables.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/configuring-metabase/fonts.html b/_site/docs/latest/configuring-metabase/fonts.html index 11b52dcb37..61bd074e6d 100644 --- a/_site/docs/latest/configuring-metabase/fonts.html +++ b/_site/docs/latest/configuring-metabase/fonts.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/configuring-metabase/localization.html b/_site/docs/latest/configuring-metabase/localization.html index e187e1eb26..c6bf96d0fd 100644 --- a/_site/docs/latest/configuring-metabase/localization.html +++ b/_site/docs/latest/configuring-metabase/localization.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/configuring-metabase/log-configuration.html b/_site/docs/latest/configuring-metabase/log-configuration.html index 75f5111933..3e0a554c8a 100644 --- a/_site/docs/latest/configuring-metabase/log-configuration.html +++ b/_site/docs/latest/configuring-metabase/log-configuration.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/configuring-metabase/setting-up-metabase.html b/_site/docs/latest/configuring-metabase/setting-up-metabase.html index 22124f90dd..6dfc29c8b1 100644 --- a/_site/docs/latest/configuring-metabase/setting-up-metabase.html +++ b/_site/docs/latest/configuring-metabase/setting-up-metabase.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/configuring-metabase/settings.html b/_site/docs/latest/configuring-metabase/settings.html index 691dc792c2..238f08bdf1 100644 --- a/_site/docs/latest/configuring-metabase/settings.html +++ b/_site/docs/latest/configuring-metabase/settings.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/configuring-metabase/slack.html b/_site/docs/latest/configuring-metabase/slack.html index 1bab0dad06..c41f31a003 100644 --- a/_site/docs/latest/configuring-metabase/slack.html +++ b/_site/docs/latest/configuring-metabase/slack.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/configuring-metabase/start.html b/_site/docs/latest/configuring-metabase/start.html index bcb3409850..45cc2977fb 100644 --- a/_site/docs/latest/configuring-metabase/start.html +++ b/_site/docs/latest/configuring-metabase/start.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/configuring-metabase/timezones.html b/_site/docs/latest/configuring-metabase/timezones.html index 8ea01745ae..3f29cf6ed3 100644 --- a/_site/docs/latest/configuring-metabase/timezones.html +++ b/_site/docs/latest/configuring-metabase/timezones.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/configuring-metabase/webhooks.html b/_site/docs/latest/configuring-metabase/webhooks.html index 2c9d1df657..6773c29848 100644 --- a/_site/docs/latest/configuring-metabase/webhooks.html +++ b/_site/docs/latest/configuring-metabase/webhooks.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/dashboards/actions.html b/_site/docs/latest/dashboards/actions.html index 8b56fae87b..0eb6f188ea 100644 --- a/_site/docs/latest/dashboards/actions.html +++ b/_site/docs/latest/dashboards/actions.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/dashboards/filters.html b/_site/docs/latest/dashboards/filters.html index c23e74161c..9a0aa9ac25 100644 --- a/_site/docs/latest/dashboards/filters.html +++ b/_site/docs/latest/dashboards/filters.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/dashboards/interactive.html b/_site/docs/latest/dashboards/interactive.html index 41e9daa64f..c57caa8cab 100644 --- a/_site/docs/latest/dashboards/interactive.html +++ b/_site/docs/latest/dashboards/interactive.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/dashboards/introduction.html b/_site/docs/latest/dashboards/introduction.html index 4eca7d1d87..8b3ffb3147 100644 --- a/_site/docs/latest/dashboards/introduction.html +++ b/_site/docs/latest/dashboards/introduction.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/dashboards/linked-filters.html b/_site/docs/latest/dashboards/linked-filters.html index bd26b9f471..c3020df4b6 100644 --- a/_site/docs/latest/dashboards/linked-filters.html +++ b/_site/docs/latest/dashboards/linked-filters.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/dashboards/multiple-series.html b/_site/docs/latest/dashboards/multiple-series.html index d901beb029..71b71d4219 100644 --- a/_site/docs/latest/dashboards/multiple-series.html +++ b/_site/docs/latest/dashboards/multiple-series.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/dashboards/start.html b/_site/docs/latest/dashboards/start.html index 940f5979ee..f863c41acc 100644 --- a/_site/docs/latest/dashboards/start.html +++ b/_site/docs/latest/dashboards/start.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/dashboards/subscriptions.html b/_site/docs/latest/dashboards/subscriptions.html index 0ad6bf5186..08cf588ca0 100644 --- a/_site/docs/latest/dashboards/subscriptions.html +++ b/_site/docs/latest/dashboards/subscriptions.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/data-modeling/editable-tables.html b/_site/docs/latest/data-modeling/editable-tables.html index e830ea3164..e9e1daaf80 100644 --- a/_site/docs/latest/data-modeling/editable-tables.html +++ b/_site/docs/latest/data-modeling/editable-tables.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/data-modeling/formatting.html b/_site/docs/latest/data-modeling/formatting.html index 1b2178f8a3..f318d5ad91 100644 --- a/_site/docs/latest/data-modeling/formatting.html +++ b/_site/docs/latest/data-modeling/formatting.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/data-modeling/json-unfolding.html b/_site/docs/latest/data-modeling/json-unfolding.html index c128a37ebb..a6c2b2da6b 100644 --- a/_site/docs/latest/data-modeling/json-unfolding.html +++ b/_site/docs/latest/data-modeling/json-unfolding.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,23 @@
    Analytics
  • - - Dependency graph + + Segments + + + + +
  • + + + + + + + +
  • + + Glossary @@ -3374,12 +3417,65 @@
    Analytics
  • - - Dependency diagnostics + + Dependencies +
    + + + + +
    +
    + +
  • @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics @@ -6338,18 +6449,20 @@

    JSON unfolding

    This unfolding allows you to filter for values found in the original JSON object.

    +

    Metabase can also unfold nested JSON objects, but it doesn’t unfold arrays. If a key contains an array, Metabase keeps that array as a single field.

    +

    Metabase will prefix the unfolded column names with the name of the original column that contained the JSON. You can change the column names in Admin > Table metadata, or by creating a model and editing the column metadata.

    Databases that support JSON unfolding

    diff --git a/_site/docs/latest/data-modeling/legacy-metrics.html b/_site/docs/latest/data-modeling/legacy-metrics.html index bd43a9bd00..841245507a 100644 --- a/_site/docs/latest/data-modeling/legacy-metrics.html +++ b/_site/docs/latest/data-modeling/legacy-metrics.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/data-modeling/metadata-editing.html b/_site/docs/latest/data-modeling/metadata-editing.html index c24c6fc421..40c4fa8477 100644 --- a/_site/docs/latest/data-modeling/metadata-editing.html +++ b/_site/docs/latest/data-modeling/metadata-editing.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/data-modeling/metrics.html b/_site/docs/latest/data-modeling/metrics.html index df4369f6ad..4b6c9daeb2 100644 --- a/_site/docs/latest/data-modeling/metrics.html +++ b/_site/docs/latest/data-modeling/metrics.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/data-modeling/model-persistence.html b/_site/docs/latest/data-modeling/model-persistence.html index 7c7edab13a..a5d9fba97f 100644 --- a/_site/docs/latest/data-modeling/model-persistence.html +++ b/_site/docs/latest/data-modeling/model-persistence.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/data-modeling/models.html b/_site/docs/latest/data-modeling/models.html index 782ff5b944..94baa72215 100644 --- a/_site/docs/latest/data-modeling/models.html +++ b/_site/docs/latest/data-modeling/models.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/data-modeling/segments.html b/_site/docs/latest/data-modeling/segments.html index b860728766..0f9cfd5aef 100644 --- a/_site/docs/latest/data-modeling/segments.html +++ b/_site/docs/latest/data-modeling/segments.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/data-modeling/semantic-types.html b/_site/docs/latest/data-modeling/semantic-types.html index ffcbce77e2..3813cb8493 100644 --- a/_site/docs/latest/data-modeling/semantic-types.html +++ b/_site/docs/latest/data-modeling/semantic-types.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/data-modeling/start.html b/_site/docs/latest/data-modeling/start.html index 85655555f6..20d997d52b 100644 --- a/_site/docs/latest/data-modeling/start.html +++ b/_site/docs/latest/data-modeling/start.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/data-studio/dependencies/diagnostics.html b/_site/docs/latest/data-studio/dependencies/diagnostics.html index 5f9ba28559..34127b52c5 100644 --- a/_site/docs/latest/data-studio/dependencies/diagnostics.html +++ b/_site/docs/latest/data-studio/dependencies/diagnostics.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3275,7 +3303,7 @@
    Analytics
    -
  • +
  • Data Studio @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/data-studio/dependencies/graph.html b/_site/docs/latest/data-studio/dependencies/graph.html index 3ab9283bf5..d43db5aa59 100644 --- a/_site/docs/latest/data-studio/dependencies/graph.html +++ b/_site/docs/latest/data-studio/dependencies/graph.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3275,7 +3303,7 @@
    Analytics
    -
  • +
  • Data Studio @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/data-studio/dependencies/replace-data-sources.html b/_site/docs/latest/data-studio/dependencies/replace-data-sources.html index d61704ace9..f0894fe879 100644 --- a/_site/docs/latest/data-studio/dependencies/replace-data-sources.html +++ b/_site/docs/latest/data-studio/dependencies/replace-data-sources.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3275,7 +3303,7 @@
    Analytics
    -
  • +
  • Data Studio @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/data-studio/library.html b/_site/docs/latest/data-studio/library.html index 18383e76df..7aa2276fcf 100644 --- a/_site/docs/latest/data-studio/library.html +++ b/_site/docs/latest/data-studio/library.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/data-studio/managing-tables.html b/_site/docs/latest/data-studio/managing-tables.html index d63f6075e0..71dfc73ff9 100644 --- a/_site/docs/latest/data-studio/managing-tables.html +++ b/_site/docs/latest/data-studio/managing-tables.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3275,7 +3303,7 @@
    Analytics
    -
  • +
  • Data Studio @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,23 @@
    Analytics
  • - - Glossary + + Measures + + + + +
  • + + + + + + + +
  • + + Segments @@ -3359,8 +3402,8 @@
    Analytics
  • - - Dependency graph + + Glossary @@ -3374,12 +3417,65 @@
    Analytics
  • - - Dependency diagnostics + + Dependencies +
    + + + + +
    +
    + +
  • @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/data-studio/measures.html b/_site/docs/latest/data-studio/measures.html index ee3ccbf9b0..42ce2314d7 100644 --- a/_site/docs/latest/data-studio/measures.html +++ b/_site/docs/latest/data-studio/measures.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3275,7 +3303,7 @@
    Analytics
    -
  • +
  • Data Studio @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,23 @@
    Analytics
  • - - Glossary + + Measures + + + + +
  • + + + + + + + +
  • + + Segments @@ -3359,8 +3402,8 @@
    Analytics
  • - - Dependency graph + + Glossary @@ -3374,12 +3417,65 @@
    Analytics
  • - - Dependency diagnostics + + Dependencies +
    + + + + +
    +
    + +
  • @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/data-studio/overview.html b/_site/docs/latest/data-studio/overview.html index 8d71f9a926..6dc27ab1d0 100644 --- a/_site/docs/latest/data-studio/overview.html +++ b/_site/docs/latest/data-studio/overview.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/data-studio/segments.html b/_site/docs/latest/data-studio/segments.html index 0b616692f9..a3ab643511 100644 --- a/_site/docs/latest/data-studio/segments.html +++ b/_site/docs/latest/data-studio/segments.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3275,7 +3303,7 @@
    Analytics
    -
  • +
  • Data Studio @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,23 @@
    Analytics
  • - - Glossary + + Measures + + + + +
  • + + + + + + + +
  • + + Segments @@ -3359,8 +3402,8 @@
    Analytics
  • - - Dependency graph + + Glossary @@ -3374,12 +3417,65 @@
    Analytics
  • - - Dependency diagnostics + + Dependencies +
    + + + + +
    +
    + +
  • @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/data-studio/transforms/addons.html b/_site/docs/latest/data-studio/transforms/addons.html index f058a0ac2e..f748ab6ef8 100644 --- a/_site/docs/latest/data-studio/transforms/addons.html +++ b/_site/docs/latest/data-studio/transforms/addons.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/data-studio/transforms/jobs-and-runs.html b/_site/docs/latest/data-studio/transforms/jobs-and-runs.html index 135dff97e2..15a83b19b7 100644 --- a/_site/docs/latest/data-studio/transforms/jobs-and-runs.html +++ b/_site/docs/latest/data-studio/transforms/jobs-and-runs.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/data-studio/transforms/python-runner.html b/_site/docs/latest/data-studio/transforms/python-runner.html index 290d0f6dd7..427a5ae3a7 100644 --- a/_site/docs/latest/data-studio/transforms/python-runner.html +++ b/_site/docs/latest/data-studio/transforms/python-runner.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/data-studio/transforms/python-transforms.html b/_site/docs/latest/data-studio/transforms/python-transforms.html index 7975952ef1..ba1043acc3 100644 --- a/_site/docs/latest/data-studio/transforms/python-transforms.html +++ b/_site/docs/latest/data-studio/transforms/python-transforms.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/data-studio/transforms/query-transforms.html b/_site/docs/latest/data-studio/transforms/query-transforms.html index b3af73b26d..b390bce76f 100644 --- a/_site/docs/latest/data-studio/transforms/query-transforms.html +++ b/_site/docs/latest/data-studio/transforms/query-transforms.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/data-studio/transforms/transform-inspector.html b/_site/docs/latest/data-studio/transforms/transform-inspector.html index de555d37de..ef0e156da8 100644 --- a/_site/docs/latest/data-studio/transforms/transform-inspector.html +++ b/_site/docs/latest/data-studio/transforms/transform-inspector.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/data-studio/transforms/transforms-overview.html b/_site/docs/latest/data-studio/transforms/transforms-overview.html index e6ea31d367..191548fc64 100644 --- a/_site/docs/latest/data-studio/transforms/transforms-overview.html +++ b/_site/docs/latest/data-studio/transforms/transforms-overview.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/databases/connecting.html b/_site/docs/latest/databases/connecting.html index 6f16d0fab4..3aa8158c6c 100644 --- a/_site/docs/latest/databases/connecting.html +++ b/_site/docs/latest/databases/connecting.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/databases/connections/athena.html b/_site/docs/latest/databases/connections/athena.html index 9793e7d1df..9dcb9b4268 100644 --- a/_site/docs/latest/databases/connections/athena.html +++ b/_site/docs/latest/databases/connections/athena.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/databases/connections/aws-rds.html b/_site/docs/latest/databases/connections/aws-rds.html index 48af760579..46a9599357 100644 --- a/_site/docs/latest/databases/connections/aws-rds.html +++ b/_site/docs/latest/databases/connections/aws-rds.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/databases/connections/bigquery.html b/_site/docs/latest/databases/connections/bigquery.html index d5f9864611..9593dc8f23 100644 --- a/_site/docs/latest/databases/connections/bigquery.html +++ b/_site/docs/latest/databases/connections/bigquery.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/databases/connections/clickhouse.html b/_site/docs/latest/databases/connections/clickhouse.html index 84502cc310..ed19e5a9ab 100644 --- a/_site/docs/latest/databases/connections/clickhouse.html +++ b/_site/docs/latest/databases/connections/clickhouse.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/databases/connections/databricks.html b/_site/docs/latest/databases/connections/databricks.html index 9f3a4ffb4a..233741a4ab 100644 --- a/_site/docs/latest/databases/connections/databricks.html +++ b/_site/docs/latest/databases/connections/databricks.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/databases/connections/druid.html b/_site/docs/latest/databases/connections/druid.html index 0a9fcac120..f62e3a4d09 100644 --- a/_site/docs/latest/databases/connections/druid.html +++ b/_site/docs/latest/databases/connections/druid.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/databases/connections/mariadb.html b/_site/docs/latest/databases/connections/mariadb.html index f3fc6d60bd..aae8981a66 100644 --- a/_site/docs/latest/databases/connections/mariadb.html +++ b/_site/docs/latest/databases/connections/mariadb.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/databases/connections/mongodb.html b/_site/docs/latest/databases/connections/mongodb.html index 11fd15678a..f1229e1629 100644 --- a/_site/docs/latest/databases/connections/mongodb.html +++ b/_site/docs/latest/databases/connections/mongodb.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/databases/connections/mysql.html b/_site/docs/latest/databases/connections/mysql.html index bfa74edf52..69524a0912 100644 --- a/_site/docs/latest/databases/connections/mysql.html +++ b/_site/docs/latest/databases/connections/mysql.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/databases/connections/oracle.html b/_site/docs/latest/databases/connections/oracle.html index b2e708d064..fd39f9db37 100644 --- a/_site/docs/latest/databases/connections/oracle.html +++ b/_site/docs/latest/databases/connections/oracle.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/databases/connections/postgresql.html b/_site/docs/latest/databases/connections/postgresql.html index 0d94bf7372..fa9b6c6765 100644 --- a/_site/docs/latest/databases/connections/postgresql.html +++ b/_site/docs/latest/databases/connections/postgresql.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/databases/connections/presto.html b/_site/docs/latest/databases/connections/presto.html index 01bca75d58..cc3576d0cb 100644 --- a/_site/docs/latest/databases/connections/presto.html +++ b/_site/docs/latest/databases/connections/presto.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/databases/connections/redshift.html b/_site/docs/latest/databases/connections/redshift.html index a6969dafec..d82e87f7ee 100644 --- a/_site/docs/latest/databases/connections/redshift.html +++ b/_site/docs/latest/databases/connections/redshift.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/databases/connections/snowflake.html b/_site/docs/latest/databases/connections/snowflake.html index cedf045627..8f3f4c81c8 100644 --- a/_site/docs/latest/databases/connections/snowflake.html +++ b/_site/docs/latest/databases/connections/snowflake.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/databases/connections/sparksql.html b/_site/docs/latest/databases/connections/sparksql.html index 6b223809ed..3670504b6d 100644 --- a/_site/docs/latest/databases/connections/sparksql.html +++ b/_site/docs/latest/databases/connections/sparksql.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/databases/connections/sql-server.html b/_site/docs/latest/databases/connections/sql-server.html index 26a5365287..cbc6ee83d8 100644 --- a/_site/docs/latest/databases/connections/sql-server.html +++ b/_site/docs/latest/databases/connections/sql-server.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/databases/connections/sqlite.html b/_site/docs/latest/databases/connections/sqlite.html index a09a703660..bdedc921a5 100644 --- a/_site/docs/latest/databases/connections/sqlite.html +++ b/_site/docs/latest/databases/connections/sqlite.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/databases/connections/starburst.html b/_site/docs/latest/databases/connections/starburst.html index fa034f61d6..93189e1d41 100644 --- a/_site/docs/latest/databases/connections/starburst.html +++ b/_site/docs/latest/databases/connections/starburst.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/databases/connections/vertica.html b/_site/docs/latest/databases/connections/vertica.html index 96a3be02ce..3d480c4a06 100644 --- a/_site/docs/latest/databases/connections/vertica.html +++ b/_site/docs/latest/databases/connections/vertica.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/databases/danger-zone.html b/_site/docs/latest/databases/danger-zone.html index e8f984991d..98559f2cf0 100644 --- a/_site/docs/latest/databases/danger-zone.html +++ b/_site/docs/latest/databases/danger-zone.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/databases/encrypting-details-at-rest.html b/_site/docs/latest/databases/encrypting-details-at-rest.html index 286ed7d888..8be521a68b 100644 --- a/_site/docs/latest/databases/encrypting-details-at-rest.html +++ b/_site/docs/latest/databases/encrypting-details-at-rest.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/databases/ssh-tunnel.html b/_site/docs/latest/databases/ssh-tunnel.html index a595b9c9db..68fa41646a 100644 --- a/_site/docs/latest/databases/ssh-tunnel.html +++ b/_site/docs/latest/databases/ssh-tunnel.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/databases/ssl-certificates.html b/_site/docs/latest/databases/ssl-certificates.html index 52d76ff9b1..20aa486f6c 100644 --- a/_site/docs/latest/databases/ssl-certificates.html +++ b/_site/docs/latest/databases/ssl-certificates.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/databases/start.html b/_site/docs/latest/databases/start.html index cd927e99aa..b9071429d4 100644 --- a/_site/docs/latest/databases/start.html +++ b/_site/docs/latest/databases/start.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/databases/sync-scan.html b/_site/docs/latest/databases/sync-scan.html index 7d842296fa..991b767b9f 100644 --- a/_site/docs/latest/databases/sync-scan.html +++ b/_site/docs/latest/databases/sync-scan.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/databases/uploads.html b/_site/docs/latest/databases/uploads.html index e6a903db91..e94f1d3084 100644 --- a/_site/docs/latest/databases/uploads.html +++ b/_site/docs/latest/databases/uploads.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/databases/users-roles-privileges.html b/_site/docs/latest/databases/users-roles-privileges.html index ebd769ff9f..cb4b7a54ba 100644 --- a/_site/docs/latest/databases/users-roles-privileges.html +++ b/_site/docs/latest/databases/users-roles-privileges.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/databases/writable-connection.html b/_site/docs/latest/databases/writable-connection.html index 4cc454ec43..191dfffa09 100644 --- a/_site/docs/latest/databases/writable-connection.html +++ b/_site/docs/latest/databases/writable-connection.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,23 @@
    Analytics
  • - - Dependency graph + + Segments + + + + +
  • + + + + + + + +
  • + + Glossary @@ -3374,12 +3417,65 @@
    Analytics
  • - - Dependency diagnostics + + Dependencies +
    + + + + +
    +
    + +
  • @@ -4362,7 +4458,7 @@
    Administration
    -
  • +
  • Data sources @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/developers-guide/api-changelog.html b/_site/docs/latest/developers-guide/api-changelog.html index 8e88ded480..e06f68ed0f 100644 --- a/_site/docs/latest/developers-guide/api-changelog.html +++ b/_site/docs/latest/developers-guide/api-changelog.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/developers-guide/build.html b/_site/docs/latest/developers-guide/build.html index 9c60c93767..991608ae6f 100644 --- a/_site/docs/latest/developers-guide/build.html +++ b/_site/docs/latest/developers-guide/build.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/developers-guide/clojure.html b/_site/docs/latest/developers-guide/clojure.html index 7243b02028..678d612ca5 100644 --- a/_site/docs/latest/developers-guide/clojure.html +++ b/_site/docs/latest/developers-guide/clojure.html @@ -2605,6 +2605,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3339,8 +3367,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3354,8 +3382,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3369,8 +3397,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3384,8 +3412,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3398,6 +3426,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4732,8 +4828,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5269,6 +5365,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/developers-guide/code-reviews.html b/_site/docs/latest/developers-guide/code-reviews.html index 4b4a7f438b..6a4683f3fc 100644 --- a/_site/docs/latest/developers-guide/code-reviews.html +++ b/_site/docs/latest/developers-guide/code-reviews.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/developers-guide/community-drivers.html b/_site/docs/latest/developers-guide/community-drivers.html index 2d08787b52..c801d43165 100644 --- a/_site/docs/latest/developers-guide/community-drivers.html +++ b/_site/docs/latest/developers-guide/community-drivers.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/developers-guide/custom-visualizations.html b/_site/docs/latest/developers-guide/custom-visualizations.html index ce56724c8f..07e90ea7bc 100644 --- a/_site/docs/latest/developers-guide/custom-visualizations.html +++ b/_site/docs/latest/developers-guide/custom-visualizations.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/developers-guide/dev-branch-docker.html b/_site/docs/latest/developers-guide/dev-branch-docker.html index f408368d77..52cd57d651 100644 --- a/_site/docs/latest/developers-guide/dev-branch-docker.html +++ b/_site/docs/latest/developers-guide/dev-branch-docker.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/developers-guide/devenv.html b/_site/docs/latest/developers-guide/devenv.html index d18eb53408..7caef9b0f2 100644 --- a/_site/docs/latest/developers-guide/devenv.html +++ b/_site/docs/latest/developers-guide/devenv.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/developers-guide/docs.html b/_site/docs/latest/developers-guide/docs.html index c945f4334a..784517de9a 100644 --- a/_site/docs/latest/developers-guide/docs.html +++ b/_site/docs/latest/developers-guide/docs.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/developers-guide/driver-changelog.html b/_site/docs/latest/developers-guide/driver-changelog.html index 11e77f4b8e..89a109f991 100644 --- a/_site/docs/latest/developers-guide/driver-changelog.html +++ b/_site/docs/latest/developers-guide/driver-changelog.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/developers-guide/drivers/basics.html b/_site/docs/latest/developers-guide/drivers/basics.html index d1f4b4719e..d7b4290c96 100644 --- a/_site/docs/latest/developers-guide/drivers/basics.html +++ b/_site/docs/latest/developers-guide/drivers/basics.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/developers-guide/drivers/driver-tests.html b/_site/docs/latest/developers-guide/drivers/driver-tests.html index d162609083..7ec3053cd0 100644 --- a/_site/docs/latest/developers-guide/drivers/driver-tests.html +++ b/_site/docs/latest/developers-guide/drivers/driver-tests.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/developers-guide/drivers/multimethods.html b/_site/docs/latest/developers-guide/drivers/multimethods.html index 5ba5f23bda..c92448a836 100644 --- a/_site/docs/latest/developers-guide/drivers/multimethods.html +++ b/_site/docs/latest/developers-guide/drivers/multimethods.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/developers-guide/drivers/plugins.html b/_site/docs/latest/developers-guide/drivers/plugins.html index 28607dbfdb..28d16ae056 100644 --- a/_site/docs/latest/developers-guide/drivers/plugins.html +++ b/_site/docs/latest/developers-guide/drivers/plugins.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/developers-guide/drivers/start.html b/_site/docs/latest/developers-guide/drivers/start.html index cbda699b36..e993461e04 100644 --- a/_site/docs/latest/developers-guide/drivers/start.html +++ b/_site/docs/latest/developers-guide/drivers/start.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/developers-guide/e2e-tests.html b/_site/docs/latest/developers-guide/e2e-tests.html index de3418448b..a8fc950b60 100644 --- a/_site/docs/latest/developers-guide/e2e-tests.html +++ b/_site/docs/latest/developers-guide/e2e-tests.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/developers-guide/emacs.html b/_site/docs/latest/developers-guide/emacs.html index d73da295e5..cb7b8d6ce6 100644 --- a/_site/docs/latest/developers-guide/emacs.html +++ b/_site/docs/latest/developers-guide/emacs.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/developers-guide/frontend.html b/_site/docs/latest/developers-guide/frontend.html index 9998fd7d60..64b784648d 100644 --- a/_site/docs/latest/developers-guide/frontend.html +++ b/_site/docs/latest/developers-guide/frontend.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/developers-guide/internationalization.html b/_site/docs/latest/developers-guide/internationalization.html index 337f6d4247..0e67aebf17 100644 --- a/_site/docs/latest/developers-guide/internationalization.html +++ b/_site/docs/latest/developers-guide/internationalization.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/developers-guide/mage.html b/_site/docs/latest/developers-guide/mage.html index 75ac99d102..410ffe8629 100644 --- a/_site/docs/latest/developers-guide/mage.html +++ b/_site/docs/latest/developers-guide/mage.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/developers-guide/mbql-library-changelog.html b/_site/docs/latest/developers-guide/mbql-library-changelog.html index b5490c7aec..1c351d2d05 100644 --- a/_site/docs/latest/developers-guide/mbql-library-changelog.html +++ b/_site/docs/latest/developers-guide/mbql-library-changelog.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/developers-guide/security-token-scanner.html b/_site/docs/latest/developers-guide/security-token-scanner.html index 98dbe27f33..257a3be73d 100644 --- a/_site/docs/latest/developers-guide/security-token-scanner.html +++ b/_site/docs/latest/developers-guide/security-token-scanner.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/developers-guide/start.html b/_site/docs/latest/developers-guide/start.html index a978d02b56..1b8062a47a 100644 --- a/_site/docs/latest/developers-guide/start.html +++ b/_site/docs/latest/developers-guide/start.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/developers-guide/versioning.html b/_site/docs/latest/developers-guide/versioning.html index 952edc1234..bdbe824fb1 100644 --- a/_site/docs/latest/developers-guide/versioning.html +++ b/_site/docs/latest/developers-guide/versioning.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/developers-guide/visual-studio-code.html b/_site/docs/latest/developers-guide/visual-studio-code.html index 75732df7c7..98aead33eb 100644 --- a/_site/docs/latest/developers-guide/visual-studio-code.html +++ b/_site/docs/latest/developers-guide/visual-studio-code.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/developers-guide/visual-tests.html b/_site/docs/latest/developers-guide/visual-tests.html index cf1c1a87d5..ebe53aa523 100644 --- a/_site/docs/latest/developers-guide/visual-tests.html +++ b/_site/docs/latest/developers-guide/visual-tests.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/documents/introduction.html b/_site/docs/latest/documents/introduction.html index fe1859231c..0ce340e954 100644 --- a/_site/docs/latest/documents/introduction.html +++ b/_site/docs/latest/documents/introduction.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/documents/start.html b/_site/docs/latest/documents/start.html index de43f9b414..00129b0c94 100644 --- a/_site/docs/latest/documents/start.html +++ b/_site/docs/latest/documents/start.html @@ -2609,6 +2609,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3343,8 +3371,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3358,8 +3386,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3373,8 +3401,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3388,8 +3416,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3402,6 +3430,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4736,8 +4832,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5273,6 +5369,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/embedding/ai-agent-resources.html b/_site/docs/latest/embedding/ai-agent-resources.html index 7802521237..8d7ba589c8 100644 --- a/_site/docs/latest/embedding/ai-agent-resources.html +++ b/_site/docs/latest/embedding/ai-agent-resources.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/embedding/appearance.html b/_site/docs/latest/embedding/appearance.html index 9db8c14777..1b4fc9583e 100644 --- a/_site/docs/latest/embedding/appearance.html +++ b/_site/docs/latest/embedding/appearance.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/embedding/authentication.html b/_site/docs/latest/embedding/authentication.html index fc64e24ae6..1a36512851 100644 --- a/_site/docs/latest/embedding/authentication.html +++ b/_site/docs/latest/embedding/authentication.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/embedding/components.html b/_site/docs/latest/embedding/components.html index 4b028d3261..f6810effbf 100644 --- a/_site/docs/latest/embedding/components.html +++ b/_site/docs/latest/embedding/components.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/embedding/eajs/snippets/MetabaseBrowserAttributes.html b/_site/docs/latest/embedding/eajs/snippets/MetabaseBrowserAttributes.html index 4190213cbe..259dfe989d 100644 --- a/_site/docs/latest/embedding/eajs/snippets/MetabaseBrowserAttributes.html +++ b/_site/docs/latest/embedding/eajs/snippets/MetabaseBrowserAttributes.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/embedding/eajs/snippets/MetabaseDashboardAttributes.html b/_site/docs/latest/embedding/eajs/snippets/MetabaseDashboardAttributes.html index a980714c25..7d4b805fb8 100644 --- a/_site/docs/latest/embedding/eajs/snippets/MetabaseDashboardAttributes.html +++ b/_site/docs/latest/embedding/eajs/snippets/MetabaseDashboardAttributes.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/embedding/eajs/snippets/MetabaseMetabotAttributes.html b/_site/docs/latest/embedding/eajs/snippets/MetabaseMetabotAttributes.html index 9ee2a8a7dd..59be5f7004 100644 --- a/_site/docs/latest/embedding/eajs/snippets/MetabaseMetabotAttributes.html +++ b/_site/docs/latest/embedding/eajs/snippets/MetabaseMetabotAttributes.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/embedding/eajs/snippets/MetabaseQuestionAttributes.html b/_site/docs/latest/embedding/eajs/snippets/MetabaseQuestionAttributes.html index 2d01208552..cc99f0dce4 100644 --- a/_site/docs/latest/embedding/eajs/snippets/MetabaseQuestionAttributes.html +++ b/_site/docs/latest/embedding/eajs/snippets/MetabaseQuestionAttributes.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/embedding/eajs/snippets/index.html b/_site/docs/latest/embedding/eajs/snippets/index.html index 1475a3325c..2086f75345 100644 --- a/_site/docs/latest/embedding/eajs/snippets/index.html +++ b/_site/docs/latest/embedding/eajs/snippets/index.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/embedding/full-app-embedding-quick-start-guide.html b/_site/docs/latest/embedding/full-app-embedding-quick-start-guide.html index fecaeecf44..0b6d5376ab 100644 --- a/_site/docs/latest/embedding/full-app-embedding-quick-start-guide.html +++ b/_site/docs/latest/embedding/full-app-embedding-quick-start-guide.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/embedding/full-app-embedding.html b/_site/docs/latest/embedding/full-app-embedding.html index 8c04420e84..c135c66f11 100644 --- a/_site/docs/latest/embedding/full-app-embedding.html +++ b/_site/docs/latest/embedding/full-app-embedding.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/embedding/full-app-ui-components.html b/_site/docs/latest/embedding/full-app-ui-components.html index b81803233e..84c40a6621 100644 --- a/_site/docs/latest/embedding/full-app-ui-components.html +++ b/_site/docs/latest/embedding/full-app-ui-components.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/embedding/guest-embedding.html b/_site/docs/latest/embedding/guest-embedding.html index d8c5543cdd..516c451a06 100644 --- a/_site/docs/latest/embedding/guest-embedding.html +++ b/_site/docs/latest/embedding/guest-embedding.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/embedding/introduction.html b/_site/docs/latest/embedding/introduction.html index abe3363e11..77cb32dcdf 100644 --- a/_site/docs/latest/embedding/introduction.html +++ b/_site/docs/latest/embedding/introduction.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/embedding/modular-embedding.html b/_site/docs/latest/embedding/modular-embedding.html index 3c108357f4..aed69a5dfb 100644 --- a/_site/docs/latest/embedding/modular-embedding.html +++ b/_site/docs/latest/embedding/modular-embedding.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/embedding/parameters.html b/_site/docs/latest/embedding/parameters.html index 6f8a378e19..00f750ee9d 100644 --- a/_site/docs/latest/embedding/parameters.html +++ b/_site/docs/latest/embedding/parameters.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/embedding/public-links.html b/_site/docs/latest/embedding/public-links.html index f797184f5f..3c41d8ae5b 100644 --- a/_site/docs/latest/embedding/public-links.html +++ b/_site/docs/latest/embedding/public-links.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/embedding/sdk/ai-chat.html b/_site/docs/latest/embedding/sdk/ai-chat.html index f3afecc9cb..78e21e579c 100644 --- a/_site/docs/latest/embedding/sdk/ai-chat.html +++ b/_site/docs/latest/embedding/sdk/ai-chat.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/embedding/sdk/collections.html b/_site/docs/latest/embedding/sdk/collections.html index d77c33dd8b..f901b2f2c2 100644 --- a/_site/docs/latest/embedding/sdk/collections.html +++ b/_site/docs/latest/embedding/sdk/collections.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/embedding/sdk/config.html b/_site/docs/latest/embedding/sdk/config.html index 9a3920785e..62e5c39bfa 100644 --- a/_site/docs/latest/embedding/sdk/config.html +++ b/_site/docs/latest/embedding/sdk/config.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/embedding/sdk/dashboards.html b/_site/docs/latest/embedding/sdk/dashboards.html index bdaa6a3dc8..d2d8e26b5e 100644 --- a/_site/docs/latest/embedding/sdk/dashboards.html +++ b/_site/docs/latest/embedding/sdk/dashboards.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/embedding/sdk/introduction.html b/_site/docs/latest/embedding/sdk/introduction.html index ce605b5a36..2cd4c5c3af 100644 --- a/_site/docs/latest/embedding/sdk/introduction.html +++ b/_site/docs/latest/embedding/sdk/introduction.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/embedding/sdk/next-js.html b/_site/docs/latest/embedding/sdk/next-js.html index 5a89c9f673..42afd4008c 100644 --- a/_site/docs/latest/embedding/sdk/next-js.html +++ b/_site/docs/latest/embedding/sdk/next-js.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/embedding/sdk/plugins.html b/_site/docs/latest/embedding/sdk/plugins.html index a9f06eac87..7f419bced6 100644 --- a/_site/docs/latest/embedding/sdk/plugins.html +++ b/_site/docs/latest/embedding/sdk/plugins.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/embedding/sdk/questions.html b/_site/docs/latest/embedding/sdk/questions.html index a718ebb9e1..4c57b31214 100644 --- a/_site/docs/latest/embedding/sdk/questions.html +++ b/_site/docs/latest/embedding/sdk/questions.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/embedding/sdk/quickstart-cli.html b/_site/docs/latest/embedding/sdk/quickstart-cli.html index 924447b90b..bbc16b88a4 100644 --- a/_site/docs/latest/embedding/sdk/quickstart-cli.html +++ b/_site/docs/latest/embedding/sdk/quickstart-cli.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/embedding/sdk/quickstart-with-sample-app.html b/_site/docs/latest/embedding/sdk/quickstart-with-sample-app.html index 4bf2b2dec3..9f3ad15efe 100644 --- a/_site/docs/latest/embedding/sdk/quickstart-with-sample-app.html +++ b/_site/docs/latest/embedding/sdk/quickstart-with-sample-app.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/embedding/sdk/quickstart.html b/_site/docs/latest/embedding/sdk/quickstart.html index f54751b701..a520e30b34 100644 --- a/_site/docs/latest/embedding/sdk/quickstart.html +++ b/_site/docs/latest/embedding/sdk/quickstart.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/embedding/sdk/upgrade.html b/_site/docs/latest/embedding/sdk/upgrade.html index b9ba6b6bea..dc8a22cf45 100644 --- a/_site/docs/latest/embedding/sdk/upgrade.html +++ b/_site/docs/latest/embedding/sdk/upgrade.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/embedding/sdk/version.html b/_site/docs/latest/embedding/sdk/version.html index ef2da33fa1..d2dfb19885 100644 --- a/_site/docs/latest/embedding/sdk/version.html +++ b/_site/docs/latest/embedding/sdk/version.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/embedding/securing-embeds.html b/_site/docs/latest/embedding/securing-embeds.html index d9206ea61c..391e1886fd 100644 --- a/_site/docs/latest/embedding/securing-embeds.html +++ b/_site/docs/latest/embedding/securing-embeds.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/embedding/start.html b/_site/docs/latest/embedding/start.html index 9a487caeef..210a5a7108 100644 --- a/_site/docs/latest/embedding/start.html +++ b/_site/docs/latest/embedding/start.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/embedding/static-embedding-parameters.html b/_site/docs/latest/embedding/static-embedding-parameters.html index 2fbd01018b..f872efd45c 100644 --- a/_site/docs/latest/embedding/static-embedding-parameters.html +++ b/_site/docs/latest/embedding/static-embedding-parameters.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/embedding/static-embedding.html b/_site/docs/latest/embedding/static-embedding.html index 541eaf9f83..14a766cf3a 100644 --- a/_site/docs/latest/embedding/static-embedding.html +++ b/_site/docs/latest/embedding/static-embedding.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/embedding/tenants.html b/_site/docs/latest/embedding/tenants.html index 359ea2b2bc..5e2db48a34 100644 --- a/_site/docs/latest/embedding/tenants.html +++ b/_site/docs/latest/embedding/tenants.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/embedding/translations.html b/_site/docs/latest/embedding/translations.html index 4ed7050401..9ba1dd23ac 100644 --- a/_site/docs/latest/embedding/translations.html +++ b/_site/docs/latest/embedding/translations.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/exploration-and-organization/collections.html b/_site/docs/latest/exploration-and-organization/collections.html index 046d86138c..a42cefae5b 100644 --- a/_site/docs/latest/exploration-and-organization/collections.html +++ b/_site/docs/latest/exploration-and-organization/collections.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/exploration-and-organization/content-verification.html b/_site/docs/latest/exploration-and-organization/content-verification.html index f1108b592e..f0a256dc8b 100644 --- a/_site/docs/latest/exploration-and-organization/content-verification.html +++ b/_site/docs/latest/exploration-and-organization/content-verification.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/exploration-and-organization/data-model-reference.html b/_site/docs/latest/exploration-and-organization/data-model-reference.html index b6e5383484..fbd8f57e7a 100644 --- a/_site/docs/latest/exploration-and-organization/data-model-reference.html +++ b/_site/docs/latest/exploration-and-organization/data-model-reference.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/exploration-and-organization/delete-and-restore.html b/_site/docs/latest/exploration-and-organization/delete-and-restore.html index 85d7eb953a..b003901f7e 100644 --- a/_site/docs/latest/exploration-and-organization/delete-and-restore.html +++ b/_site/docs/latest/exploration-and-organization/delete-and-restore.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/exploration-and-organization/events-and-timelines.html b/_site/docs/latest/exploration-and-organization/events-and-timelines.html index eedd55003b..620e8cd523 100644 --- a/_site/docs/latest/exploration-and-organization/events-and-timelines.html +++ b/_site/docs/latest/exploration-and-organization/events-and-timelines.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/exploration-and-organization/exploration.html b/_site/docs/latest/exploration-and-organization/exploration.html index 4fd5a3e20a..13021daad3 100644 --- a/_site/docs/latest/exploration-and-organization/exploration.html +++ b/_site/docs/latest/exploration-and-organization/exploration.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/exploration-and-organization/history.html b/_site/docs/latest/exploration-and-organization/history.html index 542f580a6f..68d4f25ff3 100644 --- a/_site/docs/latest/exploration-and-organization/history.html +++ b/_site/docs/latest/exploration-and-organization/history.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/exploration-and-organization/keyboard-shortcuts.html b/_site/docs/latest/exploration-and-organization/keyboard-shortcuts.html index 474fd3bbdc..4bebeccaad 100644 --- a/_site/docs/latest/exploration-and-organization/keyboard-shortcuts.html +++ b/_site/docs/latest/exploration-and-organization/keyboard-shortcuts.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/exploration-and-organization/start.html b/_site/docs/latest/exploration-and-organization/start.html index d7fb9b351b..0aedd432dd 100644 --- a/_site/docs/latest/exploration-and-organization/start.html +++ b/_site/docs/latest/exploration-and-organization/start.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/exploration-and-organization/uploads.html b/_site/docs/latest/exploration-and-organization/uploads.html index 665acfe9a8..0d828982e1 100644 --- a/_site/docs/latest/exploration-and-organization/uploads.html +++ b/_site/docs/latest/exploration-and-organization/uploads.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/exploration-and-organization/x-rays.html b/_site/docs/latest/exploration-and-organization/x-rays.html index e60a3c3974..58bd9dd7ac 100644 --- a/_site/docs/latest/exploration-and-organization/x-rays.html +++ b/_site/docs/latest/exploration-and-organization/x-rays.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/index.html b/_site/docs/latest/index.html index 2ded9df5b6..520de161cc 100644 --- a/_site/docs/latest/index.html +++ b/_site/docs/latest/index.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/installation-and-operation/accessibility.html b/_site/docs/latest/installation-and-operation/accessibility.html index 6e4f9476b9..7c832d034a 100644 --- a/_site/docs/latest/installation-and-operation/accessibility.html +++ b/_site/docs/latest/installation-and-operation/accessibility.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/installation-and-operation/activating-the-enterprise-edition.html b/_site/docs/latest/installation-and-operation/activating-the-enterprise-edition.html index 0ece6627e9..d73496a365 100644 --- a/_site/docs/latest/installation-and-operation/activating-the-enterprise-edition.html +++ b/_site/docs/latest/installation-and-operation/activating-the-enterprise-edition.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/installation-and-operation/alert-management.html b/_site/docs/latest/installation-and-operation/alert-management.html new file mode 100644 index 0000000000..452ec571ad --- /dev/null +++ b/_site/docs/latest/installation-and-operation/alert-management.html @@ -0,0 +1,6903 @@ + + + + + + + + + + + + + + + + + + + + + + + + +Alerts management | Metabase Documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + + + + + + + + +
    + + + + +
    +
    + + + +
    +
    +
    + +
    + + + + + + + + + +
    + + + +
    + + +
    + +
    + +
    + + + +
    + + + v0.62 + + + + + + + + +
    + + + + + What’s new + + + + + +
    + + + + +
    +
    + + +
    + + +
    + +
    + + +

    Alerts management

    + +

    Admin > Tools > Alerts management

    + +

    In the Alert management section, Admins can:

    + +
      +
    • View and search all question alerts in their Metabase
    • +
    • Identify failed or orphaned alerts
    • +
    • Edit alerts, including changing the alert’s owner
    • +
    • Delete alerts in bulk
    • +
    + +

    Alert management

    + +

    Currently, dashboard subscriptions are not included.

    + +

    See all alerts

    + +

    To see all alerts active in your Metabase instance, go to Admin > Tools > Alerts management.

    + +

    You can:

    + +
      +
    • +

      Filter alerts by channel (email, Slack, or webhook) or recipient.

      +
    • +
    • +

      See alerts that failed the last time they were ran.

      + +

      Failed alerts view include both alerts that were attempted but failed (for example, because of a query error) and alerts that were abandoned and never attempted (for example, because the instance was restarting at the moment when the alert was scheduled).

      + +

      To see the entire history of alert runs (not just the last attempt), go to Admin > Tools > Tasks instead.

      +
    • +
    • +

      See ownerless alerts - alerts whose owner has been deactivated

      + +

      This is helpful when you want to mass-delete alerts that are no longer relevant, or change the owner to an active user.

      +
    • +
    • +

      See individual alert’s properties and history.

      +
    • +
    • +

      Delete alerts in bulk.

      +
    • +
    • +

      Change alert owners in bulk.

      +
    • +
    + +

    If you want to get some analytics about your alerts (rather than manage them) - for example, you want to see how many alerts have failed per week, or which questions have the most number of alerts - use Usage Analytics instead.

    + +

    Change alert owners

    + +

    The owner of an alert has the power to edit or delete the alert. Usually, the person who created the alert is also the alert’s owner.

    + +

    Admins can change owners of alerts. This is useful, for example, if the original alert owner left the company, and you need to give some else the power to manage the alert.

    + +

    To change the owner for one or more alerts:

    + +
      +
    1. Go to Admin > Tools > Alerts management.
    2. +
    3. Select the alerts whose owners you’d like to change.
    4. +
    5. Click Change owner at the bottom of the screen.
    6. +
    7. Assign a new owner.
    8. +
    + +

    Delete alerts

    + +

    Bulk delete

    + +

    You can delete multiple alerts at once.

    + +
      +
    1. Go to Admin > Tools > Alerts management.
    2. +
    3. Select the alerts whose owners you’d like to delete.
    4. +
    5. Click Delete at the bottom of the screen.
    6. +
    + +

    Further reading

    + + + + +
    +
    + +

    + Read docs for other versions of Metabase. +

    + +
    +
    + +
    + +
    +
    +
    Was this helpful?
    + + +
    + +
    +

    + +
    + + + +
    +
    + +
    +
    Thanks for your feedback!
    +
    + + + + Want to improve these docs? Propose a change. + + +
    + + + +
    +
    +
    +
    + + + + + + + + + + + + + + + +
    + + +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/_site/docs/latest/installation-and-operation/backing-up-metabase-application-data.html b/_site/docs/latest/installation-and-operation/backing-up-metabase-application-data.html index b4a2d048d1..4f8b59aa72 100644 --- a/_site/docs/latest/installation-and-operation/backing-up-metabase-application-data.html +++ b/_site/docs/latest/installation-and-operation/backing-up-metabase-application-data.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/installation-and-operation/commands.html b/_site/docs/latest/installation-and-operation/commands.html index a2894f2219..b4a240956d 100644 --- a/_site/docs/latest/installation-and-operation/commands.html +++ b/_site/docs/latest/installation-and-operation/commands.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/installation-and-operation/configuring-application-database.html b/_site/docs/latest/installation-and-operation/configuring-application-database.html index 783470275f..530858972d 100644 --- a/_site/docs/latest/installation-and-operation/configuring-application-database.html +++ b/_site/docs/latest/installation-and-operation/configuring-application-database.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/installation-and-operation/creating-RDS-database-on-AWS.html b/_site/docs/latest/installation-and-operation/creating-RDS-database-on-AWS.html index 59e9033e8a..c5796e01bf 100644 --- a/_site/docs/latest/installation-and-operation/creating-RDS-database-on-AWS.html +++ b/_site/docs/latest/installation-and-operation/creating-RDS-database-on-AWS.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/installation-and-operation/development-instance.html b/_site/docs/latest/installation-and-operation/development-instance.html index 225a86beb7..7b2f1299d6 100644 --- a/_site/docs/latest/installation-and-operation/development-instance.html +++ b/_site/docs/latest/installation-and-operation/development-instance.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/installation-and-operation/images/alert-management.png b/_site/docs/latest/installation-and-operation/images/alert-management.png new file mode 100644 index 0000000000..c70429074c Binary files /dev/null and b/_site/docs/latest/installation-and-operation/images/alert-management.png differ diff --git a/_site/docs/latest/installation-and-operation/images/alerts-bult.png b/_site/docs/latest/installation-and-operation/images/alerts-bult.png new file mode 100644 index 0000000000..9cc3909d47 Binary files /dev/null and b/_site/docs/latest/installation-and-operation/images/alerts-bult.png differ diff --git a/_site/docs/latest/installation-and-operation/information-collection.html b/_site/docs/latest/installation-and-operation/information-collection.html index d5f6696f59..40df2f3a25 100644 --- a/_site/docs/latest/installation-and-operation/information-collection.html +++ b/_site/docs/latest/installation-and-operation/information-collection.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/installation-and-operation/installing-metabase.html b/_site/docs/latest/installation-and-operation/installing-metabase.html index d27f24269e..5666f7eec7 100644 --- a/_site/docs/latest/installation-and-operation/installing-metabase.html +++ b/_site/docs/latest/installation-and-operation/installing-metabase.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/installation-and-operation/metabase-cli.html b/_site/docs/latest/installation-and-operation/metabase-cli.html index 65a0a124a9..150604a733 100644 --- a/_site/docs/latest/installation-and-operation/metabase-cli.html +++ b/_site/docs/latest/installation-and-operation/metabase-cli.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,23 @@
    Analytics
  • - - Dependency graph + + Segments + + + + +
  • + + + + + + + +
  • + + Glossary @@ -3374,12 +3417,65 @@
    Analytics
  • - - Dependency diagnostics + + Dependencies +
    + + + + +
    +
    + +
  • @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5131,7 +5227,7 @@
    Administration
    -
  • +
  • Operations and monitoring @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/installation-and-operation/migrating-from-h2.html b/_site/docs/latest/installation-and-operation/migrating-from-h2.html index 7a9bca7a0b..c8296251c1 100644 --- a/_site/docs/latest/installation-and-operation/migrating-from-h2.html +++ b/_site/docs/latest/installation-and-operation/migrating-from-h2.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/installation-and-operation/monitoring-metabase.html b/_site/docs/latest/installation-and-operation/monitoring-metabase.html index 01a911b9ee..2ebc850296 100644 --- a/_site/docs/latest/installation-and-operation/monitoring-metabase.html +++ b/_site/docs/latest/installation-and-operation/monitoring-metabase.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/installation-and-operation/observability-with-prometheus.html b/_site/docs/latest/installation-and-operation/observability-with-prometheus.html index 5cf7165092..a7712a141d 100644 --- a/_site/docs/latest/installation-and-operation/observability-with-prometheus.html +++ b/_site/docs/latest/installation-and-operation/observability-with-prometheus.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/installation-and-operation/privacy.html b/_site/docs/latest/installation-and-operation/privacy.html index 1a8f30c5c5..60c2391952 100644 --- a/_site/docs/latest/installation-and-operation/privacy.html +++ b/_site/docs/latest/installation-and-operation/privacy.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/installation-and-operation/remote-sync.html b/_site/docs/latest/installation-and-operation/remote-sync.html index 4bf36244f0..42cf0d7ccc 100644 --- a/_site/docs/latest/installation-and-operation/remote-sync.html +++ b/_site/docs/latest/installation-and-operation/remote-sync.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/installation-and-operation/running-metabase-as-service.html b/_site/docs/latest/installation-and-operation/running-metabase-as-service.html index 4f74f4e98c..d97317bbea 100644 --- a/_site/docs/latest/installation-and-operation/running-metabase-as-service.html +++ b/_site/docs/latest/installation-and-operation/running-metabase-as-service.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/installation-and-operation/running-metabase-on-azure.html b/_site/docs/latest/installation-and-operation/running-metabase-on-azure.html index d78e0cd3a5..f3cb48373b 100644 --- a/_site/docs/latest/installation-and-operation/running-metabase-on-azure.html +++ b/_site/docs/latest/installation-and-operation/running-metabase-on-azure.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/installation-and-operation/running-metabase-on-docker.html b/_site/docs/latest/installation-and-operation/running-metabase-on-docker.html index aa0651531e..876f9a9e84 100644 --- a/_site/docs/latest/installation-and-operation/running-metabase-on-docker.html +++ b/_site/docs/latest/installation-and-operation/running-metabase-on-docker.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/installation-and-operation/running-metabase-on-elastic-beanstalk.html b/_site/docs/latest/installation-and-operation/running-metabase-on-elastic-beanstalk.html index 74afc6e6fc..e0291aaaa6 100644 --- a/_site/docs/latest/installation-and-operation/running-metabase-on-elastic-beanstalk.html +++ b/_site/docs/latest/installation-and-operation/running-metabase-on-elastic-beanstalk.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/installation-and-operation/running-metabase-on-podman.html b/_site/docs/latest/installation-and-operation/running-metabase-on-podman.html index 3c8d1e5a79..6a4c228d01 100644 --- a/_site/docs/latest/installation-and-operation/running-metabase-on-podman.html +++ b/_site/docs/latest/installation-and-operation/running-metabase-on-podman.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/installation-and-operation/running-the-metabase-jar-file.html b/_site/docs/latest/installation-and-operation/running-the-metabase-jar-file.html index 5d1637b092..e7bc5d9abd 100644 --- a/_site/docs/latest/installation-and-operation/running-the-metabase-jar-file.html +++ b/_site/docs/latest/installation-and-operation/running-the-metabase-jar-file.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/installation-and-operation/security-center.html b/_site/docs/latest/installation-and-operation/security-center.html index 803fa79249..886312ca3c 100644 --- a/_site/docs/latest/installation-and-operation/security-center.html +++ b/_site/docs/latest/installation-and-operation/security-center.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/installation-and-operation/serialization.html b/_site/docs/latest/installation-and-operation/serialization.html index f7b504c40c..6439ef92b0 100644 --- a/_site/docs/latest/installation-and-operation/serialization.html +++ b/_site/docs/latest/installation-and-operation/serialization.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/installation-and-operation/start.html b/_site/docs/latest/installation-and-operation/start.html index fd5a21d6b8..42ba3b0a3c 100644 --- a/_site/docs/latest/installation-and-operation/start.html +++ b/_site/docs/latest/installation-and-operation/start.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/installation-and-operation/supported-browsers.html b/_site/docs/latest/installation-and-operation/supported-browsers.html index e85e97c281..b189675337 100644 --- a/_site/docs/latest/installation-and-operation/supported-browsers.html +++ b/_site/docs/latest/installation-and-operation/supported-browsers.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/installation-and-operation/upgrading-metabase.html b/_site/docs/latest/installation-and-operation/upgrading-metabase.html index d8ca708e56..1b7ce25ffb 100644 --- a/_site/docs/latest/installation-and-operation/upgrading-metabase.html +++ b/_site/docs/latest/installation-and-operation/upgrading-metabase.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/people-and-groups/account-settings.html b/_site/docs/latest/people-and-groups/account-settings.html index 4b9add236d..f0f3b10ad0 100644 --- a/_site/docs/latest/people-and-groups/account-settings.html +++ b/_site/docs/latest/people-and-groups/account-settings.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/people-and-groups/api-keys.html b/_site/docs/latest/people-and-groups/api-keys.html index c15bc99a5d..955c4be6b2 100644 --- a/_site/docs/latest/people-and-groups/api-keys.html +++ b/_site/docs/latest/people-and-groups/api-keys.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/people-and-groups/authenticating-with-jwt.html b/_site/docs/latest/people-and-groups/authenticating-with-jwt.html index c900ac299b..4a1afa75bf 100644 --- a/_site/docs/latest/people-and-groups/authenticating-with-jwt.html +++ b/_site/docs/latest/people-and-groups/authenticating-with-jwt.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/people-and-groups/authenticating-with-oidc.html b/_site/docs/latest/people-and-groups/authenticating-with-oidc.html index 2960e06867..f8f5d00cfe 100644 --- a/_site/docs/latest/people-and-groups/authenticating-with-oidc.html +++ b/_site/docs/latest/people-and-groups/authenticating-with-oidc.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/people-and-groups/authenticating-with-saml.html b/_site/docs/latest/people-and-groups/authenticating-with-saml.html index 4e3e00d778..3e9b291f91 100644 --- a/_site/docs/latest/people-and-groups/authenticating-with-saml.html +++ b/_site/docs/latest/people-and-groups/authenticating-with-saml.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/people-and-groups/changing-password-complexity.html b/_site/docs/latest/people-and-groups/changing-password-complexity.html index fdfca10309..ba5b019922 100644 --- a/_site/docs/latest/people-and-groups/changing-password-complexity.html +++ b/_site/docs/latest/people-and-groups/changing-password-complexity.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/people-and-groups/changing-session-expiration.html b/_site/docs/latest/people-and-groups/changing-session-expiration.html index 8db0856226..b136a34cf7 100644 --- a/_site/docs/latest/people-and-groups/changing-session-expiration.html +++ b/_site/docs/latest/people-and-groups/changing-session-expiration.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/people-and-groups/google-sign-in.html b/_site/docs/latest/people-and-groups/google-sign-in.html index 431830a1d7..9d02633971 100644 --- a/_site/docs/latest/people-and-groups/google-sign-in.html +++ b/_site/docs/latest/people-and-groups/google-sign-in.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/people-and-groups/ldap.html b/_site/docs/latest/people-and-groups/ldap.html index 4733006823..5d3b61bcab 100644 --- a/_site/docs/latest/people-and-groups/ldap.html +++ b/_site/docs/latest/people-and-groups/ldap.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/people-and-groups/managing.html b/_site/docs/latest/people-and-groups/managing.html index b7ec72d4de..3cf24b5840 100644 --- a/_site/docs/latest/people-and-groups/managing.html +++ b/_site/docs/latest/people-and-groups/managing.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/people-and-groups/oidc-keycloak.html b/_site/docs/latest/people-and-groups/oidc-keycloak.html index 40abaaff75..f6a7e847c9 100644 --- a/_site/docs/latest/people-and-groups/oidc-keycloak.html +++ b/_site/docs/latest/people-and-groups/oidc-keycloak.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/people-and-groups/saml-auth0.html b/_site/docs/latest/people-and-groups/saml-auth0.html index b5a46eba4f..34d0643e6a 100644 --- a/_site/docs/latest/people-and-groups/saml-auth0.html +++ b/_site/docs/latest/people-and-groups/saml-auth0.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/people-and-groups/saml-azure.html b/_site/docs/latest/people-and-groups/saml-azure.html index 882aea921f..1f6a95e10e 100644 --- a/_site/docs/latest/people-and-groups/saml-azure.html +++ b/_site/docs/latest/people-and-groups/saml-azure.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/people-and-groups/saml-google.html b/_site/docs/latest/people-and-groups/saml-google.html index 453f578295..efd74b7684 100644 --- a/_site/docs/latest/people-and-groups/saml-google.html +++ b/_site/docs/latest/people-and-groups/saml-google.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/people-and-groups/saml-keycloak.html b/_site/docs/latest/people-and-groups/saml-keycloak.html index 1b1c7336fe..7c4a0eddb9 100644 --- a/_site/docs/latest/people-and-groups/saml-keycloak.html +++ b/_site/docs/latest/people-and-groups/saml-keycloak.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/people-and-groups/saml-okta.html b/_site/docs/latest/people-and-groups/saml-okta.html index b211a4534c..993a4b0e40 100644 --- a/_site/docs/latest/people-and-groups/saml-okta.html +++ b/_site/docs/latest/people-and-groups/saml-okta.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/people-and-groups/start.html b/_site/docs/latest/people-and-groups/start.html index 8a3c73e0be..c3d26dbccc 100644 --- a/_site/docs/latest/people-and-groups/start.html +++ b/_site/docs/latest/people-and-groups/start.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/people-and-groups/user-provisioning.html b/_site/docs/latest/people-and-groups/user-provisioning.html index 29750a7970..a51e7fd2cc 100644 --- a/_site/docs/latest/people-and-groups/user-provisioning.html +++ b/_site/docs/latest/people-and-groups/user-provisioning.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/permissions/application.html b/_site/docs/latest/permissions/application.html index a4af730d56..d03f4bd193 100644 --- a/_site/docs/latest/permissions/application.html +++ b/_site/docs/latest/permissions/application.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/permissions/collections.html b/_site/docs/latest/permissions/collections.html index d2387be952..c710df1b44 100644 --- a/_site/docs/latest/permissions/collections.html +++ b/_site/docs/latest/permissions/collections.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/permissions/data.html b/_site/docs/latest/permissions/data.html index 7531302de7..08450f61ec 100644 --- a/_site/docs/latest/permissions/data.html +++ b/_site/docs/latest/permissions/data.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/permissions/database-routing.html b/_site/docs/latest/permissions/database-routing.html index 8f155bea5f..9ec69bf68e 100644 --- a/_site/docs/latest/permissions/database-routing.html +++ b/_site/docs/latest/permissions/database-routing.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/permissions/embedding.html b/_site/docs/latest/permissions/embedding.html index d1a794963d..8d49c0af5d 100644 --- a/_site/docs/latest/permissions/embedding.html +++ b/_site/docs/latest/permissions/embedding.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/permissions/impersonation.html b/_site/docs/latest/permissions/impersonation.html index 9add59eb69..ae301e28d4 100644 --- a/_site/docs/latest/permissions/impersonation.html +++ b/_site/docs/latest/permissions/impersonation.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/permissions/introduction.html b/_site/docs/latest/permissions/introduction.html index 4e41d64217..2761700201 100644 --- a/_site/docs/latest/permissions/introduction.html +++ b/_site/docs/latest/permissions/introduction.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/permissions/no-self-service-deprecation.html b/_site/docs/latest/permissions/no-self-service-deprecation.html index 85609538cf..24437d92f1 100644 --- a/_site/docs/latest/permissions/no-self-service-deprecation.html +++ b/_site/docs/latest/permissions/no-self-service-deprecation.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/permissions/notifications.html b/_site/docs/latest/permissions/notifications.html index ca8ca5bd7a..dcdc270fad 100644 --- a/_site/docs/latest/permissions/notifications.html +++ b/_site/docs/latest/permissions/notifications.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/permissions/row-and-column-security-examples.html b/_site/docs/latest/permissions/row-and-column-security-examples.html index b65eb5fe23..fb9eb89b63 100644 --- a/_site/docs/latest/permissions/row-and-column-security-examples.html +++ b/_site/docs/latest/permissions/row-and-column-security-examples.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/permissions/row-and-column-security.html b/_site/docs/latest/permissions/row-and-column-security.html index 19b5159d0a..56eb525b2d 100644 --- a/_site/docs/latest/permissions/row-and-column-security.html +++ b/_site/docs/latest/permissions/row-and-column-security.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/permissions/snippets.html b/_site/docs/latest/permissions/snippets.html index f4e5961ef4..a98785152f 100644 --- a/_site/docs/latest/permissions/snippets.html +++ b/_site/docs/latest/permissions/snippets.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/permissions/start.html b/_site/docs/latest/permissions/start.html index af0fdaa387..37a9a6f190 100644 --- a/_site/docs/latest/permissions/start.html +++ b/_site/docs/latest/permissions/start.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/questions/alerts.html b/_site/docs/latest/questions/alerts.html index b518df801a..bb54527e87 100644 --- a/_site/docs/latest/questions/alerts.html +++ b/_site/docs/latest/questions/alerts.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics @@ -6445,7 +6556,10 @@

    Editing, deleting, and u

    Metabase will email you when:

    diff --git a/_site/docs/latest/questions/exporting-results.html b/_site/docs/latest/questions/exporting-results.html index df628c0d5b..acaef3a7f5 100644 --- a/_site/docs/latest/questions/exporting-results.html +++ b/_site/docs/latest/questions/exporting-results.html @@ -2595,6 +2595,34 @@

    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/questions/introduction.html b/_site/docs/latest/questions/introduction.html index d1da5f792a..0c38f51694 100644 --- a/_site/docs/latest/questions/introduction.html +++ b/_site/docs/latest/questions/introduction.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/questions/metrics-explorer.html b/_site/docs/latest/questions/metrics-explorer.html index 65b2834a07..205a58740f 100644 --- a/_site/docs/latest/questions/metrics-explorer.html +++ b/_site/docs/latest/questions/metrics-explorer.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/questions/native-editor/basic-sql-parameters.html b/_site/docs/latest/questions/native-editor/basic-sql-parameters.html index 0d6a1aa2c1..50a61b28c9 100644 --- a/_site/docs/latest/questions/native-editor/basic-sql-parameters.html +++ b/_site/docs/latest/questions/native-editor/basic-sql-parameters.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/questions/native-editor/field-filters.html b/_site/docs/latest/questions/native-editor/field-filters.html index cd171f5a49..05aab9778f 100644 --- a/_site/docs/latest/questions/native-editor/field-filters.html +++ b/_site/docs/latest/questions/native-editor/field-filters.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/questions/native-editor/filter-widgets.html b/_site/docs/latest/questions/native-editor/filter-widgets.html index cdbb4c7673..d7d4ef5282 100644 --- a/_site/docs/latest/questions/native-editor/filter-widgets.html +++ b/_site/docs/latest/questions/native-editor/filter-widgets.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/questions/native-editor/optional-variables.html b/_site/docs/latest/questions/native-editor/optional-variables.html index 931b9bd546..cbc654ffb2 100644 --- a/_site/docs/latest/questions/native-editor/optional-variables.html +++ b/_site/docs/latest/questions/native-editor/optional-variables.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/questions/native-editor/referencing-saved-questions-in-queries.html b/_site/docs/latest/questions/native-editor/referencing-saved-questions-in-queries.html index 1efeb2d3d7..8f888997a8 100644 --- a/_site/docs/latest/questions/native-editor/referencing-saved-questions-in-queries.html +++ b/_site/docs/latest/questions/native-editor/referencing-saved-questions-in-queries.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/questions/native-editor/snippets.html b/_site/docs/latest/questions/native-editor/snippets.html index 94dde435ac..b9c4694de6 100644 --- a/_site/docs/latest/questions/native-editor/snippets.html +++ b/_site/docs/latest/questions/native-editor/snippets.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/questions/native-editor/sql-parameters.html b/_site/docs/latest/questions/native-editor/sql-parameters.html index ed57a246c3..dd3d85a059 100644 --- a/_site/docs/latest/questions/native-editor/sql-parameters.html +++ b/_site/docs/latest/questions/native-editor/sql-parameters.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/questions/native-editor/table-variables.html b/_site/docs/latest/questions/native-editor/table-variables.html index 950548ea1c..5a2c3a71b5 100644 --- a/_site/docs/latest/questions/native-editor/table-variables.html +++ b/_site/docs/latest/questions/native-editor/table-variables.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/questions/native-editor/time-grouping-parameters.html b/_site/docs/latest/questions/native-editor/time-grouping-parameters.html index a1bddd3fb9..adb0944c91 100644 --- a/_site/docs/latest/questions/native-editor/time-grouping-parameters.html +++ b/_site/docs/latest/questions/native-editor/time-grouping-parameters.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/questions/native-editor/writing-sql.html b/_site/docs/latest/questions/native-editor/writing-sql.html index 2715384122..1d629c82fd 100644 --- a/_site/docs/latest/questions/native-editor/writing-sql.html +++ b/_site/docs/latest/questions/native-editor/writing-sql.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/questions/query-builder/editor.html b/_site/docs/latest/questions/query-builder/editor.html index 0b84a281e5..6f282ef9af 100644 --- a/_site/docs/latest/questions/query-builder/editor.html +++ b/_site/docs/latest/questions/query-builder/editor.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/questions/query-builder/expressions-list.html b/_site/docs/latest/questions/query-builder/expressions-list.html index 7d8c63161c..6733d1d052 100644 --- a/_site/docs/latest/questions/query-builder/expressions-list.html +++ b/_site/docs/latest/questions/query-builder/expressions-list.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/questions/query-builder/expressions.html b/_site/docs/latest/questions/query-builder/expressions.html index e78f1b6d90..8504106d1c 100644 --- a/_site/docs/latest/questions/query-builder/expressions.html +++ b/_site/docs/latest/questions/query-builder/expressions.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/questions/query-builder/expressions/case.html b/_site/docs/latest/questions/query-builder/expressions/case.html index 2a088f6bbe..0e9497822b 100644 --- a/_site/docs/latest/questions/query-builder/expressions/case.html +++ b/_site/docs/latest/questions/query-builder/expressions/case.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/questions/query-builder/expressions/coalesce.html b/_site/docs/latest/questions/query-builder/expressions/coalesce.html index 792f820cdc..9bd8a319e4 100644 --- a/_site/docs/latest/questions/query-builder/expressions/coalesce.html +++ b/_site/docs/latest/questions/query-builder/expressions/coalesce.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/questions/query-builder/expressions/concat.html b/_site/docs/latest/questions/query-builder/expressions/concat.html index 83698b6d1d..84222c0551 100644 --- a/_site/docs/latest/questions/query-builder/expressions/concat.html +++ b/_site/docs/latest/questions/query-builder/expressions/concat.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/questions/query-builder/expressions/converttimezone.html b/_site/docs/latest/questions/query-builder/expressions/converttimezone.html index 3a0c1584fb..a63df68d25 100644 --- a/_site/docs/latest/questions/query-builder/expressions/converttimezone.html +++ b/_site/docs/latest/questions/query-builder/expressions/converttimezone.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/questions/query-builder/expressions/countif.html b/_site/docs/latest/questions/query-builder/expressions/countif.html index b7155c6720..d3566df676 100644 --- a/_site/docs/latest/questions/query-builder/expressions/countif.html +++ b/_site/docs/latest/questions/query-builder/expressions/countif.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/questions/query-builder/expressions/cumulative.html b/_site/docs/latest/questions/query-builder/expressions/cumulative.html index 6bfa136102..e7ef882548 100644 --- a/_site/docs/latest/questions/query-builder/expressions/cumulative.html +++ b/_site/docs/latest/questions/query-builder/expressions/cumulative.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/questions/query-builder/expressions/datetimeadd.html b/_site/docs/latest/questions/query-builder/expressions/datetimeadd.html index e8a13143f3..12bf5ea160 100644 --- a/_site/docs/latest/questions/query-builder/expressions/datetimeadd.html +++ b/_site/docs/latest/questions/query-builder/expressions/datetimeadd.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/questions/query-builder/expressions/datetimediff.html b/_site/docs/latest/questions/query-builder/expressions/datetimediff.html index de78581e2a..77a6573fe3 100644 --- a/_site/docs/latest/questions/query-builder/expressions/datetimediff.html +++ b/_site/docs/latest/questions/query-builder/expressions/datetimediff.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/questions/query-builder/expressions/datetimesubtract.html b/_site/docs/latest/questions/query-builder/expressions/datetimesubtract.html index 4c97cc349e..7312b8a547 100644 --- a/_site/docs/latest/questions/query-builder/expressions/datetimesubtract.html +++ b/_site/docs/latest/questions/query-builder/expressions/datetimesubtract.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/questions/query-builder/expressions/in.html b/_site/docs/latest/questions/query-builder/expressions/in.html index 2f140b7b23..67ed5854a1 100644 --- a/_site/docs/latest/questions/query-builder/expressions/in.html +++ b/_site/docs/latest/questions/query-builder/expressions/in.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/questions/query-builder/expressions/isempty.html b/_site/docs/latest/questions/query-builder/expressions/isempty.html index a0409f9cbe..f91603ea70 100644 --- a/_site/docs/latest/questions/query-builder/expressions/isempty.html +++ b/_site/docs/latest/questions/query-builder/expressions/isempty.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/questions/query-builder/expressions/isnull.html b/_site/docs/latest/questions/query-builder/expressions/isnull.html index 4b4dd32fc3..00e9342fe2 100644 --- a/_site/docs/latest/questions/query-builder/expressions/isnull.html +++ b/_site/docs/latest/questions/query-builder/expressions/isnull.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/questions/query-builder/expressions/now.html b/_site/docs/latest/questions/query-builder/expressions/now.html index 6a587ff5e5..8b6d4df2b4 100644 --- a/_site/docs/latest/questions/query-builder/expressions/now.html +++ b/_site/docs/latest/questions/query-builder/expressions/now.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/questions/query-builder/expressions/offset.html b/_site/docs/latest/questions/query-builder/expressions/offset.html index 8e3c5a26cd..1536aa6555 100644 --- a/_site/docs/latest/questions/query-builder/expressions/offset.html +++ b/_site/docs/latest/questions/query-builder/expressions/offset.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/questions/query-builder/expressions/regexextract.html b/_site/docs/latest/questions/query-builder/expressions/regexextract.html index 7741bacab6..3a57d4fcfe 100644 --- a/_site/docs/latest/questions/query-builder/expressions/regexextract.html +++ b/_site/docs/latest/questions/query-builder/expressions/regexextract.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/questions/query-builder/expressions/substring.html b/_site/docs/latest/questions/query-builder/expressions/substring.html index b4c1f5acbb..f6923a6b31 100644 --- a/_site/docs/latest/questions/query-builder/expressions/substring.html +++ b/_site/docs/latest/questions/query-builder/expressions/substring.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/questions/query-builder/expressions/sumif.html b/_site/docs/latest/questions/query-builder/expressions/sumif.html index 66c6a0c163..bdb322aa14 100644 --- a/_site/docs/latest/questions/query-builder/expressions/sumif.html +++ b/_site/docs/latest/questions/query-builder/expressions/sumif.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/questions/query-builder/expressions/week.html b/_site/docs/latest/questions/query-builder/expressions/week.html index 98c70015c4..d65f73515c 100644 --- a/_site/docs/latest/questions/query-builder/expressions/week.html +++ b/_site/docs/latest/questions/query-builder/expressions/week.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/questions/query-builder/filters.html b/_site/docs/latest/questions/query-builder/filters.html index 4a3d9f0f1b..698a53c137 100644 --- a/_site/docs/latest/questions/query-builder/filters.html +++ b/_site/docs/latest/questions/query-builder/filters.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/questions/query-builder/join.html b/_site/docs/latest/questions/query-builder/join.html index f2e1a80fd6..91ea450ea6 100644 --- a/_site/docs/latest/questions/query-builder/join.html +++ b/_site/docs/latest/questions/query-builder/join.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/questions/query-builder/summarizing-and-grouping.html b/_site/docs/latest/questions/query-builder/summarizing-and-grouping.html index 6309ed198a..45844da26b 100644 --- a/_site/docs/latest/questions/query-builder/summarizing-and-grouping.html +++ b/_site/docs/latest/questions/query-builder/summarizing-and-grouping.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/questions/start.html b/_site/docs/latest/questions/start.html index da91e96a47..931ba9496d 100644 --- a/_site/docs/latest/questions/start.html +++ b/_site/docs/latest/questions/start.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/questions/visualizations/box-plot.html b/_site/docs/latest/questions/visualizations/box-plot.html index 74df4eea39..a294edb481 100644 --- a/_site/docs/latest/questions/visualizations/box-plot.html +++ b/_site/docs/latest/questions/visualizations/box-plot.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/questions/visualizations/combo-chart.html b/_site/docs/latest/questions/visualizations/combo-chart.html index 36a008c99c..8284ced188 100644 --- a/_site/docs/latest/questions/visualizations/combo-chart.html +++ b/_site/docs/latest/questions/visualizations/combo-chart.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/questions/visualizations/country-codes.html b/_site/docs/latest/questions/visualizations/country-codes.html index 1dee23184c..1ec47ee159 100644 --- a/_site/docs/latest/questions/visualizations/country-codes.html +++ b/_site/docs/latest/questions/visualizations/country-codes.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/questions/visualizations/custom.html b/_site/docs/latest/questions/visualizations/custom.html index 4877430602..f5d55d9f14 100644 --- a/_site/docs/latest/questions/visualizations/custom.html +++ b/_site/docs/latest/questions/visualizations/custom.html @@ -1999,7 +1999,7 @@
    Analytics
    -
  • +
  • Queries and charts @@ -2327,7 +2327,7 @@
    Analytics
    -
  • +
  • Visualizations @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/questions/visualizations/detail.html b/_site/docs/latest/questions/visualizations/detail.html index 432d551466..7135d45ae6 100644 --- a/_site/docs/latest/questions/visualizations/detail.html +++ b/_site/docs/latest/questions/visualizations/detail.html @@ -2609,6 +2609,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3343,8 +3371,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3358,8 +3386,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3373,8 +3401,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3388,8 +3416,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3402,6 +3430,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4736,8 +4832,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5273,6 +5369,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/questions/visualizations/drill-through.html b/_site/docs/latest/questions/visualizations/drill-through.html index 634a456f7a..515dfeea42 100644 --- a/_site/docs/latest/questions/visualizations/drill-through.html +++ b/_site/docs/latest/questions/visualizations/drill-through.html @@ -1999,7 +1999,7 @@
    Analytics
    -
  • +
  • Queries and charts @@ -2327,7 +2327,7 @@
    Analytics
    -
  • +
  • Visualizations @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/questions/visualizations/funnel.html b/_site/docs/latest/questions/visualizations/funnel.html index cd04406ec1..859155e0f6 100644 --- a/_site/docs/latest/questions/visualizations/funnel.html +++ b/_site/docs/latest/questions/visualizations/funnel.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/questions/visualizations/gauge.html b/_site/docs/latest/questions/visualizations/gauge.html index 247965cae3..7c56727aec 100644 --- a/_site/docs/latest/questions/visualizations/gauge.html +++ b/_site/docs/latest/questions/visualizations/gauge.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/questions/visualizations/line-bar-and-area-charts.html b/_site/docs/latest/questions/visualizations/line-bar-and-area-charts.html index 0025d87b66..4992aa193c 100644 --- a/_site/docs/latest/questions/visualizations/line-bar-and-area-charts.html +++ b/_site/docs/latest/questions/visualizations/line-bar-and-area-charts.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/questions/visualizations/map.html b/_site/docs/latest/questions/visualizations/map.html index d7eb166301..0513ff4afc 100644 --- a/_site/docs/latest/questions/visualizations/map.html +++ b/_site/docs/latest/questions/visualizations/map.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/questions/visualizations/numbers.html b/_site/docs/latest/questions/visualizations/numbers.html index 4e2f04430d..85bd198862 100644 --- a/_site/docs/latest/questions/visualizations/numbers.html +++ b/_site/docs/latest/questions/visualizations/numbers.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/questions/visualizations/pie-or-donut-chart.html b/_site/docs/latest/questions/visualizations/pie-or-donut-chart.html index a920bb4732..628eb0b83a 100644 --- a/_site/docs/latest/questions/visualizations/pie-or-donut-chart.html +++ b/_site/docs/latest/questions/visualizations/pie-or-donut-chart.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/questions/visualizations/pivot-table.html b/_site/docs/latest/questions/visualizations/pivot-table.html index f09272313b..2de443f681 100644 --- a/_site/docs/latest/questions/visualizations/pivot-table.html +++ b/_site/docs/latest/questions/visualizations/pivot-table.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/questions/visualizations/progress-bar.html b/_site/docs/latest/questions/visualizations/progress-bar.html index 27bfe7db73..f7582d4094 100644 --- a/_site/docs/latest/questions/visualizations/progress-bar.html +++ b/_site/docs/latest/questions/visualizations/progress-bar.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/questions/visualizations/sankey.html b/_site/docs/latest/questions/visualizations/sankey.html index 84fbbdf29c..baaa5043f7 100644 --- a/_site/docs/latest/questions/visualizations/sankey.html +++ b/_site/docs/latest/questions/visualizations/sankey.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/questions/visualizations/scatterplot-or-bubble-chart.html b/_site/docs/latest/questions/visualizations/scatterplot-or-bubble-chart.html index fc41fea1f3..133e7c4299 100644 --- a/_site/docs/latest/questions/visualizations/scatterplot-or-bubble-chart.html +++ b/_site/docs/latest/questions/visualizations/scatterplot-or-bubble-chart.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/questions/visualizations/table.html b/_site/docs/latest/questions/visualizations/table.html index f44e85339e..4e96534407 100644 --- a/_site/docs/latest/questions/visualizations/table.html +++ b/_site/docs/latest/questions/visualizations/table.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/questions/visualizations/tooltips.html b/_site/docs/latest/questions/visualizations/tooltips.html index a247f981af..21024e31c5 100644 --- a/_site/docs/latest/questions/visualizations/tooltips.html +++ b/_site/docs/latest/questions/visualizations/tooltips.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/questions/visualizations/trend.html b/_site/docs/latest/questions/visualizations/trend.html index 7213a71a50..6a39e60908 100644 --- a/_site/docs/latest/questions/visualizations/trend.html +++ b/_site/docs/latest/questions/visualizations/trend.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/questions/visualizations/visualizing-results.html b/_site/docs/latest/questions/visualizations/visualizing-results.html index 0ab728acae..c41adfa9f0 100644 --- a/_site/docs/latest/questions/visualizations/visualizing-results.html +++ b/_site/docs/latest/questions/visualizations/visualizing-results.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/questions/visualizations/waterfall-chart.html b/_site/docs/latest/questions/visualizations/waterfall-chart.html index 25813c4f76..abecaf8c30 100644 --- a/_site/docs/latest/questions/visualizations/waterfall-chart.html +++ b/_site/docs/latest/questions/visualizations/waterfall-chart.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/troubleshooting-guide/bigquery-drive.html b/_site/docs/latest/troubleshooting-guide/bigquery-drive.html index 5776a60ff6..1f5f8285d8 100644 --- a/_site/docs/latest/troubleshooting-guide/bigquery-drive.html +++ b/_site/docs/latest/troubleshooting-guide/bigquery-drive.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/troubleshooting-guide/bugs.html b/_site/docs/latest/troubleshooting-guide/bugs.html index e1ef55b1b9..fada63f3e8 100644 --- a/_site/docs/latest/troubleshooting-guide/bugs.html +++ b/_site/docs/latest/troubleshooting-guide/bugs.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/troubleshooting-guide/cant-log-in.html b/_site/docs/latest/troubleshooting-guide/cant-log-in.html index 9bc05c8fe2..399132e4dd 100644 --- a/_site/docs/latest/troubleshooting-guide/cant-log-in.html +++ b/_site/docs/latest/troubleshooting-guide/cant-log-in.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/troubleshooting-guide/cant-see-tables.html b/_site/docs/latest/troubleshooting-guide/cant-see-tables.html index 0743aad58d..416db4be25 100644 --- a/_site/docs/latest/troubleshooting-guide/cant-see-tables.html +++ b/_site/docs/latest/troubleshooting-guide/cant-see-tables.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/troubleshooting-guide/cant-send-email.html b/_site/docs/latest/troubleshooting-guide/cant-send-email.html index 0d171bc21b..bc399808b9 100644 --- a/_site/docs/latest/troubleshooting-guide/cant-send-email.html +++ b/_site/docs/latest/troubleshooting-guide/cant-send-email.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/troubleshooting-guide/cant-view-or-edit.html b/_site/docs/latest/troubleshooting-guide/cant-view-or-edit.html index 746bc525cd..d9a21fe099 100644 --- a/_site/docs/latest/troubleshooting-guide/cant-view-or-edit.html +++ b/_site/docs/latest/troubleshooting-guide/cant-view-or-edit.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/troubleshooting-guide/create-har-file.html b/_site/docs/latest/troubleshooting-guide/create-har-file.html index 5fc9879669..0b2aa5a926 100644 --- a/_site/docs/latest/troubleshooting-guide/create-har-file.html +++ b/_site/docs/latest/troubleshooting-guide/create-har-file.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/troubleshooting-guide/data-permissions.html b/_site/docs/latest/troubleshooting-guide/data-permissions.html index fc13e2207c..91ad9bf076 100644 --- a/_site/docs/latest/troubleshooting-guide/data-permissions.html +++ b/_site/docs/latest/troubleshooting-guide/data-permissions.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/troubleshooting-guide/db-connection.html b/_site/docs/latest/troubleshooting-guide/db-connection.html index c9a97ddbbb..3dbe3c6d80 100644 --- a/_site/docs/latest/troubleshooting-guide/db-connection.html +++ b/_site/docs/latest/troubleshooting-guide/db-connection.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/troubleshooting-guide/db-performance.html b/_site/docs/latest/troubleshooting-guide/db-performance.html index fd0c227be3..45cdb77d52 100644 --- a/_site/docs/latest/troubleshooting-guide/db-performance.html +++ b/_site/docs/latest/troubleshooting-guide/db-performance.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/troubleshooting-guide/diagnostic-info.html b/_site/docs/latest/troubleshooting-guide/diagnostic-info.html index 7f3c438749..8028e81aa8 100644 --- a/_site/docs/latest/troubleshooting-guide/diagnostic-info.html +++ b/_site/docs/latest/troubleshooting-guide/diagnostic-info.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/troubleshooting-guide/docker.html b/_site/docs/latest/troubleshooting-guide/docker.html index 56b7682098..9d61274848 100644 --- a/_site/docs/latest/troubleshooting-guide/docker.html +++ b/_site/docs/latest/troubleshooting-guide/docker.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/troubleshooting-guide/error-message.html b/_site/docs/latest/troubleshooting-guide/error-message.html index f0f1fce64c..64d5dec5d9 100644 --- a/_site/docs/latest/troubleshooting-guide/error-message.html +++ b/_site/docs/latest/troubleshooting-guide/error-message.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/troubleshooting-guide/filters.html b/_site/docs/latest/troubleshooting-guide/filters.html index c9684c16df..19f5aa4f33 100644 --- a/_site/docs/latest/troubleshooting-guide/filters.html +++ b/_site/docs/latest/troubleshooting-guide/filters.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/troubleshooting-guide/index.html b/_site/docs/latest/troubleshooting-guide/index.html index 976eef3609..3702ca2ae3 100644 --- a/_site/docs/latest/troubleshooting-guide/index.html +++ b/_site/docs/latest/troubleshooting-guide/index.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/troubleshooting-guide/known-issues.html b/_site/docs/latest/troubleshooting-guide/known-issues.html index 45b8e1803f..248bf467c9 100644 --- a/_site/docs/latest/troubleshooting-guide/known-issues.html +++ b/_site/docs/latest/troubleshooting-guide/known-issues.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/troubleshooting-guide/ldap.html b/_site/docs/latest/troubleshooting-guide/ldap.html index 8c2de432b0..f0327e0b91 100644 --- a/_site/docs/latest/troubleshooting-guide/ldap.html +++ b/_site/docs/latest/troubleshooting-guide/ldap.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/troubleshooting-guide/linked-filters.html b/_site/docs/latest/troubleshooting-guide/linked-filters.html index 9d83278950..80f4632722 100644 --- a/_site/docs/latest/troubleshooting-guide/linked-filters.html +++ b/_site/docs/latest/troubleshooting-guide/linked-filters.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/troubleshooting-guide/loading-from-h2.html b/_site/docs/latest/troubleshooting-guide/loading-from-h2.html index 9aac2e5fa7..10b46bfefc 100644 --- a/_site/docs/latest/troubleshooting-guide/loading-from-h2.html +++ b/_site/docs/latest/troubleshooting-guide/loading-from-h2.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/troubleshooting-guide/models.html b/_site/docs/latest/troubleshooting-guide/models.html index 9311751240..9a414ad02b 100644 --- a/_site/docs/latest/troubleshooting-guide/models.html +++ b/_site/docs/latest/troubleshooting-guide/models.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/troubleshooting-guide/my-dashboard-is-slow.html b/_site/docs/latest/troubleshooting-guide/my-dashboard-is-slow.html index b85f1bfd19..af86cd48cd 100644 --- a/_site/docs/latest/troubleshooting-guide/my-dashboard-is-slow.html +++ b/_site/docs/latest/troubleshooting-guide/my-dashboard-is-slow.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/troubleshooting-guide/notifications.html b/_site/docs/latest/troubleshooting-guide/notifications.html index a7a0b38fcc..9b4424d16c 100644 --- a/_site/docs/latest/troubleshooting-guide/notifications.html +++ b/_site/docs/latest/troubleshooting-guide/notifications.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/troubleshooting-guide/permissions.html b/_site/docs/latest/troubleshooting-guide/permissions.html index e90e02d40a..710588396c 100644 --- a/_site/docs/latest/troubleshooting-guide/permissions.html +++ b/_site/docs/latest/troubleshooting-guide/permissions.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/troubleshooting-guide/proxies.html b/_site/docs/latest/troubleshooting-guide/proxies.html index b677c8d6b4..b6524dbca6 100644 --- a/_site/docs/latest/troubleshooting-guide/proxies.html +++ b/_site/docs/latest/troubleshooting-guide/proxies.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/troubleshooting-guide/requesting-new-features.html b/_site/docs/latest/troubleshooting-guide/requesting-new-features.html index 90436c2937..e1c575d186 100644 --- a/_site/docs/latest/troubleshooting-guide/requesting-new-features.html +++ b/_site/docs/latest/troubleshooting-guide/requesting-new-features.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/troubleshooting-guide/row-and-column-security.html b/_site/docs/latest/troubleshooting-guide/row-and-column-security.html index e9388d9b27..88458b911d 100644 --- a/_site/docs/latest/troubleshooting-guide/row-and-column-security.html +++ b/_site/docs/latest/troubleshooting-guide/row-and-column-security.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/troubleshooting-guide/running.html b/_site/docs/latest/troubleshooting-guide/running.html index f40edcd362..e08d488199 100644 --- a/_site/docs/latest/troubleshooting-guide/running.html +++ b/_site/docs/latest/troubleshooting-guide/running.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/troubleshooting-guide/saml.html b/_site/docs/latest/troubleshooting-guide/saml.html index 87128a799a..35ecf3ad6b 100644 --- a/_site/docs/latest/troubleshooting-guide/saml.html +++ b/_site/docs/latest/troubleshooting-guide/saml.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/troubleshooting-guide/server-logs.html b/_site/docs/latest/troubleshooting-guide/server-logs.html index da5885819f..8fab294af1 100644 --- a/_site/docs/latest/troubleshooting-guide/server-logs.html +++ b/_site/docs/latest/troubleshooting-guide/server-logs.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/troubleshooting-guide/sql.html b/_site/docs/latest/troubleshooting-guide/sql.html index d560f30efc..e588fc7a13 100644 --- a/_site/docs/latest/troubleshooting-guide/sql.html +++ b/_site/docs/latest/troubleshooting-guide/sql.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/troubleshooting-guide/sync-fingerprint-scan.html b/_site/docs/latest/troubleshooting-guide/sync-fingerprint-scan.html index 446e4c0a05..763ef5336e 100644 --- a/_site/docs/latest/troubleshooting-guide/sync-fingerprint-scan.html +++ b/_site/docs/latest/troubleshooting-guide/sync-fingerprint-scan.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/troubleshooting-guide/timeout.html b/_site/docs/latest/troubleshooting-guide/timeout.html index 209eb0c5c5..cb749516d7 100644 --- a/_site/docs/latest/troubleshooting-guide/timeout.html +++ b/_site/docs/latest/troubleshooting-guide/timeout.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/troubleshooting-guide/timezones.html b/_site/docs/latest/troubleshooting-guide/timezones.html index 4343915745..a9c110abe0 100644 --- a/_site/docs/latest/troubleshooting-guide/timezones.html +++ b/_site/docs/latest/troubleshooting-guide/timezones.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/troubleshooting-guide/visualization.html b/_site/docs/latest/troubleshooting-guide/visualization.html index fbd06283e7..d5d642295d 100644 --- a/_site/docs/latest/troubleshooting-guide/visualization.html +++ b/_site/docs/latest/troubleshooting-guide/visualization.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/usage-and-performance-tools/audit.html b/_site/docs/latest/usage-and-performance-tools/audit.html index 7763182e65..f14de1b74e 100644 --- a/_site/docs/latest/usage-and-performance-tools/audit.html +++ b/_site/docs/latest/usage-and-performance-tools/audit.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/usage-and-performance-tools/start.html b/_site/docs/latest/usage-and-performance-tools/start.html index 44a6a657b1..c433a6d6c7 100644 --- a/_site/docs/latest/usage-and-performance-tools/start.html +++ b/_site/docs/latest/usage-and-performance-tools/start.html @@ -2617,6 +2617,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3351,8 +3379,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3366,8 +3394,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3381,8 +3409,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3396,8 +3424,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3410,6 +3438,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4744,8 +4840,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5281,6 +5377,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/usage-and-performance-tools/tools.html b/_site/docs/latest/usage-and-performance-tools/tools.html index 2bbb460ea9..a7e2882d3e 100644 --- a/_site/docs/latest/usage-and-performance-tools/tools.html +++ b/_site/docs/latest/usage-and-performance-tools/tools.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/usage-and-performance-tools/usage-analytics-reference.html b/_site/docs/latest/usage-and-performance-tools/usage-analytics-reference.html index 2e03468863..27617cacc5 100644 --- a/_site/docs/latest/usage-and-performance-tools/usage-analytics-reference.html +++ b/_site/docs/latest/usage-and-performance-tools/usage-analytics-reference.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/usage-and-performance-tools/usage-analytics.html b/_site/docs/latest/usage-and-performance-tools/usage-analytics.html index 547af47bf0..1fe44cc8d9 100644 --- a/_site/docs/latest/usage-and-performance-tools/usage-analytics.html +++ b/_site/docs/latest/usage-and-performance-tools/usage-analytics.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/util/README.html b/_site/docs/latest/util/README.html index e3b9ad36dc..bf7a90ab9a 100644 --- a/_site/docs/latest/util/README.html +++ b/_site/docs/latest/util/README.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/latest/util/resources/introduction.html b/_site/docs/latest/util/resources/introduction.html index 16083e67ce..00e56ca16b 100644 --- a/_site/docs/latest/util/resources/introduction.html +++ b/_site/docs/latest/util/resources/introduction.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/sitemap.xml b/_site/docs/sitemap.xml index 6d3e294668..9c1c891739 100644 --- a/_site/docs/sitemap.xml +++ b/_site/docs/sitemap.xml @@ -2501,6 +2501,14 @@ + + https://www.metabase.com/docs/latest/installation-and-operation/alert-management + + + + + + https://www.metabase.com/docs/latest/installation-and-operation/backing-up-metabase-application-data diff --git a/_site/docs/v0.62/CONTRIBUTING.html b/_site/docs/v0.62/CONTRIBUTING.html index e234d9ab81..d4dae94f0a 100644 --- a/_site/docs/v0.62/CONTRIBUTING.html +++ b/_site/docs/v0.62/CONTRIBUTING.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/actions/basic.html b/_site/docs/v0.62/actions/basic.html index b27a2e7548..5a10c3773b 100644 --- a/_site/docs/v0.62/actions/basic.html +++ b/_site/docs/v0.62/actions/basic.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/actions/custom.html b/_site/docs/v0.62/actions/custom.html index 7d43aa5f2f..8ac80ff3ba 100644 --- a/_site/docs/v0.62/actions/custom.html +++ b/_site/docs/v0.62/actions/custom.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/actions/introduction.html b/_site/docs/v0.62/actions/introduction.html index db6d0159c1..e518f2e461 100644 --- a/_site/docs/v0.62/actions/introduction.html +++ b/_site/docs/v0.62/actions/introduction.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/actions/start.html b/_site/docs/v0.62/actions/start.html index 2edf925561..4eed615513 100644 --- a/_site/docs/v0.62/actions/start.html +++ b/_site/docs/v0.62/actions/start.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/ai/agent-api.html b/_site/docs/v0.62/ai/agent-api.html index 71170ec990..1b5aa8dbb3 100644 --- a/_site/docs/v0.62/ai/agent-api.html +++ b/_site/docs/v0.62/ai/agent-api.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/ai/customization.html b/_site/docs/v0.62/ai/customization.html index bcf2b7fc53..900f3c495e 100644 --- a/_site/docs/v0.62/ai/customization.html +++ b/_site/docs/v0.62/ai/customization.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/ai/file-based-development.html b/_site/docs/v0.62/ai/file-based-development.html index 1df069be19..1c9c9e74e4 100644 --- a/_site/docs/v0.62/ai/file-based-development.html +++ b/_site/docs/v0.62/ai/file-based-development.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/ai/images/mcp-chart.png b/_site/docs/v0.62/ai/images/mcp-chart.png new file mode 100644 index 0000000000..aff85b8cab Binary files /dev/null and b/_site/docs/v0.62/ai/images/mcp-chart.png differ diff --git a/_site/docs/v0.62/ai/mcp.html b/_site/docs/v0.62/ai/mcp.html index 09b8cbd706..4648c26acb 100644 --- a/_site/docs/v0.62/ai/mcp.html +++ b/_site/docs/v0.62/ai/mcp.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics @@ -6322,7 +6433,7 @@

    MCP server

    Metabase includes an MCP (Model Context Protocol) server (using Streamable HTTP transport) that lets AI clients connect directly to your Metabase, all scoped to the connecting person’s permissions.

    -

    Enable MCP server

    +

    Enable MCP server

    Admin > AI > MCP

    @@ -6337,7 +6448,7 @@

    Supported MCP clients

    Toggling on a client automatically adds that client’s sandbox domains to Metabase’s CORS allowlist, which is what lets browser-based MCP clients make cross-origin requests to your Metabase.

    @@ -6353,21 +6464,23 @@

    Custom MCP client domains

    The field accepts wildcards (*) for subdomains. Changes take effect in about a minute. Might be a good time to get up and pour yourself a glass of water.

    -

    Connect an MCP client

    +

    Connect a client to your Metabase MCP server

    If your admin has turned on your Metabase’s MCP server, all you need to do is point your MCP client at Metabase’s MCP endpoint, /api/metabase-mcp. For example:

    https://{your-metabase.example.com}/api/metabase-mcp
     
    -

    In the terminal, for example, you can run the following command.

    +

    You can find your instance’s MCP URL in Admin > AI > MCP.

    + +

    For Claude Code, for example, you can run the following command.

    claude mcp add --transport http metabase https://{your-metabase-url}/api/metabase-mcp
     
    -

    Replacing {your-metabase-url} with your Metabase address. Once added, Claude Code will handle the OAuth flow for you:

    +

    replacing {your-metabase-url} with your Metabase address.

    -

    For Claude Desktop, you can create a custom connector by just giving it that URL to your Metabase’s mcp endpoint.

    +

    Once you add the MCP server, your client will direct you to authentication page for your Metabase instance.

    Authentication

    @@ -6405,27 +6518,42 @@

    With the MCP server, yo

    You don’t need to have an AI provider configured in Metabase to use your Metabase’s MCP server. If you do have an AI provider configured in Metabase to power Metabot, that provider will not be used for MCP server requests. MCP calls by your local client have no effect on token usage for your Metabase’s AI connection.

    +

    Using the MCP server

    + +

    The MCP server will return results as either text or an inline chart, depending on the question you asked.

    + +

    If you want the MCP server to return an inline chart, ask it to “show” or “visualize” the data:

    + +

    Show me the stuff

    + +

    Currently, the Metabase MCP server supports bar and line charts. You can drill-through through the charts, change time granularity, or explore them in Metabase.

    + +

    If your client is connected to other MCP servers, you can asks questions that combine data from multiple sources. For example, you can ask a question about your customers that combines data from Metabase, your CRM, and your support ticket platform (Though maybe you should put all that data into your Metabase).

    + +

    See Available tools for the list of functionality supported by the MCP server.

    +

    Available tools

    Some clients (like Claude Desktop) will ask you to approve each tool the first time it’s used. The MCP server builds on Metabase’s Agent API, and exposes the following tools. If you’re building a custom integration and need full control, use the Agent API directly instead.

    -

    Discovery and reading

    +

    Find and read content

    -

    Query construction and execution

    +

    Query and visualize data

    -

    Writing

    +

    Create content

    -

    Use the MCP server with file-based development

    +

    Use the MCP server with agent-driven development

    You can use the MCP server to help you create Metabase content as serialized YAML files that you can import into your Metabase. Point your agent at the MCP server to give it access to your Metabase’s database metadata (table names, fields, and sample values) so it can write questions and dashboards that point at real columns.

    -

    See File-based development.

    +

    See Agent-driven development.

    Further reading

    diff --git a/_site/docs/v0.62/ai/metabot-slack.html b/_site/docs/v0.62/ai/metabot-slack.html index a58316c3f1..f52a100eed 100644 --- a/_site/docs/v0.62/ai/metabot-slack.html +++ b/_site/docs/v0.62/ai/metabot-slack.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/ai/metabot.html b/_site/docs/v0.62/ai/metabot.html index 96bebff1a2..d2c16fcf2c 100644 --- a/_site/docs/v0.62/ai/metabot.html +++ b/_site/docs/v0.62/ai/metabot.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/ai/overview.html b/_site/docs/v0.62/ai/overview.html index 67edef74aa..62fa4e90bb 100644 --- a/_site/docs/v0.62/ai/overview.html +++ b/_site/docs/v0.62/ai/overview.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/ai/privacy.html b/_site/docs/v0.62/ai/privacy.html index 0e83be3c94..a3ce291caf 100644 --- a/_site/docs/v0.62/ai/privacy.html +++ b/_site/docs/v0.62/ai/privacy.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/ai/settings.html b/_site/docs/v0.62/ai/settings.html index 4890cd394a..48dd1f2092 100644 --- a/_site/docs/v0.62/ai/settings.html +++ b/_site/docs/v0.62/ai/settings.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/ai/start.html b/_site/docs/v0.62/ai/start.html index 49121e1f30..8ad155b202 100644 --- a/_site/docs/v0.62/ai/start.html +++ b/_site/docs/v0.62/ai/start.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/ai/system-prompts.html b/_site/docs/v0.62/ai/system-prompts.html index 6a8362c48b..401bc147f6 100644 --- a/_site/docs/v0.62/ai/system-prompts.html +++ b/_site/docs/v0.62/ai/system-prompts.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/ai/usage-auditing.html b/_site/docs/v0.62/ai/usage-auditing.html index 9dc2c1f6cc..840077210e 100644 --- a/_site/docs/v0.62/ai/usage-auditing.html +++ b/_site/docs/v0.62/ai/usage-auditing.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/ai/usage-controls.html b/_site/docs/v0.62/ai/usage-controls.html index 0506d0c322..a5c935ee84 100644 --- a/_site/docs/v0.62/ai/usage-controls.html +++ b/_site/docs/v0.62/ai/usage-controls.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/configuring-metabase/appearance.html b/_site/docs/v0.62/configuring-metabase/appearance.html index 0473446151..3be5978a4e 100644 --- a/_site/docs/v0.62/configuring-metabase/appearance.html +++ b/_site/docs/v0.62/configuring-metabase/appearance.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/configuring-metabase/caching.html b/_site/docs/v0.62/configuring-metabase/caching.html index d85d13ad61..94af8eb405 100644 --- a/_site/docs/v0.62/configuring-metabase/caching.html +++ b/_site/docs/v0.62/configuring-metabase/caching.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/configuring-metabase/config-file.html b/_site/docs/v0.62/configuring-metabase/config-file.html index 6d5b8f80cb..7f7a517dff 100644 --- a/_site/docs/v0.62/configuring-metabase/config-file.html +++ b/_site/docs/v0.62/configuring-metabase/config-file.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/configuring-metabase/config-template.html b/_site/docs/v0.62/configuring-metabase/config-template.html index 7541f83ce2..ffb407d910 100644 --- a/_site/docs/v0.62/configuring-metabase/config-template.html +++ b/_site/docs/v0.62/configuring-metabase/config-template.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/configuring-metabase/custom-maps.html b/_site/docs/v0.62/configuring-metabase/custom-maps.html index b6686143e8..d05b85210d 100644 --- a/_site/docs/v0.62/configuring-metabase/custom-maps.html +++ b/_site/docs/v0.62/configuring-metabase/custom-maps.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/configuring-metabase/customizing-jetty-webserver.html b/_site/docs/v0.62/configuring-metabase/customizing-jetty-webserver.html index 18774f7052..5b7e80b8e6 100644 --- a/_site/docs/v0.62/configuring-metabase/customizing-jetty-webserver.html +++ b/_site/docs/v0.62/configuring-metabase/customizing-jetty-webserver.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/configuring-metabase/email.html b/_site/docs/v0.62/configuring-metabase/email.html index fec99dace0..39da7d69b9 100644 --- a/_site/docs/v0.62/configuring-metabase/email.html +++ b/_site/docs/v0.62/configuring-metabase/email.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/configuring-metabase/environment-variables.html b/_site/docs/v0.62/configuring-metabase/environment-variables.html index a03ea69fe5..6614c09f51 100644 --- a/_site/docs/v0.62/configuring-metabase/environment-variables.html +++ b/_site/docs/v0.62/configuring-metabase/environment-variables.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/configuring-metabase/fonts.html b/_site/docs/v0.62/configuring-metabase/fonts.html index 12c7087db4..69a702ccb7 100644 --- a/_site/docs/v0.62/configuring-metabase/fonts.html +++ b/_site/docs/v0.62/configuring-metabase/fonts.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/configuring-metabase/localization.html b/_site/docs/v0.62/configuring-metabase/localization.html index e6925c313f..85356283fc 100644 --- a/_site/docs/v0.62/configuring-metabase/localization.html +++ b/_site/docs/v0.62/configuring-metabase/localization.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/configuring-metabase/log-configuration.html b/_site/docs/v0.62/configuring-metabase/log-configuration.html index dc66ddb236..303f574a8a 100644 --- a/_site/docs/v0.62/configuring-metabase/log-configuration.html +++ b/_site/docs/v0.62/configuring-metabase/log-configuration.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/configuring-metabase/setting-up-metabase.html b/_site/docs/v0.62/configuring-metabase/setting-up-metabase.html index 36db268358..796a76bad5 100644 --- a/_site/docs/v0.62/configuring-metabase/setting-up-metabase.html +++ b/_site/docs/v0.62/configuring-metabase/setting-up-metabase.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/configuring-metabase/settings.html b/_site/docs/v0.62/configuring-metabase/settings.html index 97356d801c..e2c4e24130 100644 --- a/_site/docs/v0.62/configuring-metabase/settings.html +++ b/_site/docs/v0.62/configuring-metabase/settings.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/configuring-metabase/slack.html b/_site/docs/v0.62/configuring-metabase/slack.html index decf50b02b..cee7af8855 100644 --- a/_site/docs/v0.62/configuring-metabase/slack.html +++ b/_site/docs/v0.62/configuring-metabase/slack.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/configuring-metabase/start.html b/_site/docs/v0.62/configuring-metabase/start.html index c0804d62bd..7cc0b66c10 100644 --- a/_site/docs/v0.62/configuring-metabase/start.html +++ b/_site/docs/v0.62/configuring-metabase/start.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/configuring-metabase/timezones.html b/_site/docs/v0.62/configuring-metabase/timezones.html index d123155b39..dafb88f089 100644 --- a/_site/docs/v0.62/configuring-metabase/timezones.html +++ b/_site/docs/v0.62/configuring-metabase/timezones.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/configuring-metabase/webhooks.html b/_site/docs/v0.62/configuring-metabase/webhooks.html index 948f7c1346..30237ec7e8 100644 --- a/_site/docs/v0.62/configuring-metabase/webhooks.html +++ b/_site/docs/v0.62/configuring-metabase/webhooks.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/dashboards/actions.html b/_site/docs/v0.62/dashboards/actions.html index a26f0ab415..40b6406fff 100644 --- a/_site/docs/v0.62/dashboards/actions.html +++ b/_site/docs/v0.62/dashboards/actions.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/dashboards/filters.html b/_site/docs/v0.62/dashboards/filters.html index bff7a58c9c..4cecf18fb1 100644 --- a/_site/docs/v0.62/dashboards/filters.html +++ b/_site/docs/v0.62/dashboards/filters.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/dashboards/interactive.html b/_site/docs/v0.62/dashboards/interactive.html index 66918fadb9..6cded93e72 100644 --- a/_site/docs/v0.62/dashboards/interactive.html +++ b/_site/docs/v0.62/dashboards/interactive.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/dashboards/introduction.html b/_site/docs/v0.62/dashboards/introduction.html index bf309175a5..534b25a92e 100644 --- a/_site/docs/v0.62/dashboards/introduction.html +++ b/_site/docs/v0.62/dashboards/introduction.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/dashboards/linked-filters.html b/_site/docs/v0.62/dashboards/linked-filters.html index 1fdd497bad..cee0822908 100644 --- a/_site/docs/v0.62/dashboards/linked-filters.html +++ b/_site/docs/v0.62/dashboards/linked-filters.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/dashboards/multiple-series.html b/_site/docs/v0.62/dashboards/multiple-series.html index 4f93f075ca..66ed9a6958 100644 --- a/_site/docs/v0.62/dashboards/multiple-series.html +++ b/_site/docs/v0.62/dashboards/multiple-series.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/dashboards/start.html b/_site/docs/v0.62/dashboards/start.html index 087f7898de..f4f5aedb2f 100644 --- a/_site/docs/v0.62/dashboards/start.html +++ b/_site/docs/v0.62/dashboards/start.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/dashboards/subscriptions.html b/_site/docs/v0.62/dashboards/subscriptions.html index ee67568acc..45700b7f1a 100644 --- a/_site/docs/v0.62/dashboards/subscriptions.html +++ b/_site/docs/v0.62/dashboards/subscriptions.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/data-modeling/editable-tables.html b/_site/docs/v0.62/data-modeling/editable-tables.html index 2b7976da0c..0981113202 100644 --- a/_site/docs/v0.62/data-modeling/editable-tables.html +++ b/_site/docs/v0.62/data-modeling/editable-tables.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/data-modeling/formatting.html b/_site/docs/v0.62/data-modeling/formatting.html index ae56a1986b..d3f294a321 100644 --- a/_site/docs/v0.62/data-modeling/formatting.html +++ b/_site/docs/v0.62/data-modeling/formatting.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/data-modeling/json-unfolding.html b/_site/docs/v0.62/data-modeling/json-unfolding.html index 3615e416fe..385ee6058f 100644 --- a/_site/docs/v0.62/data-modeling/json-unfolding.html +++ b/_site/docs/v0.62/data-modeling/json-unfolding.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,23 @@
    Analytics
  • - - Dependency graph + + Segments + + + + +
  • + + + + + + + +
  • + + Glossary @@ -3372,12 +3415,65 @@
    Analytics
  • - - Dependency diagnostics + + Dependencies +
    + + + + +
    +
    + +
  • @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics @@ -6336,18 +6447,20 @@

    JSON unfolding

    This unfolding allows you to filter for values found in the original JSON object.

    +

    Metabase can also unfold nested JSON objects, but it doesn’t unfold arrays. If a key contains an array, Metabase keeps that array as a single field.

    +

    Metabase will prefix the unfolded column names with the name of the original column that contained the JSON. You can change the column names in Admin > Table metadata, or by creating a model and editing the column metadata.

    Databases that support JSON unfolding

    diff --git a/_site/docs/v0.62/data-modeling/legacy-metrics.html b/_site/docs/v0.62/data-modeling/legacy-metrics.html index d7d1594536..4408e8e671 100644 --- a/_site/docs/v0.62/data-modeling/legacy-metrics.html +++ b/_site/docs/v0.62/data-modeling/legacy-metrics.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/data-modeling/metadata-editing.html b/_site/docs/v0.62/data-modeling/metadata-editing.html index 012d6b38c6..a02c4437ce 100644 --- a/_site/docs/v0.62/data-modeling/metadata-editing.html +++ b/_site/docs/v0.62/data-modeling/metadata-editing.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/data-modeling/metrics.html b/_site/docs/v0.62/data-modeling/metrics.html index a5b70b8d8b..021a061ed9 100644 --- a/_site/docs/v0.62/data-modeling/metrics.html +++ b/_site/docs/v0.62/data-modeling/metrics.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/data-modeling/model-persistence.html b/_site/docs/v0.62/data-modeling/model-persistence.html index 4190a12a62..3e71d99e9e 100644 --- a/_site/docs/v0.62/data-modeling/model-persistence.html +++ b/_site/docs/v0.62/data-modeling/model-persistence.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/data-modeling/models.html b/_site/docs/v0.62/data-modeling/models.html index 483dc74bd9..47b846a76f 100644 --- a/_site/docs/v0.62/data-modeling/models.html +++ b/_site/docs/v0.62/data-modeling/models.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/data-modeling/segments.html b/_site/docs/v0.62/data-modeling/segments.html index 5ef9691f1a..d71e909eea 100644 --- a/_site/docs/v0.62/data-modeling/segments.html +++ b/_site/docs/v0.62/data-modeling/segments.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/data-modeling/semantic-types.html b/_site/docs/v0.62/data-modeling/semantic-types.html index 9485e6f105..6f0bfed62e 100644 --- a/_site/docs/v0.62/data-modeling/semantic-types.html +++ b/_site/docs/v0.62/data-modeling/semantic-types.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/data-modeling/start.html b/_site/docs/v0.62/data-modeling/start.html index 00252eef7d..70702c0d03 100644 --- a/_site/docs/v0.62/data-modeling/start.html +++ b/_site/docs/v0.62/data-modeling/start.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/data-studio/dependencies/diagnostics.html b/_site/docs/v0.62/data-studio/dependencies/diagnostics.html index 1e056cb0de..997d8f5f91 100644 --- a/_site/docs/v0.62/data-studio/dependencies/diagnostics.html +++ b/_site/docs/v0.62/data-studio/dependencies/diagnostics.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3273,7 +3301,7 @@
    Analytics
    -
  • +
  • Data Studio @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/data-studio/dependencies/graph.html b/_site/docs/v0.62/data-studio/dependencies/graph.html index 825da31d4c..d24e2f6ac9 100644 --- a/_site/docs/v0.62/data-studio/dependencies/graph.html +++ b/_site/docs/v0.62/data-studio/dependencies/graph.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3273,7 +3301,7 @@
    Analytics
    -
  • +
  • Data Studio @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/data-studio/dependencies/replace-data-sources.html b/_site/docs/v0.62/data-studio/dependencies/replace-data-sources.html index d6f2d4a215..a98b858ff3 100644 --- a/_site/docs/v0.62/data-studio/dependencies/replace-data-sources.html +++ b/_site/docs/v0.62/data-studio/dependencies/replace-data-sources.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3273,7 +3301,7 @@
    Analytics
    -
  • +
  • Data Studio @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/data-studio/library.html b/_site/docs/v0.62/data-studio/library.html index 02a171b50b..28321405d2 100644 --- a/_site/docs/v0.62/data-studio/library.html +++ b/_site/docs/v0.62/data-studio/library.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/data-studio/managing-tables.html b/_site/docs/v0.62/data-studio/managing-tables.html index a21fc73371..ba009f6f6c 100644 --- a/_site/docs/v0.62/data-studio/managing-tables.html +++ b/_site/docs/v0.62/data-studio/managing-tables.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3273,7 +3301,7 @@
    Analytics
    -
  • +
  • Data Studio @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,23 @@
    Analytics
  • - - Glossary + + Measures + + + + +
  • + + + + + + + +
  • + + Segments @@ -3357,8 +3400,8 @@
    Analytics
  • - - Dependency graph + + Glossary @@ -3372,12 +3415,65 @@
    Analytics
  • - - Dependency diagnostics + + Dependencies +
    + + + + +
    +
    + +
  • @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/data-studio/measures.html b/_site/docs/v0.62/data-studio/measures.html index a9954a5b66..27a374915b 100644 --- a/_site/docs/v0.62/data-studio/measures.html +++ b/_site/docs/v0.62/data-studio/measures.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3273,7 +3301,7 @@
    Analytics
    -
  • +
  • Data Studio @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,23 @@
    Analytics
  • - - Glossary + + Measures + + + + +
  • + + + + + + + +
  • + + Segments @@ -3357,8 +3400,8 @@
    Analytics
  • - - Dependency graph + + Glossary @@ -3372,12 +3415,65 @@
    Analytics
  • - - Dependency diagnostics + + Dependencies +
    + + + + +
    +
    + +
  • @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/data-studio/overview.html b/_site/docs/v0.62/data-studio/overview.html index dd044e4f6e..015b51cc35 100644 --- a/_site/docs/v0.62/data-studio/overview.html +++ b/_site/docs/v0.62/data-studio/overview.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/data-studio/segments.html b/_site/docs/v0.62/data-studio/segments.html index ebb2d01c49..e70d35012e 100644 --- a/_site/docs/v0.62/data-studio/segments.html +++ b/_site/docs/v0.62/data-studio/segments.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3273,7 +3301,7 @@
    Analytics
    -
  • +
  • Data Studio @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,23 @@
    Analytics
  • - - Glossary + + Measures + + + + +
  • + + + + + + + +
  • + + Segments @@ -3357,8 +3400,8 @@
    Analytics
  • - - Dependency graph + + Glossary @@ -3372,12 +3415,65 @@
    Analytics
  • - - Dependency diagnostics + + Dependencies +
    + + + + +
    +
    + +
  • @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/data-studio/transforms/addons.html b/_site/docs/v0.62/data-studio/transforms/addons.html index fa818e48da..fe614a53a3 100644 --- a/_site/docs/v0.62/data-studio/transforms/addons.html +++ b/_site/docs/v0.62/data-studio/transforms/addons.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/data-studio/transforms/jobs-and-runs.html b/_site/docs/v0.62/data-studio/transforms/jobs-and-runs.html index b067ecd070..d9fdea62f3 100644 --- a/_site/docs/v0.62/data-studio/transforms/jobs-and-runs.html +++ b/_site/docs/v0.62/data-studio/transforms/jobs-and-runs.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/data-studio/transforms/python-runner.html b/_site/docs/v0.62/data-studio/transforms/python-runner.html index a5aa8b97a4..63da056728 100644 --- a/_site/docs/v0.62/data-studio/transforms/python-runner.html +++ b/_site/docs/v0.62/data-studio/transforms/python-runner.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/data-studio/transforms/python-transforms.html b/_site/docs/v0.62/data-studio/transforms/python-transforms.html index 18068b2140..0ac8a7ae7f 100644 --- a/_site/docs/v0.62/data-studio/transforms/python-transforms.html +++ b/_site/docs/v0.62/data-studio/transforms/python-transforms.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/data-studio/transforms/query-transforms.html b/_site/docs/v0.62/data-studio/transforms/query-transforms.html index ee73dacee8..8fbf05efeb 100644 --- a/_site/docs/v0.62/data-studio/transforms/query-transforms.html +++ b/_site/docs/v0.62/data-studio/transforms/query-transforms.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/data-studio/transforms/transform-inspector.html b/_site/docs/v0.62/data-studio/transforms/transform-inspector.html index 683e8eae79..5f818ecce8 100644 --- a/_site/docs/v0.62/data-studio/transforms/transform-inspector.html +++ b/_site/docs/v0.62/data-studio/transforms/transform-inspector.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/data-studio/transforms/transforms-overview.html b/_site/docs/v0.62/data-studio/transforms/transforms-overview.html index 0a265bda42..8f92a90bd6 100644 --- a/_site/docs/v0.62/data-studio/transforms/transforms-overview.html +++ b/_site/docs/v0.62/data-studio/transforms/transforms-overview.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/databases/connecting.html b/_site/docs/v0.62/databases/connecting.html index f1008f4873..395ebf8f27 100644 --- a/_site/docs/v0.62/databases/connecting.html +++ b/_site/docs/v0.62/databases/connecting.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/databases/connections/athena.html b/_site/docs/v0.62/databases/connections/athena.html index 6208d69a0f..300060ce3a 100644 --- a/_site/docs/v0.62/databases/connections/athena.html +++ b/_site/docs/v0.62/databases/connections/athena.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/databases/connections/aws-rds.html b/_site/docs/v0.62/databases/connections/aws-rds.html index f2966b502a..31eef1fed9 100644 --- a/_site/docs/v0.62/databases/connections/aws-rds.html +++ b/_site/docs/v0.62/databases/connections/aws-rds.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/databases/connections/bigquery.html b/_site/docs/v0.62/databases/connections/bigquery.html index 042af50f68..9b525f0d9d 100644 --- a/_site/docs/v0.62/databases/connections/bigquery.html +++ b/_site/docs/v0.62/databases/connections/bigquery.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/databases/connections/clickhouse.html b/_site/docs/v0.62/databases/connections/clickhouse.html index f00fe34f51..497c85646d 100644 --- a/_site/docs/v0.62/databases/connections/clickhouse.html +++ b/_site/docs/v0.62/databases/connections/clickhouse.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/databases/connections/databricks.html b/_site/docs/v0.62/databases/connections/databricks.html index 8a944bdca5..e59bcf8268 100644 --- a/_site/docs/v0.62/databases/connections/databricks.html +++ b/_site/docs/v0.62/databases/connections/databricks.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/databases/connections/druid.html b/_site/docs/v0.62/databases/connections/druid.html index 19fa80c6af..a749d45f81 100644 --- a/_site/docs/v0.62/databases/connections/druid.html +++ b/_site/docs/v0.62/databases/connections/druid.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/databases/connections/mariadb.html b/_site/docs/v0.62/databases/connections/mariadb.html index ea794efb34..fb17fc6219 100644 --- a/_site/docs/v0.62/databases/connections/mariadb.html +++ b/_site/docs/v0.62/databases/connections/mariadb.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/databases/connections/mongodb.html b/_site/docs/v0.62/databases/connections/mongodb.html index f3ccd7699b..6e152254db 100644 --- a/_site/docs/v0.62/databases/connections/mongodb.html +++ b/_site/docs/v0.62/databases/connections/mongodb.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/databases/connections/mysql.html b/_site/docs/v0.62/databases/connections/mysql.html index 9e1d73eccc..3ad186ee98 100644 --- a/_site/docs/v0.62/databases/connections/mysql.html +++ b/_site/docs/v0.62/databases/connections/mysql.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/databases/connections/oracle.html b/_site/docs/v0.62/databases/connections/oracle.html index 231c6b7165..adcfd4f139 100644 --- a/_site/docs/v0.62/databases/connections/oracle.html +++ b/_site/docs/v0.62/databases/connections/oracle.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/databases/connections/postgresql.html b/_site/docs/v0.62/databases/connections/postgresql.html index df06b6cc79..de1d6c12bb 100644 --- a/_site/docs/v0.62/databases/connections/postgresql.html +++ b/_site/docs/v0.62/databases/connections/postgresql.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/databases/connections/presto.html b/_site/docs/v0.62/databases/connections/presto.html index 22bb96e038..51dd18fdfc 100644 --- a/_site/docs/v0.62/databases/connections/presto.html +++ b/_site/docs/v0.62/databases/connections/presto.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/databases/connections/redshift.html b/_site/docs/v0.62/databases/connections/redshift.html index 4a8ec770b6..fe7fc20c65 100644 --- a/_site/docs/v0.62/databases/connections/redshift.html +++ b/_site/docs/v0.62/databases/connections/redshift.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/databases/connections/snowflake.html b/_site/docs/v0.62/databases/connections/snowflake.html index 985494517f..cce1c05273 100644 --- a/_site/docs/v0.62/databases/connections/snowflake.html +++ b/_site/docs/v0.62/databases/connections/snowflake.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/databases/connections/sparksql.html b/_site/docs/v0.62/databases/connections/sparksql.html index 40d622341d..2c4c099a5a 100644 --- a/_site/docs/v0.62/databases/connections/sparksql.html +++ b/_site/docs/v0.62/databases/connections/sparksql.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/databases/connections/sql-server.html b/_site/docs/v0.62/databases/connections/sql-server.html index 2d824cd5c8..37686f33b3 100644 --- a/_site/docs/v0.62/databases/connections/sql-server.html +++ b/_site/docs/v0.62/databases/connections/sql-server.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/databases/connections/sqlite.html b/_site/docs/v0.62/databases/connections/sqlite.html index a1b63c20dc..4906ad7a32 100644 --- a/_site/docs/v0.62/databases/connections/sqlite.html +++ b/_site/docs/v0.62/databases/connections/sqlite.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/databases/connections/starburst.html b/_site/docs/v0.62/databases/connections/starburst.html index f702d08ffc..cbdf2080ec 100644 --- a/_site/docs/v0.62/databases/connections/starburst.html +++ b/_site/docs/v0.62/databases/connections/starburst.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/databases/connections/vertica.html b/_site/docs/v0.62/databases/connections/vertica.html index b740b536f4..dc8dbc5ec0 100644 --- a/_site/docs/v0.62/databases/connections/vertica.html +++ b/_site/docs/v0.62/databases/connections/vertica.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/databases/danger-zone.html b/_site/docs/v0.62/databases/danger-zone.html index 0d158856ab..cfd09e795f 100644 --- a/_site/docs/v0.62/databases/danger-zone.html +++ b/_site/docs/v0.62/databases/danger-zone.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/databases/encrypting-details-at-rest.html b/_site/docs/v0.62/databases/encrypting-details-at-rest.html index fa287cd5ca..b3dde54310 100644 --- a/_site/docs/v0.62/databases/encrypting-details-at-rest.html +++ b/_site/docs/v0.62/databases/encrypting-details-at-rest.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/databases/ssh-tunnel.html b/_site/docs/v0.62/databases/ssh-tunnel.html index 53a8846a60..b316e82430 100644 --- a/_site/docs/v0.62/databases/ssh-tunnel.html +++ b/_site/docs/v0.62/databases/ssh-tunnel.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/databases/ssl-certificates.html b/_site/docs/v0.62/databases/ssl-certificates.html index eaed8735d9..e681964ab6 100644 --- a/_site/docs/v0.62/databases/ssl-certificates.html +++ b/_site/docs/v0.62/databases/ssl-certificates.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/databases/start.html b/_site/docs/v0.62/databases/start.html index b702cbe4f8..3cac8af014 100644 --- a/_site/docs/v0.62/databases/start.html +++ b/_site/docs/v0.62/databases/start.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/databases/sync-scan.html b/_site/docs/v0.62/databases/sync-scan.html index f6ebc6f959..c11c499cd1 100644 --- a/_site/docs/v0.62/databases/sync-scan.html +++ b/_site/docs/v0.62/databases/sync-scan.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/databases/uploads.html b/_site/docs/v0.62/databases/uploads.html index 8df5107439..cc09f3ee70 100644 --- a/_site/docs/v0.62/databases/uploads.html +++ b/_site/docs/v0.62/databases/uploads.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/databases/users-roles-privileges.html b/_site/docs/v0.62/databases/users-roles-privileges.html index 1c32289586..b637fa9230 100644 --- a/_site/docs/v0.62/databases/users-roles-privileges.html +++ b/_site/docs/v0.62/databases/users-roles-privileges.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/databases/writable-connection.html b/_site/docs/v0.62/databases/writable-connection.html index 1ef53e3707..12e5ba0333 100644 --- a/_site/docs/v0.62/databases/writable-connection.html +++ b/_site/docs/v0.62/databases/writable-connection.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,23 @@
    Analytics
  • - - Dependency graph + + Segments + + + + +
  • + + + + + + + +
  • + + Glossary @@ -3372,12 +3415,65 @@
    Analytics
  • - - Dependency diagnostics + + Dependencies +
    + + + + +
    +
    + +
  • @@ -4360,7 +4456,7 @@
    Administration
    -
  • +
  • Data sources @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/developers-guide/api-changelog.html b/_site/docs/v0.62/developers-guide/api-changelog.html index e9e8c38e03..a5353afbf3 100644 --- a/_site/docs/v0.62/developers-guide/api-changelog.html +++ b/_site/docs/v0.62/developers-guide/api-changelog.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/developers-guide/build.html b/_site/docs/v0.62/developers-guide/build.html index 94daab4b9c..356c2ba608 100644 --- a/_site/docs/v0.62/developers-guide/build.html +++ b/_site/docs/v0.62/developers-guide/build.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/developers-guide/clojure.html b/_site/docs/v0.62/developers-guide/clojure.html index 228ab62448..e558a2c795 100644 --- a/_site/docs/v0.62/developers-guide/clojure.html +++ b/_site/docs/v0.62/developers-guide/clojure.html @@ -2603,6 +2603,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3337,8 +3365,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3352,8 +3380,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3367,8 +3395,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3382,8 +3410,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3396,6 +3424,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4730,8 +4826,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5267,6 +5363,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/developers-guide/code-reviews.html b/_site/docs/v0.62/developers-guide/code-reviews.html index 52f41bedb3..400aaf1b3c 100644 --- a/_site/docs/v0.62/developers-guide/code-reviews.html +++ b/_site/docs/v0.62/developers-guide/code-reviews.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/developers-guide/community-drivers.html b/_site/docs/v0.62/developers-guide/community-drivers.html index aeea395e78..cc7562f34d 100644 --- a/_site/docs/v0.62/developers-guide/community-drivers.html +++ b/_site/docs/v0.62/developers-guide/community-drivers.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/developers-guide/custom-visualizations.html b/_site/docs/v0.62/developers-guide/custom-visualizations.html index 4e93dff7b8..e268b71b72 100644 --- a/_site/docs/v0.62/developers-guide/custom-visualizations.html +++ b/_site/docs/v0.62/developers-guide/custom-visualizations.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/developers-guide/dev-branch-docker.html b/_site/docs/v0.62/developers-guide/dev-branch-docker.html index 6a221c27ad..9b6b542438 100644 --- a/_site/docs/v0.62/developers-guide/dev-branch-docker.html +++ b/_site/docs/v0.62/developers-guide/dev-branch-docker.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/developers-guide/devenv.html b/_site/docs/v0.62/developers-guide/devenv.html index 5bfcdf8a9c..6f0d8ce7c7 100644 --- a/_site/docs/v0.62/developers-guide/devenv.html +++ b/_site/docs/v0.62/developers-guide/devenv.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/developers-guide/docs.html b/_site/docs/v0.62/developers-guide/docs.html index 7ddb6b6dd0..d7faed1ab6 100644 --- a/_site/docs/v0.62/developers-guide/docs.html +++ b/_site/docs/v0.62/developers-guide/docs.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/developers-guide/driver-changelog.html b/_site/docs/v0.62/developers-guide/driver-changelog.html index fc75b051ce..f3963780b1 100644 --- a/_site/docs/v0.62/developers-guide/driver-changelog.html +++ b/_site/docs/v0.62/developers-guide/driver-changelog.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/developers-guide/drivers/basics.html b/_site/docs/v0.62/developers-guide/drivers/basics.html index de18e66319..b985bd8ef0 100644 --- a/_site/docs/v0.62/developers-guide/drivers/basics.html +++ b/_site/docs/v0.62/developers-guide/drivers/basics.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/developers-guide/drivers/driver-tests.html b/_site/docs/v0.62/developers-guide/drivers/driver-tests.html index faebd12370..34af0b6136 100644 --- a/_site/docs/v0.62/developers-guide/drivers/driver-tests.html +++ b/_site/docs/v0.62/developers-guide/drivers/driver-tests.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/developers-guide/drivers/multimethods.html b/_site/docs/v0.62/developers-guide/drivers/multimethods.html index e90608c29e..fda7d44ef6 100644 --- a/_site/docs/v0.62/developers-guide/drivers/multimethods.html +++ b/_site/docs/v0.62/developers-guide/drivers/multimethods.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/developers-guide/drivers/plugins.html b/_site/docs/v0.62/developers-guide/drivers/plugins.html index ceaf45ebbb..1d51370956 100644 --- a/_site/docs/v0.62/developers-guide/drivers/plugins.html +++ b/_site/docs/v0.62/developers-guide/drivers/plugins.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/developers-guide/drivers/start.html b/_site/docs/v0.62/developers-guide/drivers/start.html index 0bfb16ee4c..abd14466bb 100644 --- a/_site/docs/v0.62/developers-guide/drivers/start.html +++ b/_site/docs/v0.62/developers-guide/drivers/start.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/developers-guide/e2e-tests.html b/_site/docs/v0.62/developers-guide/e2e-tests.html index df56ffeea4..4b7f830238 100644 --- a/_site/docs/v0.62/developers-guide/e2e-tests.html +++ b/_site/docs/v0.62/developers-guide/e2e-tests.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/developers-guide/emacs.html b/_site/docs/v0.62/developers-guide/emacs.html index 1a5d97df9d..df025f7b58 100644 --- a/_site/docs/v0.62/developers-guide/emacs.html +++ b/_site/docs/v0.62/developers-guide/emacs.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/developers-guide/frontend.html b/_site/docs/v0.62/developers-guide/frontend.html index 161df3de5b..dc3b43146d 100644 --- a/_site/docs/v0.62/developers-guide/frontend.html +++ b/_site/docs/v0.62/developers-guide/frontend.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/developers-guide/internationalization.html b/_site/docs/v0.62/developers-guide/internationalization.html index 5935251e28..d6f1d3f91c 100644 --- a/_site/docs/v0.62/developers-guide/internationalization.html +++ b/_site/docs/v0.62/developers-guide/internationalization.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/developers-guide/mage.html b/_site/docs/v0.62/developers-guide/mage.html index 15239cd7b7..3b9f56c85d 100644 --- a/_site/docs/v0.62/developers-guide/mage.html +++ b/_site/docs/v0.62/developers-guide/mage.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/developers-guide/mbql-library-changelog.html b/_site/docs/v0.62/developers-guide/mbql-library-changelog.html index fc10a28be4..6aa02ffdbb 100644 --- a/_site/docs/v0.62/developers-guide/mbql-library-changelog.html +++ b/_site/docs/v0.62/developers-guide/mbql-library-changelog.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/developers-guide/security-token-scanner.html b/_site/docs/v0.62/developers-guide/security-token-scanner.html index c461825fa0..09a5be49e9 100644 --- a/_site/docs/v0.62/developers-guide/security-token-scanner.html +++ b/_site/docs/v0.62/developers-guide/security-token-scanner.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/developers-guide/start.html b/_site/docs/v0.62/developers-guide/start.html index 804bd6985a..680855b9ac 100644 --- a/_site/docs/v0.62/developers-guide/start.html +++ b/_site/docs/v0.62/developers-guide/start.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/developers-guide/versioning.html b/_site/docs/v0.62/developers-guide/versioning.html index f12974f299..2881d7d3f4 100644 --- a/_site/docs/v0.62/developers-guide/versioning.html +++ b/_site/docs/v0.62/developers-guide/versioning.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/developers-guide/visual-studio-code.html b/_site/docs/v0.62/developers-guide/visual-studio-code.html index 2124d7dcb9..e8e971eeed 100644 --- a/_site/docs/v0.62/developers-guide/visual-studio-code.html +++ b/_site/docs/v0.62/developers-guide/visual-studio-code.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/developers-guide/visual-tests.html b/_site/docs/v0.62/developers-guide/visual-tests.html index 5e82f1f414..bdc0f5fa7f 100644 --- a/_site/docs/v0.62/developers-guide/visual-tests.html +++ b/_site/docs/v0.62/developers-guide/visual-tests.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/documents/introduction.html b/_site/docs/v0.62/documents/introduction.html index 6fcd52697b..068762e819 100644 --- a/_site/docs/v0.62/documents/introduction.html +++ b/_site/docs/v0.62/documents/introduction.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/documents/start.html b/_site/docs/v0.62/documents/start.html index 362c796090..7a3739fc61 100644 --- a/_site/docs/v0.62/documents/start.html +++ b/_site/docs/v0.62/documents/start.html @@ -2607,6 +2607,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3341,8 +3369,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3356,8 +3384,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3371,8 +3399,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3386,8 +3414,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3400,6 +3428,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4734,8 +4830,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5271,6 +5367,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/embedding/ai-agent-resources.html b/_site/docs/v0.62/embedding/ai-agent-resources.html index 726afddbe1..2c5ca6af50 100644 --- a/_site/docs/v0.62/embedding/ai-agent-resources.html +++ b/_site/docs/v0.62/embedding/ai-agent-resources.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/embedding/appearance.html b/_site/docs/v0.62/embedding/appearance.html index b08ba64b34..fa2aca9217 100644 --- a/_site/docs/v0.62/embedding/appearance.html +++ b/_site/docs/v0.62/embedding/appearance.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/embedding/authentication.html b/_site/docs/v0.62/embedding/authentication.html index e9716de6a9..e5b18e931a 100644 --- a/_site/docs/v0.62/embedding/authentication.html +++ b/_site/docs/v0.62/embedding/authentication.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/embedding/components.html b/_site/docs/v0.62/embedding/components.html index 2937bc6d24..291fcb39c7 100644 --- a/_site/docs/v0.62/embedding/components.html +++ b/_site/docs/v0.62/embedding/components.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/embedding/eajs/snippets/MetabaseBrowserAttributes.html b/_site/docs/v0.62/embedding/eajs/snippets/MetabaseBrowserAttributes.html index 3b9fd8352d..9853d7e992 100644 --- a/_site/docs/v0.62/embedding/eajs/snippets/MetabaseBrowserAttributes.html +++ b/_site/docs/v0.62/embedding/eajs/snippets/MetabaseBrowserAttributes.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/embedding/eajs/snippets/MetabaseDashboardAttributes.html b/_site/docs/v0.62/embedding/eajs/snippets/MetabaseDashboardAttributes.html index c597611372..e942458af4 100644 --- a/_site/docs/v0.62/embedding/eajs/snippets/MetabaseDashboardAttributes.html +++ b/_site/docs/v0.62/embedding/eajs/snippets/MetabaseDashboardAttributes.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/embedding/eajs/snippets/MetabaseMetabotAttributes.html b/_site/docs/v0.62/embedding/eajs/snippets/MetabaseMetabotAttributes.html index 2955103742..30bb10903d 100644 --- a/_site/docs/v0.62/embedding/eajs/snippets/MetabaseMetabotAttributes.html +++ b/_site/docs/v0.62/embedding/eajs/snippets/MetabaseMetabotAttributes.html @@ -2595,6 +2595,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3329,8 +3357,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3344,8 +3372,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3359,8 +3387,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3374,8 +3402,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3388,6 +3416,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4722,8 +4818,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5259,6 +5355,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/embedding/eajs/snippets/MetabaseQuestionAttributes.html b/_site/docs/v0.62/embedding/eajs/snippets/MetabaseQuestionAttributes.html index 7f2461f006..31ba59a7da 100644 --- a/_site/docs/v0.62/embedding/eajs/snippets/MetabaseQuestionAttributes.html +++ b/_site/docs/v0.62/embedding/eajs/snippets/MetabaseQuestionAttributes.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/embedding/eajs/snippets/index.html b/_site/docs/v0.62/embedding/eajs/snippets/index.html index bb8cc82535..74a02209fc 100644 --- a/_site/docs/v0.62/embedding/eajs/snippets/index.html +++ b/_site/docs/v0.62/embedding/eajs/snippets/index.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/embedding/full-app-embedding-quick-start-guide.html b/_site/docs/v0.62/embedding/full-app-embedding-quick-start-guide.html index 61700ae552..50677eff7b 100644 --- a/_site/docs/v0.62/embedding/full-app-embedding-quick-start-guide.html +++ b/_site/docs/v0.62/embedding/full-app-embedding-quick-start-guide.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/embedding/full-app-embedding.html b/_site/docs/v0.62/embedding/full-app-embedding.html index f8f7a188f8..fa461b750e 100644 --- a/_site/docs/v0.62/embedding/full-app-embedding.html +++ b/_site/docs/v0.62/embedding/full-app-embedding.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/embedding/full-app-ui-components.html b/_site/docs/v0.62/embedding/full-app-ui-components.html index 95bcf8f2e9..e52fad715b 100644 --- a/_site/docs/v0.62/embedding/full-app-ui-components.html +++ b/_site/docs/v0.62/embedding/full-app-ui-components.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/embedding/guest-embedding.html b/_site/docs/v0.62/embedding/guest-embedding.html index b2249f267a..266e28124c 100644 --- a/_site/docs/v0.62/embedding/guest-embedding.html +++ b/_site/docs/v0.62/embedding/guest-embedding.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/embedding/introduction.html b/_site/docs/v0.62/embedding/introduction.html index c35d694f80..772c579dac 100644 --- a/_site/docs/v0.62/embedding/introduction.html +++ b/_site/docs/v0.62/embedding/introduction.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/embedding/modular-embedding.html b/_site/docs/v0.62/embedding/modular-embedding.html index efb36c0ac9..153601f99f 100644 --- a/_site/docs/v0.62/embedding/modular-embedding.html +++ b/_site/docs/v0.62/embedding/modular-embedding.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/embedding/parameters.html b/_site/docs/v0.62/embedding/parameters.html index 1cb02d9859..3cf3133725 100644 --- a/_site/docs/v0.62/embedding/parameters.html +++ b/_site/docs/v0.62/embedding/parameters.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/embedding/public-links.html b/_site/docs/v0.62/embedding/public-links.html index 9183c6d747..f2c0970c8d 100644 --- a/_site/docs/v0.62/embedding/public-links.html +++ b/_site/docs/v0.62/embedding/public-links.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/embedding/sdk/ai-chat.html b/_site/docs/v0.62/embedding/sdk/ai-chat.html index 71116829c7..79194ea0c0 100644 --- a/_site/docs/v0.62/embedding/sdk/ai-chat.html +++ b/_site/docs/v0.62/embedding/sdk/ai-chat.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/embedding/sdk/collections.html b/_site/docs/v0.62/embedding/sdk/collections.html index ef66328911..c7fa286a02 100644 --- a/_site/docs/v0.62/embedding/sdk/collections.html +++ b/_site/docs/v0.62/embedding/sdk/collections.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/embedding/sdk/config.html b/_site/docs/v0.62/embedding/sdk/config.html index 8dc615d609..283ef20fd7 100644 --- a/_site/docs/v0.62/embedding/sdk/config.html +++ b/_site/docs/v0.62/embedding/sdk/config.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/embedding/sdk/dashboards.html b/_site/docs/v0.62/embedding/sdk/dashboards.html index d7974c3ecf..3420bea97e 100644 --- a/_site/docs/v0.62/embedding/sdk/dashboards.html +++ b/_site/docs/v0.62/embedding/sdk/dashboards.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/embedding/sdk/introduction.html b/_site/docs/v0.62/embedding/sdk/introduction.html index e93519d7f6..20a303d575 100644 --- a/_site/docs/v0.62/embedding/sdk/introduction.html +++ b/_site/docs/v0.62/embedding/sdk/introduction.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/embedding/sdk/next-js.html b/_site/docs/v0.62/embedding/sdk/next-js.html index 67344218f5..b0e1b137e7 100644 --- a/_site/docs/v0.62/embedding/sdk/next-js.html +++ b/_site/docs/v0.62/embedding/sdk/next-js.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/embedding/sdk/plugins.html b/_site/docs/v0.62/embedding/sdk/plugins.html index 79f28a4f8c..a53aa4a3d7 100644 --- a/_site/docs/v0.62/embedding/sdk/plugins.html +++ b/_site/docs/v0.62/embedding/sdk/plugins.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/embedding/sdk/questions.html b/_site/docs/v0.62/embedding/sdk/questions.html index 6506031ae5..b8ba387566 100644 --- a/_site/docs/v0.62/embedding/sdk/questions.html +++ b/_site/docs/v0.62/embedding/sdk/questions.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/embedding/sdk/quickstart-cli.html b/_site/docs/v0.62/embedding/sdk/quickstart-cli.html index d21134c574..1ff9873f33 100644 --- a/_site/docs/v0.62/embedding/sdk/quickstart-cli.html +++ b/_site/docs/v0.62/embedding/sdk/quickstart-cli.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/embedding/sdk/quickstart-with-sample-app.html b/_site/docs/v0.62/embedding/sdk/quickstart-with-sample-app.html index bcaa1de800..c0622fc351 100644 --- a/_site/docs/v0.62/embedding/sdk/quickstart-with-sample-app.html +++ b/_site/docs/v0.62/embedding/sdk/quickstart-with-sample-app.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/embedding/sdk/quickstart.html b/_site/docs/v0.62/embedding/sdk/quickstart.html index 8436042aaa..9a371db065 100644 --- a/_site/docs/v0.62/embedding/sdk/quickstart.html +++ b/_site/docs/v0.62/embedding/sdk/quickstart.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/embedding/sdk/upgrade.html b/_site/docs/v0.62/embedding/sdk/upgrade.html index dd158f88c2..6fe59987c8 100644 --- a/_site/docs/v0.62/embedding/sdk/upgrade.html +++ b/_site/docs/v0.62/embedding/sdk/upgrade.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/embedding/sdk/version.html b/_site/docs/v0.62/embedding/sdk/version.html index eee15de2b7..d0b868766b 100644 --- a/_site/docs/v0.62/embedding/sdk/version.html +++ b/_site/docs/v0.62/embedding/sdk/version.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/embedding/securing-embeds.html b/_site/docs/v0.62/embedding/securing-embeds.html index e272e43e01..e890bfad89 100644 --- a/_site/docs/v0.62/embedding/securing-embeds.html +++ b/_site/docs/v0.62/embedding/securing-embeds.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/embedding/start.html b/_site/docs/v0.62/embedding/start.html index bb77d96674..3938edccfc 100644 --- a/_site/docs/v0.62/embedding/start.html +++ b/_site/docs/v0.62/embedding/start.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/embedding/static-embedding-parameters.html b/_site/docs/v0.62/embedding/static-embedding-parameters.html index 9494fef244..0c61ed3465 100644 --- a/_site/docs/v0.62/embedding/static-embedding-parameters.html +++ b/_site/docs/v0.62/embedding/static-embedding-parameters.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/embedding/static-embedding.html b/_site/docs/v0.62/embedding/static-embedding.html index c625f490cc..64de61cce0 100644 --- a/_site/docs/v0.62/embedding/static-embedding.html +++ b/_site/docs/v0.62/embedding/static-embedding.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/embedding/tenants.html b/_site/docs/v0.62/embedding/tenants.html index 59d1075719..5fc3235703 100644 --- a/_site/docs/v0.62/embedding/tenants.html +++ b/_site/docs/v0.62/embedding/tenants.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/embedding/translations.html b/_site/docs/v0.62/embedding/translations.html index a81e44a744..8282a50e8d 100644 --- a/_site/docs/v0.62/embedding/translations.html +++ b/_site/docs/v0.62/embedding/translations.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/exploration-and-organization/collections.html b/_site/docs/v0.62/exploration-and-organization/collections.html index 4ee85cc7e5..c3d54ecd10 100644 --- a/_site/docs/v0.62/exploration-and-organization/collections.html +++ b/_site/docs/v0.62/exploration-and-organization/collections.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/exploration-and-organization/content-verification.html b/_site/docs/v0.62/exploration-and-organization/content-verification.html index ff85415522..7f8fe9a0d8 100644 --- a/_site/docs/v0.62/exploration-and-organization/content-verification.html +++ b/_site/docs/v0.62/exploration-and-organization/content-verification.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/exploration-and-organization/data-model-reference.html b/_site/docs/v0.62/exploration-and-organization/data-model-reference.html index 54dc03ef7b..0a0bd3c963 100644 --- a/_site/docs/v0.62/exploration-and-organization/data-model-reference.html +++ b/_site/docs/v0.62/exploration-and-organization/data-model-reference.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/exploration-and-organization/delete-and-restore.html b/_site/docs/v0.62/exploration-and-organization/delete-and-restore.html index 2cafb9bb0a..8b7a6b6b95 100644 --- a/_site/docs/v0.62/exploration-and-organization/delete-and-restore.html +++ b/_site/docs/v0.62/exploration-and-organization/delete-and-restore.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/exploration-and-organization/events-and-timelines.html b/_site/docs/v0.62/exploration-and-organization/events-and-timelines.html index c4ef864f47..eeae6bdbb9 100644 --- a/_site/docs/v0.62/exploration-and-organization/events-and-timelines.html +++ b/_site/docs/v0.62/exploration-and-organization/events-and-timelines.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/exploration-and-organization/exploration.html b/_site/docs/v0.62/exploration-and-organization/exploration.html index c6e2365c77..4831981b6b 100644 --- a/_site/docs/v0.62/exploration-and-organization/exploration.html +++ b/_site/docs/v0.62/exploration-and-organization/exploration.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/exploration-and-organization/history.html b/_site/docs/v0.62/exploration-and-organization/history.html index 23f62f38c2..9853287ff1 100644 --- a/_site/docs/v0.62/exploration-and-organization/history.html +++ b/_site/docs/v0.62/exploration-and-organization/history.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/exploration-and-organization/keyboard-shortcuts.html b/_site/docs/v0.62/exploration-and-organization/keyboard-shortcuts.html index 13d6dabce3..c8db364ae2 100644 --- a/_site/docs/v0.62/exploration-and-organization/keyboard-shortcuts.html +++ b/_site/docs/v0.62/exploration-and-organization/keyboard-shortcuts.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/exploration-and-organization/start.html b/_site/docs/v0.62/exploration-and-organization/start.html index 5c48975675..48e0e550ad 100644 --- a/_site/docs/v0.62/exploration-and-organization/start.html +++ b/_site/docs/v0.62/exploration-and-organization/start.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/exploration-and-organization/uploads.html b/_site/docs/v0.62/exploration-and-organization/uploads.html index fa811896a9..a98c74999e 100644 --- a/_site/docs/v0.62/exploration-and-organization/uploads.html +++ b/_site/docs/v0.62/exploration-and-organization/uploads.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/exploration-and-organization/x-rays.html b/_site/docs/v0.62/exploration-and-organization/x-rays.html index 3c42cf70f0..7a3c86c7eb 100644 --- a/_site/docs/v0.62/exploration-and-organization/x-rays.html +++ b/_site/docs/v0.62/exploration-and-organization/x-rays.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/index.html b/_site/docs/v0.62/index.html index b2abbc9fd4..2fa2360a7b 100644 --- a/_site/docs/v0.62/index.html +++ b/_site/docs/v0.62/index.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/installation-and-operation/accessibility.html b/_site/docs/v0.62/installation-and-operation/accessibility.html index 01fc58a657..3942255abb 100644 --- a/_site/docs/v0.62/installation-and-operation/accessibility.html +++ b/_site/docs/v0.62/installation-and-operation/accessibility.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/installation-and-operation/activating-the-enterprise-edition.html b/_site/docs/v0.62/installation-and-operation/activating-the-enterprise-edition.html index ae1ad10a2c..545936e35f 100644 --- a/_site/docs/v0.62/installation-and-operation/activating-the-enterprise-edition.html +++ b/_site/docs/v0.62/installation-and-operation/activating-the-enterprise-edition.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/installation-and-operation/alert-management.html b/_site/docs/v0.62/installation-and-operation/alert-management.html new file mode 100644 index 0000000000..5e5a722113 --- /dev/null +++ b/_site/docs/v0.62/installation-and-operation/alert-management.html @@ -0,0 +1,6901 @@ + + + + + + + + + + + + + + + + + + + + + + +Alerts management | Metabase Documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + + + + + + + + +
    + + + + +
    +
    + + + +
    +
    +
    + +
    + + + + + + + + + +
    + + + +
    + + +
    + +
    + +
    + + + +
    + + + v0.62 + + + + + + + + +
    + + + + + What’s new + + + + + +
    + + + + +
    +
    + + +
    + + +
    + +
    + + +

    Alerts management

    + +

    Admin > Tools > Alerts management

    + +

    In the Alert management section, Admins can:

    + +
      +
    • View and search all question alerts in their Metabase
    • +
    • Identify failed or orphaned alerts
    • +
    • Edit alerts, including changing the alert’s owner
    • +
    • Delete alerts in bulk
    • +
    + +

    Alert management

    + +

    Currently, dashboard subscriptions are not included.

    + +

    See all alerts

    + +

    To see all alerts active in your Metabase instance, go to Admin > Tools > Alerts management.

    + +

    You can:

    + +
      +
    • +

      Filter alerts by channel (email, Slack, or webhook) or recipient.

      +
    • +
    • +

      See alerts that failed the last time they were ran.

      + +

      Failed alerts view include both alerts that were attempted but failed (for example, because of a query error) and alerts that were abandoned and never attempted (for example, because the instance was restarting at the moment when the alert was scheduled).

      + +

      To see the entire history of alert runs (not just the last attempt), go to Admin > Tools > Tasks instead.

      +
    • +
    • +

      See ownerless alerts - alerts whose owner has been deactivated

      + +

      This is helpful when you want to mass-delete alerts that are no longer relevant, or change the owner to an active user.

      +
    • +
    • +

      See individual alert’s properties and history.

      +
    • +
    • +

      Delete alerts in bulk.

      +
    • +
    • +

      Change alert owners in bulk.

      +
    • +
    + +

    If you want to get some analytics about your alerts (rather than manage them) - for example, you want to see how many alerts have failed per week, or which questions have the most number of alerts - use Usage Analytics instead.

    + +

    Change alert owners

    + +

    The owner of an alert has the power to edit or delete the alert. Usually, the person who created the alert is also the alert’s owner.

    + +

    Admins can change owners of alerts. This is useful, for example, if the original alert owner left the company, and you need to give some else the power to manage the alert.

    + +

    To change the owner for one or more alerts:

    + +
      +
    1. Go to Admin > Tools > Alerts management.
    2. +
    3. Select the alerts whose owners you’d like to change.
    4. +
    5. Click Change owner at the bottom of the screen.
    6. +
    7. Assign a new owner.
    8. +
    + +

    Delete alerts

    + +

    Bulk delete

    + +

    You can delete multiple alerts at once.

    + +
      +
    1. Go to Admin > Tools > Alerts management.
    2. +
    3. Select the alerts whose owners you’d like to delete.
    4. +
    5. Click Delete at the bottom of the screen.
    6. +
    + +

    Further reading

    + + + + +
    +
    + +

    + Read docs for other versions of Metabase. +

    + +
    +
    + +
    + +
    +
    +
    Was this helpful?
    + + +
    + +
    +

    + +
    + + + +
    +
    + +
    +
    Thanks for your feedback!
    +
    + + + + Want to improve these docs? Propose a change. + + +
    + + + +
    +
    +
    +
    + + + + + + + + + + + + + + + +
    + + +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/_site/docs/v0.62/installation-and-operation/backing-up-metabase-application-data.html b/_site/docs/v0.62/installation-and-operation/backing-up-metabase-application-data.html index 82ac8cb44b..dddcd04ed9 100644 --- a/_site/docs/v0.62/installation-and-operation/backing-up-metabase-application-data.html +++ b/_site/docs/v0.62/installation-and-operation/backing-up-metabase-application-data.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/installation-and-operation/commands.html b/_site/docs/v0.62/installation-and-operation/commands.html index 325d39f963..3754d7e5e5 100644 --- a/_site/docs/v0.62/installation-and-operation/commands.html +++ b/_site/docs/v0.62/installation-and-operation/commands.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/installation-and-operation/configuring-application-database.html b/_site/docs/v0.62/installation-and-operation/configuring-application-database.html index 94ba874f07..283dc047dd 100644 --- a/_site/docs/v0.62/installation-and-operation/configuring-application-database.html +++ b/_site/docs/v0.62/installation-and-operation/configuring-application-database.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/installation-and-operation/creating-RDS-database-on-AWS.html b/_site/docs/v0.62/installation-and-operation/creating-RDS-database-on-AWS.html index 2007106419..ae0fb7c1d6 100644 --- a/_site/docs/v0.62/installation-and-operation/creating-RDS-database-on-AWS.html +++ b/_site/docs/v0.62/installation-and-operation/creating-RDS-database-on-AWS.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/installation-and-operation/development-instance.html b/_site/docs/v0.62/installation-and-operation/development-instance.html index cac8c135c3..07e601e5ad 100644 --- a/_site/docs/v0.62/installation-and-operation/development-instance.html +++ b/_site/docs/v0.62/installation-and-operation/development-instance.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/installation-and-operation/images/alert-management.png b/_site/docs/v0.62/installation-and-operation/images/alert-management.png new file mode 100644 index 0000000000..c70429074c Binary files /dev/null and b/_site/docs/v0.62/installation-and-operation/images/alert-management.png differ diff --git a/_site/docs/v0.62/installation-and-operation/images/alerts-bult.png b/_site/docs/v0.62/installation-and-operation/images/alerts-bult.png new file mode 100644 index 0000000000..9cc3909d47 Binary files /dev/null and b/_site/docs/v0.62/installation-and-operation/images/alerts-bult.png differ diff --git a/_site/docs/v0.62/installation-and-operation/information-collection.html b/_site/docs/v0.62/installation-and-operation/information-collection.html index ce3b35e2e3..7a25195137 100644 --- a/_site/docs/v0.62/installation-and-operation/information-collection.html +++ b/_site/docs/v0.62/installation-and-operation/information-collection.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/installation-and-operation/installing-metabase.html b/_site/docs/v0.62/installation-and-operation/installing-metabase.html index fd8988c34b..b99ab47db4 100644 --- a/_site/docs/v0.62/installation-and-operation/installing-metabase.html +++ b/_site/docs/v0.62/installation-and-operation/installing-metabase.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/installation-and-operation/metabase-cli.html b/_site/docs/v0.62/installation-and-operation/metabase-cli.html index 1255ec2cf0..af6a8f1d9d 100644 --- a/_site/docs/v0.62/installation-and-operation/metabase-cli.html +++ b/_site/docs/v0.62/installation-and-operation/metabase-cli.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,23 @@
    Analytics
  • - - Dependency graph + + Segments + + + + +
  • + + + + + + + +
  • + + Glossary @@ -3372,12 +3415,65 @@
    Analytics
  • - - Dependency diagnostics + + Dependencies +
    + + + + +
    +
    + +
  • @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5129,7 +5225,7 @@
    Administration
    -
  • +
  • Operations and monitoring @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/installation-and-operation/migrating-from-h2.html b/_site/docs/v0.62/installation-and-operation/migrating-from-h2.html index 45e29611f7..901949fa11 100644 --- a/_site/docs/v0.62/installation-and-operation/migrating-from-h2.html +++ b/_site/docs/v0.62/installation-and-operation/migrating-from-h2.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/installation-and-operation/monitoring-metabase.html b/_site/docs/v0.62/installation-and-operation/monitoring-metabase.html index 1c7dde7ccd..515ab79767 100644 --- a/_site/docs/v0.62/installation-and-operation/monitoring-metabase.html +++ b/_site/docs/v0.62/installation-and-operation/monitoring-metabase.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/installation-and-operation/observability-with-prometheus.html b/_site/docs/v0.62/installation-and-operation/observability-with-prometheus.html index 0ae3505db8..67b47f6d4e 100644 --- a/_site/docs/v0.62/installation-and-operation/observability-with-prometheus.html +++ b/_site/docs/v0.62/installation-and-operation/observability-with-prometheus.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/installation-and-operation/privacy.html b/_site/docs/v0.62/installation-and-operation/privacy.html index f2ed60c36e..d18448fbbf 100644 --- a/_site/docs/v0.62/installation-and-operation/privacy.html +++ b/_site/docs/v0.62/installation-and-operation/privacy.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/installation-and-operation/remote-sync.html b/_site/docs/v0.62/installation-and-operation/remote-sync.html index 49cfd2f40a..64c01d1bab 100644 --- a/_site/docs/v0.62/installation-and-operation/remote-sync.html +++ b/_site/docs/v0.62/installation-and-operation/remote-sync.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/installation-and-operation/running-metabase-as-service.html b/_site/docs/v0.62/installation-and-operation/running-metabase-as-service.html index d93b447c55..212769bb3d 100644 --- a/_site/docs/v0.62/installation-and-operation/running-metabase-as-service.html +++ b/_site/docs/v0.62/installation-and-operation/running-metabase-as-service.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/installation-and-operation/running-metabase-on-azure.html b/_site/docs/v0.62/installation-and-operation/running-metabase-on-azure.html index 656ce7fa6f..ca9eeb5b93 100644 --- a/_site/docs/v0.62/installation-and-operation/running-metabase-on-azure.html +++ b/_site/docs/v0.62/installation-and-operation/running-metabase-on-azure.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/installation-and-operation/running-metabase-on-docker.html b/_site/docs/v0.62/installation-and-operation/running-metabase-on-docker.html index 19f912d58d..e37faf3941 100644 --- a/_site/docs/v0.62/installation-and-operation/running-metabase-on-docker.html +++ b/_site/docs/v0.62/installation-and-operation/running-metabase-on-docker.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/installation-and-operation/running-metabase-on-elastic-beanstalk.html b/_site/docs/v0.62/installation-and-operation/running-metabase-on-elastic-beanstalk.html index 3fc0c621a6..6773af93ba 100644 --- a/_site/docs/v0.62/installation-and-operation/running-metabase-on-elastic-beanstalk.html +++ b/_site/docs/v0.62/installation-and-operation/running-metabase-on-elastic-beanstalk.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/installation-and-operation/running-metabase-on-podman.html b/_site/docs/v0.62/installation-and-operation/running-metabase-on-podman.html index fd6923ddab..fe3e85717c 100644 --- a/_site/docs/v0.62/installation-and-operation/running-metabase-on-podman.html +++ b/_site/docs/v0.62/installation-and-operation/running-metabase-on-podman.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/installation-and-operation/running-the-metabase-jar-file.html b/_site/docs/v0.62/installation-and-operation/running-the-metabase-jar-file.html index 85a2074065..dc1ce8a63c 100644 --- a/_site/docs/v0.62/installation-and-operation/running-the-metabase-jar-file.html +++ b/_site/docs/v0.62/installation-and-operation/running-the-metabase-jar-file.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/installation-and-operation/security-center.html b/_site/docs/v0.62/installation-and-operation/security-center.html index 593835e3dc..a91cc487de 100644 --- a/_site/docs/v0.62/installation-and-operation/security-center.html +++ b/_site/docs/v0.62/installation-and-operation/security-center.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/installation-and-operation/serialization.html b/_site/docs/v0.62/installation-and-operation/serialization.html index bb7629c905..a6f3928d0b 100644 --- a/_site/docs/v0.62/installation-and-operation/serialization.html +++ b/_site/docs/v0.62/installation-and-operation/serialization.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/installation-and-operation/start.html b/_site/docs/v0.62/installation-and-operation/start.html index dc1cd52e5c..6500d93520 100644 --- a/_site/docs/v0.62/installation-and-operation/start.html +++ b/_site/docs/v0.62/installation-and-operation/start.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/installation-and-operation/supported-browsers.html b/_site/docs/v0.62/installation-and-operation/supported-browsers.html index 9fb78af023..48c5d05fee 100644 --- a/_site/docs/v0.62/installation-and-operation/supported-browsers.html +++ b/_site/docs/v0.62/installation-and-operation/supported-browsers.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/installation-and-operation/upgrading-metabase.html b/_site/docs/v0.62/installation-and-operation/upgrading-metabase.html index f7bbd19730..26af335e05 100644 --- a/_site/docs/v0.62/installation-and-operation/upgrading-metabase.html +++ b/_site/docs/v0.62/installation-and-operation/upgrading-metabase.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/people-and-groups/account-settings.html b/_site/docs/v0.62/people-and-groups/account-settings.html index aac593a199..f68cc05bb6 100644 --- a/_site/docs/v0.62/people-and-groups/account-settings.html +++ b/_site/docs/v0.62/people-and-groups/account-settings.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/people-and-groups/api-keys.html b/_site/docs/v0.62/people-and-groups/api-keys.html index 81d91cd15f..5008302c78 100644 --- a/_site/docs/v0.62/people-and-groups/api-keys.html +++ b/_site/docs/v0.62/people-and-groups/api-keys.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/people-and-groups/authenticating-with-jwt.html b/_site/docs/v0.62/people-and-groups/authenticating-with-jwt.html index 72085ca3e8..abd3cf42f2 100644 --- a/_site/docs/v0.62/people-and-groups/authenticating-with-jwt.html +++ b/_site/docs/v0.62/people-and-groups/authenticating-with-jwt.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/people-and-groups/authenticating-with-oidc.html b/_site/docs/v0.62/people-and-groups/authenticating-with-oidc.html index b0eff7e528..d5c747d9e7 100644 --- a/_site/docs/v0.62/people-and-groups/authenticating-with-oidc.html +++ b/_site/docs/v0.62/people-and-groups/authenticating-with-oidc.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/people-and-groups/authenticating-with-saml.html b/_site/docs/v0.62/people-and-groups/authenticating-with-saml.html index bbeca91e7a..5bc9571fd1 100644 --- a/_site/docs/v0.62/people-and-groups/authenticating-with-saml.html +++ b/_site/docs/v0.62/people-and-groups/authenticating-with-saml.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/people-and-groups/changing-password-complexity.html b/_site/docs/v0.62/people-and-groups/changing-password-complexity.html index 39f24c970a..b62147e3f0 100644 --- a/_site/docs/v0.62/people-and-groups/changing-password-complexity.html +++ b/_site/docs/v0.62/people-and-groups/changing-password-complexity.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/people-and-groups/changing-session-expiration.html b/_site/docs/v0.62/people-and-groups/changing-session-expiration.html index 9bf700bbd3..c5813bf908 100644 --- a/_site/docs/v0.62/people-and-groups/changing-session-expiration.html +++ b/_site/docs/v0.62/people-and-groups/changing-session-expiration.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/people-and-groups/google-sign-in.html b/_site/docs/v0.62/people-and-groups/google-sign-in.html index 0392468527..0a66814727 100644 --- a/_site/docs/v0.62/people-and-groups/google-sign-in.html +++ b/_site/docs/v0.62/people-and-groups/google-sign-in.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/people-and-groups/ldap.html b/_site/docs/v0.62/people-and-groups/ldap.html index 1b2bd69237..b47db98898 100644 --- a/_site/docs/v0.62/people-and-groups/ldap.html +++ b/_site/docs/v0.62/people-and-groups/ldap.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/people-and-groups/managing.html b/_site/docs/v0.62/people-and-groups/managing.html index 8c6c06d21c..6032cac862 100644 --- a/_site/docs/v0.62/people-and-groups/managing.html +++ b/_site/docs/v0.62/people-and-groups/managing.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/people-and-groups/oidc-keycloak.html b/_site/docs/v0.62/people-and-groups/oidc-keycloak.html index 28fe261645..d03a1607da 100644 --- a/_site/docs/v0.62/people-and-groups/oidc-keycloak.html +++ b/_site/docs/v0.62/people-and-groups/oidc-keycloak.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/people-and-groups/saml-auth0.html b/_site/docs/v0.62/people-and-groups/saml-auth0.html index c4d69ece85..b07a83e9f9 100644 --- a/_site/docs/v0.62/people-and-groups/saml-auth0.html +++ b/_site/docs/v0.62/people-and-groups/saml-auth0.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/people-and-groups/saml-azure.html b/_site/docs/v0.62/people-and-groups/saml-azure.html index 07896c21e7..6fa49a5873 100644 --- a/_site/docs/v0.62/people-and-groups/saml-azure.html +++ b/_site/docs/v0.62/people-and-groups/saml-azure.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/people-and-groups/saml-google.html b/_site/docs/v0.62/people-and-groups/saml-google.html index ed3d3f7395..ba6c670a4b 100644 --- a/_site/docs/v0.62/people-and-groups/saml-google.html +++ b/_site/docs/v0.62/people-and-groups/saml-google.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/people-and-groups/saml-keycloak.html b/_site/docs/v0.62/people-and-groups/saml-keycloak.html index 854918f788..21cb19ff2c 100644 --- a/_site/docs/v0.62/people-and-groups/saml-keycloak.html +++ b/_site/docs/v0.62/people-and-groups/saml-keycloak.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/people-and-groups/saml-okta.html b/_site/docs/v0.62/people-and-groups/saml-okta.html index a4d2d89f59..288f287829 100644 --- a/_site/docs/v0.62/people-and-groups/saml-okta.html +++ b/_site/docs/v0.62/people-and-groups/saml-okta.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/people-and-groups/start.html b/_site/docs/v0.62/people-and-groups/start.html index e160011e7d..376bd33847 100644 --- a/_site/docs/v0.62/people-and-groups/start.html +++ b/_site/docs/v0.62/people-and-groups/start.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/people-and-groups/user-provisioning.html b/_site/docs/v0.62/people-and-groups/user-provisioning.html index 86079c1066..b613e941d6 100644 --- a/_site/docs/v0.62/people-and-groups/user-provisioning.html +++ b/_site/docs/v0.62/people-and-groups/user-provisioning.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/permissions/application.html b/_site/docs/v0.62/permissions/application.html index 41ed54d6e5..1758f8a7ec 100644 --- a/_site/docs/v0.62/permissions/application.html +++ b/_site/docs/v0.62/permissions/application.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/permissions/collections.html b/_site/docs/v0.62/permissions/collections.html index 7eb483e3a4..f58f818b68 100644 --- a/_site/docs/v0.62/permissions/collections.html +++ b/_site/docs/v0.62/permissions/collections.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/permissions/data.html b/_site/docs/v0.62/permissions/data.html index e11f10032f..c770e33c87 100644 --- a/_site/docs/v0.62/permissions/data.html +++ b/_site/docs/v0.62/permissions/data.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/permissions/database-routing.html b/_site/docs/v0.62/permissions/database-routing.html index 17baa0203e..543f71f4da 100644 --- a/_site/docs/v0.62/permissions/database-routing.html +++ b/_site/docs/v0.62/permissions/database-routing.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/permissions/embedding.html b/_site/docs/v0.62/permissions/embedding.html index f8df4b9ecd..8e016681ee 100644 --- a/_site/docs/v0.62/permissions/embedding.html +++ b/_site/docs/v0.62/permissions/embedding.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/permissions/impersonation.html b/_site/docs/v0.62/permissions/impersonation.html index fb5ccf491d..11b0e573d8 100644 --- a/_site/docs/v0.62/permissions/impersonation.html +++ b/_site/docs/v0.62/permissions/impersonation.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/permissions/introduction.html b/_site/docs/v0.62/permissions/introduction.html index 4c5b9da11c..74ba7fa459 100644 --- a/_site/docs/v0.62/permissions/introduction.html +++ b/_site/docs/v0.62/permissions/introduction.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/permissions/no-self-service-deprecation.html b/_site/docs/v0.62/permissions/no-self-service-deprecation.html index 57f36b23dd..5657489e2c 100644 --- a/_site/docs/v0.62/permissions/no-self-service-deprecation.html +++ b/_site/docs/v0.62/permissions/no-self-service-deprecation.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/permissions/notifications.html b/_site/docs/v0.62/permissions/notifications.html index cc4e8c0022..97941c067f 100644 --- a/_site/docs/v0.62/permissions/notifications.html +++ b/_site/docs/v0.62/permissions/notifications.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/permissions/row-and-column-security-examples.html b/_site/docs/v0.62/permissions/row-and-column-security-examples.html index 6953f917fc..d36823a782 100644 --- a/_site/docs/v0.62/permissions/row-and-column-security-examples.html +++ b/_site/docs/v0.62/permissions/row-and-column-security-examples.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/permissions/row-and-column-security.html b/_site/docs/v0.62/permissions/row-and-column-security.html index bedaf2b541..dbdb69ef6d 100644 --- a/_site/docs/v0.62/permissions/row-and-column-security.html +++ b/_site/docs/v0.62/permissions/row-and-column-security.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/permissions/snippets.html b/_site/docs/v0.62/permissions/snippets.html index b5dbbca9d4..a24a21f060 100644 --- a/_site/docs/v0.62/permissions/snippets.html +++ b/_site/docs/v0.62/permissions/snippets.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/permissions/start.html b/_site/docs/v0.62/permissions/start.html index d21339a33c..9a8dbc072d 100644 --- a/_site/docs/v0.62/permissions/start.html +++ b/_site/docs/v0.62/permissions/start.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/questions/alerts.html b/_site/docs/v0.62/questions/alerts.html index 739c9d9893..47b7ba62e0 100644 --- a/_site/docs/v0.62/questions/alerts.html +++ b/_site/docs/v0.62/questions/alerts.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics @@ -6443,7 +6554,10 @@

    Editing, deleting, and u

    Metabase will email you when:

    diff --git a/_site/docs/v0.62/questions/exporting-results.html b/_site/docs/v0.62/questions/exporting-results.html index eb881601ea..6366ca250b 100644 --- a/_site/docs/v0.62/questions/exporting-results.html +++ b/_site/docs/v0.62/questions/exporting-results.html @@ -2593,6 +2593,34 @@

    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/questions/introduction.html b/_site/docs/v0.62/questions/introduction.html index f6978e5fb3..6e29df51a8 100644 --- a/_site/docs/v0.62/questions/introduction.html +++ b/_site/docs/v0.62/questions/introduction.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/questions/metrics-explorer.html b/_site/docs/v0.62/questions/metrics-explorer.html index d4f3be83ff..312e8ffe75 100644 --- a/_site/docs/v0.62/questions/metrics-explorer.html +++ b/_site/docs/v0.62/questions/metrics-explorer.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/questions/native-editor/basic-sql-parameters.html b/_site/docs/v0.62/questions/native-editor/basic-sql-parameters.html index 9d55f0a961..f41a761dde 100644 --- a/_site/docs/v0.62/questions/native-editor/basic-sql-parameters.html +++ b/_site/docs/v0.62/questions/native-editor/basic-sql-parameters.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/questions/native-editor/field-filters.html b/_site/docs/v0.62/questions/native-editor/field-filters.html index 5c66fe5ae9..2ca5451028 100644 --- a/_site/docs/v0.62/questions/native-editor/field-filters.html +++ b/_site/docs/v0.62/questions/native-editor/field-filters.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/questions/native-editor/filter-widgets.html b/_site/docs/v0.62/questions/native-editor/filter-widgets.html index e0d2d4caae..513ab8d18e 100644 --- a/_site/docs/v0.62/questions/native-editor/filter-widgets.html +++ b/_site/docs/v0.62/questions/native-editor/filter-widgets.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/questions/native-editor/optional-variables.html b/_site/docs/v0.62/questions/native-editor/optional-variables.html index 914b2666d2..a106e1f4dc 100644 --- a/_site/docs/v0.62/questions/native-editor/optional-variables.html +++ b/_site/docs/v0.62/questions/native-editor/optional-variables.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/questions/native-editor/referencing-saved-questions-in-queries.html b/_site/docs/v0.62/questions/native-editor/referencing-saved-questions-in-queries.html index 57158afb44..3d063dd422 100644 --- a/_site/docs/v0.62/questions/native-editor/referencing-saved-questions-in-queries.html +++ b/_site/docs/v0.62/questions/native-editor/referencing-saved-questions-in-queries.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/questions/native-editor/snippets.html b/_site/docs/v0.62/questions/native-editor/snippets.html index 65057cb4b5..62affb622b 100644 --- a/_site/docs/v0.62/questions/native-editor/snippets.html +++ b/_site/docs/v0.62/questions/native-editor/snippets.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/questions/native-editor/sql-parameters.html b/_site/docs/v0.62/questions/native-editor/sql-parameters.html index a306bfc534..969f6b1b9d 100644 --- a/_site/docs/v0.62/questions/native-editor/sql-parameters.html +++ b/_site/docs/v0.62/questions/native-editor/sql-parameters.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/questions/native-editor/table-variables.html b/_site/docs/v0.62/questions/native-editor/table-variables.html index 1362a8a6e5..49d6394b73 100644 --- a/_site/docs/v0.62/questions/native-editor/table-variables.html +++ b/_site/docs/v0.62/questions/native-editor/table-variables.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/questions/native-editor/time-grouping-parameters.html b/_site/docs/v0.62/questions/native-editor/time-grouping-parameters.html index 7970ab6509..2010cc9897 100644 --- a/_site/docs/v0.62/questions/native-editor/time-grouping-parameters.html +++ b/_site/docs/v0.62/questions/native-editor/time-grouping-parameters.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/questions/native-editor/writing-sql.html b/_site/docs/v0.62/questions/native-editor/writing-sql.html index df25736be2..42ea1dd2fb 100644 --- a/_site/docs/v0.62/questions/native-editor/writing-sql.html +++ b/_site/docs/v0.62/questions/native-editor/writing-sql.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/questions/query-builder/editor.html b/_site/docs/v0.62/questions/query-builder/editor.html index ad9b24570c..6cd4b03bd1 100644 --- a/_site/docs/v0.62/questions/query-builder/editor.html +++ b/_site/docs/v0.62/questions/query-builder/editor.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/questions/query-builder/expressions-list.html b/_site/docs/v0.62/questions/query-builder/expressions-list.html index fc7be40abc..dc033d8259 100644 --- a/_site/docs/v0.62/questions/query-builder/expressions-list.html +++ b/_site/docs/v0.62/questions/query-builder/expressions-list.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/questions/query-builder/expressions.html b/_site/docs/v0.62/questions/query-builder/expressions.html index d836995c68..a977dae104 100644 --- a/_site/docs/v0.62/questions/query-builder/expressions.html +++ b/_site/docs/v0.62/questions/query-builder/expressions.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/questions/query-builder/expressions/case.html b/_site/docs/v0.62/questions/query-builder/expressions/case.html index e7a9a9eea5..514093a845 100644 --- a/_site/docs/v0.62/questions/query-builder/expressions/case.html +++ b/_site/docs/v0.62/questions/query-builder/expressions/case.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/questions/query-builder/expressions/coalesce.html b/_site/docs/v0.62/questions/query-builder/expressions/coalesce.html index 37e3317520..dc1f20839e 100644 --- a/_site/docs/v0.62/questions/query-builder/expressions/coalesce.html +++ b/_site/docs/v0.62/questions/query-builder/expressions/coalesce.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/questions/query-builder/expressions/concat.html b/_site/docs/v0.62/questions/query-builder/expressions/concat.html index 40f37e7920..ba09118629 100644 --- a/_site/docs/v0.62/questions/query-builder/expressions/concat.html +++ b/_site/docs/v0.62/questions/query-builder/expressions/concat.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/questions/query-builder/expressions/converttimezone.html b/_site/docs/v0.62/questions/query-builder/expressions/converttimezone.html index 69177c4799..16df048ee5 100644 --- a/_site/docs/v0.62/questions/query-builder/expressions/converttimezone.html +++ b/_site/docs/v0.62/questions/query-builder/expressions/converttimezone.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/questions/query-builder/expressions/countif.html b/_site/docs/v0.62/questions/query-builder/expressions/countif.html index 179c903531..ef4190e85a 100644 --- a/_site/docs/v0.62/questions/query-builder/expressions/countif.html +++ b/_site/docs/v0.62/questions/query-builder/expressions/countif.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/questions/query-builder/expressions/cumulative.html b/_site/docs/v0.62/questions/query-builder/expressions/cumulative.html index b2ab79f7bd..e78b08ce64 100644 --- a/_site/docs/v0.62/questions/query-builder/expressions/cumulative.html +++ b/_site/docs/v0.62/questions/query-builder/expressions/cumulative.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/questions/query-builder/expressions/datetimeadd.html b/_site/docs/v0.62/questions/query-builder/expressions/datetimeadd.html index a2a433eedb..338ed3efeb 100644 --- a/_site/docs/v0.62/questions/query-builder/expressions/datetimeadd.html +++ b/_site/docs/v0.62/questions/query-builder/expressions/datetimeadd.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/questions/query-builder/expressions/datetimediff.html b/_site/docs/v0.62/questions/query-builder/expressions/datetimediff.html index dd097818c9..ccd7f306f5 100644 --- a/_site/docs/v0.62/questions/query-builder/expressions/datetimediff.html +++ b/_site/docs/v0.62/questions/query-builder/expressions/datetimediff.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/questions/query-builder/expressions/datetimesubtract.html b/_site/docs/v0.62/questions/query-builder/expressions/datetimesubtract.html index 4f60268132..2d1f72d3eb 100644 --- a/_site/docs/v0.62/questions/query-builder/expressions/datetimesubtract.html +++ b/_site/docs/v0.62/questions/query-builder/expressions/datetimesubtract.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/questions/query-builder/expressions/in.html b/_site/docs/v0.62/questions/query-builder/expressions/in.html index d8dd2f5bb7..4ea55967e6 100644 --- a/_site/docs/v0.62/questions/query-builder/expressions/in.html +++ b/_site/docs/v0.62/questions/query-builder/expressions/in.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/questions/query-builder/expressions/isempty.html b/_site/docs/v0.62/questions/query-builder/expressions/isempty.html index b6f97e6fad..da461e8ce0 100644 --- a/_site/docs/v0.62/questions/query-builder/expressions/isempty.html +++ b/_site/docs/v0.62/questions/query-builder/expressions/isempty.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/questions/query-builder/expressions/isnull.html b/_site/docs/v0.62/questions/query-builder/expressions/isnull.html index 0e8086c521..0243e88abd 100644 --- a/_site/docs/v0.62/questions/query-builder/expressions/isnull.html +++ b/_site/docs/v0.62/questions/query-builder/expressions/isnull.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/questions/query-builder/expressions/now.html b/_site/docs/v0.62/questions/query-builder/expressions/now.html index 94bf2ce5af..3e37e5e8da 100644 --- a/_site/docs/v0.62/questions/query-builder/expressions/now.html +++ b/_site/docs/v0.62/questions/query-builder/expressions/now.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/questions/query-builder/expressions/offset.html b/_site/docs/v0.62/questions/query-builder/expressions/offset.html index 046da6dc89..6a797ec422 100644 --- a/_site/docs/v0.62/questions/query-builder/expressions/offset.html +++ b/_site/docs/v0.62/questions/query-builder/expressions/offset.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/questions/query-builder/expressions/regexextract.html b/_site/docs/v0.62/questions/query-builder/expressions/regexextract.html index 7cd827a76c..8ed0cc37f1 100644 --- a/_site/docs/v0.62/questions/query-builder/expressions/regexextract.html +++ b/_site/docs/v0.62/questions/query-builder/expressions/regexextract.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/questions/query-builder/expressions/substring.html b/_site/docs/v0.62/questions/query-builder/expressions/substring.html index a9830164c9..89705a6102 100644 --- a/_site/docs/v0.62/questions/query-builder/expressions/substring.html +++ b/_site/docs/v0.62/questions/query-builder/expressions/substring.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/questions/query-builder/expressions/sumif.html b/_site/docs/v0.62/questions/query-builder/expressions/sumif.html index 8065c20ff9..e707db5290 100644 --- a/_site/docs/v0.62/questions/query-builder/expressions/sumif.html +++ b/_site/docs/v0.62/questions/query-builder/expressions/sumif.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/questions/query-builder/expressions/week.html b/_site/docs/v0.62/questions/query-builder/expressions/week.html index 47e71d76ec..b95222cc16 100644 --- a/_site/docs/v0.62/questions/query-builder/expressions/week.html +++ b/_site/docs/v0.62/questions/query-builder/expressions/week.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/questions/query-builder/filters.html b/_site/docs/v0.62/questions/query-builder/filters.html index 72cc58dfec..bcf49f684f 100644 --- a/_site/docs/v0.62/questions/query-builder/filters.html +++ b/_site/docs/v0.62/questions/query-builder/filters.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/questions/query-builder/join.html b/_site/docs/v0.62/questions/query-builder/join.html index 08dccb1f52..1101db7db7 100644 --- a/_site/docs/v0.62/questions/query-builder/join.html +++ b/_site/docs/v0.62/questions/query-builder/join.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/questions/query-builder/summarizing-and-grouping.html b/_site/docs/v0.62/questions/query-builder/summarizing-and-grouping.html index 45d49a4fe3..9dacf66369 100644 --- a/_site/docs/v0.62/questions/query-builder/summarizing-and-grouping.html +++ b/_site/docs/v0.62/questions/query-builder/summarizing-and-grouping.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/questions/start.html b/_site/docs/v0.62/questions/start.html index b5d25d6904..ddcce921a2 100644 --- a/_site/docs/v0.62/questions/start.html +++ b/_site/docs/v0.62/questions/start.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/questions/visualizations/box-plot.html b/_site/docs/v0.62/questions/visualizations/box-plot.html index c3715bf832..9f4bd67e7f 100644 --- a/_site/docs/v0.62/questions/visualizations/box-plot.html +++ b/_site/docs/v0.62/questions/visualizations/box-plot.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/questions/visualizations/combo-chart.html b/_site/docs/v0.62/questions/visualizations/combo-chart.html index 7031e1826e..5a553bd2a0 100644 --- a/_site/docs/v0.62/questions/visualizations/combo-chart.html +++ b/_site/docs/v0.62/questions/visualizations/combo-chart.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/questions/visualizations/country-codes.html b/_site/docs/v0.62/questions/visualizations/country-codes.html index d86cd6486e..f29dc343c2 100644 --- a/_site/docs/v0.62/questions/visualizations/country-codes.html +++ b/_site/docs/v0.62/questions/visualizations/country-codes.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/questions/visualizations/custom.html b/_site/docs/v0.62/questions/visualizations/custom.html index f08b998ce4..c3dbcf47b5 100644 --- a/_site/docs/v0.62/questions/visualizations/custom.html +++ b/_site/docs/v0.62/questions/visualizations/custom.html @@ -1997,7 +1997,7 @@
    Analytics
    -
  • +
  • Queries and charts @@ -2325,7 +2325,7 @@
    Analytics
    -
  • +
  • Visualizations @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/questions/visualizations/detail.html b/_site/docs/v0.62/questions/visualizations/detail.html index dbbac6fd0e..6c6d8745ed 100644 --- a/_site/docs/v0.62/questions/visualizations/detail.html +++ b/_site/docs/v0.62/questions/visualizations/detail.html @@ -2607,6 +2607,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3341,8 +3369,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3356,8 +3384,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3371,8 +3399,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3386,8 +3414,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3400,6 +3428,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4734,8 +4830,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5271,6 +5367,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/questions/visualizations/drill-through.html b/_site/docs/v0.62/questions/visualizations/drill-through.html index b6272b4af1..204d1d4934 100644 --- a/_site/docs/v0.62/questions/visualizations/drill-through.html +++ b/_site/docs/v0.62/questions/visualizations/drill-through.html @@ -1997,7 +1997,7 @@
    Analytics
    -
  • +
  • Queries and charts @@ -2325,7 +2325,7 @@
    Analytics
    -
  • +
  • Visualizations @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/questions/visualizations/funnel.html b/_site/docs/v0.62/questions/visualizations/funnel.html index c404a54293..60959dabb9 100644 --- a/_site/docs/v0.62/questions/visualizations/funnel.html +++ b/_site/docs/v0.62/questions/visualizations/funnel.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/questions/visualizations/gauge.html b/_site/docs/v0.62/questions/visualizations/gauge.html index 2be8365607..4fa156e6c1 100644 --- a/_site/docs/v0.62/questions/visualizations/gauge.html +++ b/_site/docs/v0.62/questions/visualizations/gauge.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/questions/visualizations/line-bar-and-area-charts.html b/_site/docs/v0.62/questions/visualizations/line-bar-and-area-charts.html index ddc85b7c22..7767a5a8ba 100644 --- a/_site/docs/v0.62/questions/visualizations/line-bar-and-area-charts.html +++ b/_site/docs/v0.62/questions/visualizations/line-bar-and-area-charts.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/questions/visualizations/map.html b/_site/docs/v0.62/questions/visualizations/map.html index 64bc6e2bee..9012f09a32 100644 --- a/_site/docs/v0.62/questions/visualizations/map.html +++ b/_site/docs/v0.62/questions/visualizations/map.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/questions/visualizations/numbers.html b/_site/docs/v0.62/questions/visualizations/numbers.html index ead9bc2d7c..03f05ae5f2 100644 --- a/_site/docs/v0.62/questions/visualizations/numbers.html +++ b/_site/docs/v0.62/questions/visualizations/numbers.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/questions/visualizations/pie-or-donut-chart.html b/_site/docs/v0.62/questions/visualizations/pie-or-donut-chart.html index 1cb3c0f41c..e1183b3452 100644 --- a/_site/docs/v0.62/questions/visualizations/pie-or-donut-chart.html +++ b/_site/docs/v0.62/questions/visualizations/pie-or-donut-chart.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/questions/visualizations/pivot-table.html b/_site/docs/v0.62/questions/visualizations/pivot-table.html index f090675b50..88f0d2c847 100644 --- a/_site/docs/v0.62/questions/visualizations/pivot-table.html +++ b/_site/docs/v0.62/questions/visualizations/pivot-table.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/questions/visualizations/progress-bar.html b/_site/docs/v0.62/questions/visualizations/progress-bar.html index 54bc8c8956..4bfc4114d2 100644 --- a/_site/docs/v0.62/questions/visualizations/progress-bar.html +++ b/_site/docs/v0.62/questions/visualizations/progress-bar.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/questions/visualizations/sankey.html b/_site/docs/v0.62/questions/visualizations/sankey.html index 7e9bc9ff3d..536b61a830 100644 --- a/_site/docs/v0.62/questions/visualizations/sankey.html +++ b/_site/docs/v0.62/questions/visualizations/sankey.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/questions/visualizations/scatterplot-or-bubble-chart.html b/_site/docs/v0.62/questions/visualizations/scatterplot-or-bubble-chart.html index 21752ccdd6..f41efd9c36 100644 --- a/_site/docs/v0.62/questions/visualizations/scatterplot-or-bubble-chart.html +++ b/_site/docs/v0.62/questions/visualizations/scatterplot-or-bubble-chart.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/questions/visualizations/table.html b/_site/docs/v0.62/questions/visualizations/table.html index aa81095878..53a01f4dfd 100644 --- a/_site/docs/v0.62/questions/visualizations/table.html +++ b/_site/docs/v0.62/questions/visualizations/table.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/questions/visualizations/tooltips.html b/_site/docs/v0.62/questions/visualizations/tooltips.html index c945018843..2bdf5fd1c7 100644 --- a/_site/docs/v0.62/questions/visualizations/tooltips.html +++ b/_site/docs/v0.62/questions/visualizations/tooltips.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/questions/visualizations/trend.html b/_site/docs/v0.62/questions/visualizations/trend.html index a7928d15c7..718c4c6100 100644 --- a/_site/docs/v0.62/questions/visualizations/trend.html +++ b/_site/docs/v0.62/questions/visualizations/trend.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/questions/visualizations/visualizing-results.html b/_site/docs/v0.62/questions/visualizations/visualizing-results.html index 97837c77b2..67275d2cc5 100644 --- a/_site/docs/v0.62/questions/visualizations/visualizing-results.html +++ b/_site/docs/v0.62/questions/visualizations/visualizing-results.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/questions/visualizations/waterfall-chart.html b/_site/docs/v0.62/questions/visualizations/waterfall-chart.html index 7c3419573e..f409072855 100644 --- a/_site/docs/v0.62/questions/visualizations/waterfall-chart.html +++ b/_site/docs/v0.62/questions/visualizations/waterfall-chart.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/troubleshooting-guide/bigquery-drive.html b/_site/docs/v0.62/troubleshooting-guide/bigquery-drive.html index 80065310df..c0f19fa578 100644 --- a/_site/docs/v0.62/troubleshooting-guide/bigquery-drive.html +++ b/_site/docs/v0.62/troubleshooting-guide/bigquery-drive.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/troubleshooting-guide/bugs.html b/_site/docs/v0.62/troubleshooting-guide/bugs.html index ebf432cc3c..6e25b590bd 100644 --- a/_site/docs/v0.62/troubleshooting-guide/bugs.html +++ b/_site/docs/v0.62/troubleshooting-guide/bugs.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/troubleshooting-guide/cant-log-in.html b/_site/docs/v0.62/troubleshooting-guide/cant-log-in.html index 85fad36157..35606e200b 100644 --- a/_site/docs/v0.62/troubleshooting-guide/cant-log-in.html +++ b/_site/docs/v0.62/troubleshooting-guide/cant-log-in.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/troubleshooting-guide/cant-see-tables.html b/_site/docs/v0.62/troubleshooting-guide/cant-see-tables.html index 0a09bb92be..dc2e6ab758 100644 --- a/_site/docs/v0.62/troubleshooting-guide/cant-see-tables.html +++ b/_site/docs/v0.62/troubleshooting-guide/cant-see-tables.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/troubleshooting-guide/cant-send-email.html b/_site/docs/v0.62/troubleshooting-guide/cant-send-email.html index 40049ff484..96067f2dcd 100644 --- a/_site/docs/v0.62/troubleshooting-guide/cant-send-email.html +++ b/_site/docs/v0.62/troubleshooting-guide/cant-send-email.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/troubleshooting-guide/cant-view-or-edit.html b/_site/docs/v0.62/troubleshooting-guide/cant-view-or-edit.html index eba963d74c..4ee2a42bb4 100644 --- a/_site/docs/v0.62/troubleshooting-guide/cant-view-or-edit.html +++ b/_site/docs/v0.62/troubleshooting-guide/cant-view-or-edit.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/troubleshooting-guide/create-har-file.html b/_site/docs/v0.62/troubleshooting-guide/create-har-file.html index a93f19941f..afd171cf9f 100644 --- a/_site/docs/v0.62/troubleshooting-guide/create-har-file.html +++ b/_site/docs/v0.62/troubleshooting-guide/create-har-file.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/troubleshooting-guide/data-permissions.html b/_site/docs/v0.62/troubleshooting-guide/data-permissions.html index 05ad1cad16..9ce0e36b75 100644 --- a/_site/docs/v0.62/troubleshooting-guide/data-permissions.html +++ b/_site/docs/v0.62/troubleshooting-guide/data-permissions.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/troubleshooting-guide/db-connection.html b/_site/docs/v0.62/troubleshooting-guide/db-connection.html index b577fc8b41..31e44f0d39 100644 --- a/_site/docs/v0.62/troubleshooting-guide/db-connection.html +++ b/_site/docs/v0.62/troubleshooting-guide/db-connection.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/troubleshooting-guide/db-performance.html b/_site/docs/v0.62/troubleshooting-guide/db-performance.html index be51c0d218..43d17e2ff8 100644 --- a/_site/docs/v0.62/troubleshooting-guide/db-performance.html +++ b/_site/docs/v0.62/troubleshooting-guide/db-performance.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/troubleshooting-guide/diagnostic-info.html b/_site/docs/v0.62/troubleshooting-guide/diagnostic-info.html index 7a11da51cf..139fbe1e67 100644 --- a/_site/docs/v0.62/troubleshooting-guide/diagnostic-info.html +++ b/_site/docs/v0.62/troubleshooting-guide/diagnostic-info.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/troubleshooting-guide/docker.html b/_site/docs/v0.62/troubleshooting-guide/docker.html index 23f9c65586..8462f9dc6c 100644 --- a/_site/docs/v0.62/troubleshooting-guide/docker.html +++ b/_site/docs/v0.62/troubleshooting-guide/docker.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/troubleshooting-guide/error-message.html b/_site/docs/v0.62/troubleshooting-guide/error-message.html index b3db4e96d4..898c0d79d5 100644 --- a/_site/docs/v0.62/troubleshooting-guide/error-message.html +++ b/_site/docs/v0.62/troubleshooting-guide/error-message.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/troubleshooting-guide/filters.html b/_site/docs/v0.62/troubleshooting-guide/filters.html index b1ea082a2a..b4db437c4b 100644 --- a/_site/docs/v0.62/troubleshooting-guide/filters.html +++ b/_site/docs/v0.62/troubleshooting-guide/filters.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/troubleshooting-guide/index.html b/_site/docs/v0.62/troubleshooting-guide/index.html index 7e12fd0ad0..6df4960fc9 100644 --- a/_site/docs/v0.62/troubleshooting-guide/index.html +++ b/_site/docs/v0.62/troubleshooting-guide/index.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/troubleshooting-guide/known-issues.html b/_site/docs/v0.62/troubleshooting-guide/known-issues.html index dcb83042c1..3cb0e70e58 100644 --- a/_site/docs/v0.62/troubleshooting-guide/known-issues.html +++ b/_site/docs/v0.62/troubleshooting-guide/known-issues.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/troubleshooting-guide/ldap.html b/_site/docs/v0.62/troubleshooting-guide/ldap.html index 8ff9810dd0..5bec173926 100644 --- a/_site/docs/v0.62/troubleshooting-guide/ldap.html +++ b/_site/docs/v0.62/troubleshooting-guide/ldap.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/troubleshooting-guide/linked-filters.html b/_site/docs/v0.62/troubleshooting-guide/linked-filters.html index 21a407c271..64aa4c04df 100644 --- a/_site/docs/v0.62/troubleshooting-guide/linked-filters.html +++ b/_site/docs/v0.62/troubleshooting-guide/linked-filters.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/troubleshooting-guide/loading-from-h2.html b/_site/docs/v0.62/troubleshooting-guide/loading-from-h2.html index 42da78178b..a77eb21268 100644 --- a/_site/docs/v0.62/troubleshooting-guide/loading-from-h2.html +++ b/_site/docs/v0.62/troubleshooting-guide/loading-from-h2.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/troubleshooting-guide/models.html b/_site/docs/v0.62/troubleshooting-guide/models.html index a75100659d..e8266085bb 100644 --- a/_site/docs/v0.62/troubleshooting-guide/models.html +++ b/_site/docs/v0.62/troubleshooting-guide/models.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/troubleshooting-guide/my-dashboard-is-slow.html b/_site/docs/v0.62/troubleshooting-guide/my-dashboard-is-slow.html index 5208c0c655..5d4fc895fb 100644 --- a/_site/docs/v0.62/troubleshooting-guide/my-dashboard-is-slow.html +++ b/_site/docs/v0.62/troubleshooting-guide/my-dashboard-is-slow.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/troubleshooting-guide/notifications.html b/_site/docs/v0.62/troubleshooting-guide/notifications.html index c350a7ac64..1e2d0c0ab6 100644 --- a/_site/docs/v0.62/troubleshooting-guide/notifications.html +++ b/_site/docs/v0.62/troubleshooting-guide/notifications.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/troubleshooting-guide/permissions.html b/_site/docs/v0.62/troubleshooting-guide/permissions.html index 8068079a41..3ea5f492ab 100644 --- a/_site/docs/v0.62/troubleshooting-guide/permissions.html +++ b/_site/docs/v0.62/troubleshooting-guide/permissions.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/troubleshooting-guide/proxies.html b/_site/docs/v0.62/troubleshooting-guide/proxies.html index fe40b3f6a7..45e4263d15 100644 --- a/_site/docs/v0.62/troubleshooting-guide/proxies.html +++ b/_site/docs/v0.62/troubleshooting-guide/proxies.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/troubleshooting-guide/requesting-new-features.html b/_site/docs/v0.62/troubleshooting-guide/requesting-new-features.html index 29f9a49f3f..832aec3dee 100644 --- a/_site/docs/v0.62/troubleshooting-guide/requesting-new-features.html +++ b/_site/docs/v0.62/troubleshooting-guide/requesting-new-features.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/troubleshooting-guide/row-and-column-security.html b/_site/docs/v0.62/troubleshooting-guide/row-and-column-security.html index f4aab1c223..cfe3b5d277 100644 --- a/_site/docs/v0.62/troubleshooting-guide/row-and-column-security.html +++ b/_site/docs/v0.62/troubleshooting-guide/row-and-column-security.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/troubleshooting-guide/running.html b/_site/docs/v0.62/troubleshooting-guide/running.html index 415362c953..bc99d00963 100644 --- a/_site/docs/v0.62/troubleshooting-guide/running.html +++ b/_site/docs/v0.62/troubleshooting-guide/running.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/troubleshooting-guide/saml.html b/_site/docs/v0.62/troubleshooting-guide/saml.html index 7a14ce16e4..0ca9ec0b39 100644 --- a/_site/docs/v0.62/troubleshooting-guide/saml.html +++ b/_site/docs/v0.62/troubleshooting-guide/saml.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/troubleshooting-guide/server-logs.html b/_site/docs/v0.62/troubleshooting-guide/server-logs.html index 29e3efba9f..78c6931a0a 100644 --- a/_site/docs/v0.62/troubleshooting-guide/server-logs.html +++ b/_site/docs/v0.62/troubleshooting-guide/server-logs.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/troubleshooting-guide/sql.html b/_site/docs/v0.62/troubleshooting-guide/sql.html index 34d137c523..fcb1552cf8 100644 --- a/_site/docs/v0.62/troubleshooting-guide/sql.html +++ b/_site/docs/v0.62/troubleshooting-guide/sql.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/troubleshooting-guide/sync-fingerprint-scan.html b/_site/docs/v0.62/troubleshooting-guide/sync-fingerprint-scan.html index f1e70ad50d..2e28fbb309 100644 --- a/_site/docs/v0.62/troubleshooting-guide/sync-fingerprint-scan.html +++ b/_site/docs/v0.62/troubleshooting-guide/sync-fingerprint-scan.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/troubleshooting-guide/timeout.html b/_site/docs/v0.62/troubleshooting-guide/timeout.html index e413cb72dc..6af271a10c 100644 --- a/_site/docs/v0.62/troubleshooting-guide/timeout.html +++ b/_site/docs/v0.62/troubleshooting-guide/timeout.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/troubleshooting-guide/timezones.html b/_site/docs/v0.62/troubleshooting-guide/timezones.html index 79a17c3657..660927b0b2 100644 --- a/_site/docs/v0.62/troubleshooting-guide/timezones.html +++ b/_site/docs/v0.62/troubleshooting-guide/timezones.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/troubleshooting-guide/visualization.html b/_site/docs/v0.62/troubleshooting-guide/visualization.html index 02b41e5698..c488b252a7 100644 --- a/_site/docs/v0.62/troubleshooting-guide/visualization.html +++ b/_site/docs/v0.62/troubleshooting-guide/visualization.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/usage-and-performance-tools/audit.html b/_site/docs/v0.62/usage-and-performance-tools/audit.html index 95db51981d..210de39258 100644 --- a/_site/docs/v0.62/usage-and-performance-tools/audit.html +++ b/_site/docs/v0.62/usage-and-performance-tools/audit.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/usage-and-performance-tools/start.html b/_site/docs/v0.62/usage-and-performance-tools/start.html index e36347f2c4..e0e4b9734b 100644 --- a/_site/docs/v0.62/usage-and-performance-tools/start.html +++ b/_site/docs/v0.62/usage-and-performance-tools/start.html @@ -2615,6 +2615,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3349,8 +3377,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3364,8 +3392,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3379,8 +3407,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3394,8 +3422,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3408,6 +3436,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4742,8 +4838,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5279,6 +5375,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/usage-and-performance-tools/tools.html b/_site/docs/v0.62/usage-and-performance-tools/tools.html index 5213a4cca4..7bd219adfc 100644 --- a/_site/docs/v0.62/usage-and-performance-tools/tools.html +++ b/_site/docs/v0.62/usage-and-performance-tools/tools.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/usage-and-performance-tools/usage-analytics-reference.html b/_site/docs/v0.62/usage-and-performance-tools/usage-analytics-reference.html index a8a64e1833..0eba31e522 100644 --- a/_site/docs/v0.62/usage-and-performance-tools/usage-analytics-reference.html +++ b/_site/docs/v0.62/usage-and-performance-tools/usage-analytics-reference.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/usage-and-performance-tools/usage-analytics.html b/_site/docs/v0.62/usage-and-performance-tools/usage-analytics.html index e4d236e4d0..5b978c677d 100644 --- a/_site/docs/v0.62/usage-and-performance-tools/usage-analytics.html +++ b/_site/docs/v0.62/usage-and-performance-tools/usage-analytics.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics diff --git a/_site/docs/v0.62/util/resources/introduction.html b/_site/docs/v0.62/util/resources/introduction.html index 6c9b92edc4..182b10710d 100644 --- a/_site/docs/v0.62/util/resources/introduction.html +++ b/_site/docs/v0.62/util/resources/introduction.html @@ -2593,6 +2593,34 @@
    Analytics
  • + + + + + +
  • + + Custom visualizations + + + + +
  • + + + + + + +
  • + + Drill-through + + + + +
  • + @@ -3327,8 +3355,8 @@
    Analytics
  • - - Data structure + + Managing tables @@ -3342,8 +3370,8 @@
    Analytics
  • - - Glossary + + Measures @@ -3357,8 +3385,8 @@
    Analytics
  • - - Dependency graph + + Segments @@ -3372,8 +3400,8 @@
    Analytics
  • - - Dependency diagnostics + + Glossary @@ -3386,6 +3414,74 @@
    Analytics
    +
  • + + Dependencies + + +
    + + + + +
    + +
    + + + +
  • + + + + + + +
  • Transforms @@ -4720,8 +4816,8 @@
    Administration
  • - - Writeable connection + + Writable connection @@ -5257,6 +5353,21 @@
    Administration
    +
  • + + Metabase CLI + + + + +
  • + + + + + + +
  • Usage analytics