From 4a27b39483e8877340662800e15df780a1e384a2 Mon Sep 17 00:00:00 2001 From: github-automation-metabase <166700802+github-automation-metabase@users.noreply.github.com> Date: Thu, 14 Nov 2024 15:57:48 -0500 Subject: [PATCH] note on downloads (#50055) (#50056) Co-authored-by: Jeff Bruemmer <jeff.bruemmer@gmail.com> --- docs/embedding/introduction.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/embedding/introduction.md b/docs/embedding/introduction.md index eca1680b5f0..ebe70452ffb 100644 --- a/docs/embedding/introduction.md +++ b/docs/embedding/introduction.md @@ -40,6 +40,7 @@ If you'd like to share your data with the good people of the internet, admins ca | ------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------- | ----------------------------------------- | ------------------------------- | ---------------------------------------------- | | Display charts and dashboards | ✅ | ✅ | ✅ | ✅ | | Display interactive [filter widgets](https://www.metabase.com/glossary/filter_widget) | ✅ | ✅ | ✅ | ✅ | +| Export results\* | ✅ | ✅ | ✅ | ✅ | | Restrict data with [locked filters](./static-embedding-parameters.md#restricting-data-in-a-static-embed-with-locked-parameters) | ⌠| ⌠| ✅ | ⌠| | Restrict data with [sandboxes](../permissions/data-sandboxes.md) | ✅ | ✅ | ⌠| ⌠| | Use the [drill-through menu](https://www.metabase.com/learn/metabase-basics/querying-and-dashboards/questions/drill-through) | ✅ | ✅ | ⌠| ⌠| @@ -49,6 +50,8 @@ If you'd like to share your data with the good people of the internet, admins ca | Embed individual Metabase components | ✅ | ⌠| ⌠| ⌠| | Manage access and interactivity per component | ✅ | ⌠| ⌠| ⌠| +\* Each embedding type allows data downloads by default, but only [Pro and Enterprise](https://www.metabase.com/pricing) plans can disable data downloads. + ## Switching from static to interactive embedding [Interactive embedding](./interactive-embedding.md) requires authentication via single sign-on (SSO), so you'll need to set that up both in your Metabase and in your application's server. Check out our [Interactive embedding quick start](https://www.metabase.com/docs/latest/embedding/interactive-embedding-quick-start-guide). -- GitLab