GitHub user dosubot[bot] added a comment to the discussion: Decentralization
<!-- Answer --> Superset does not currently have a built-in feature or configuration to hide charts on a dashboard when users lack permission to access their datasource. The default behavior is to show an error message in the chart area instead of hiding the chart frame itself ([source](https://github.com/apache/superset/discussions/32803#discussioncomment-12584626), [code reference](https://github.com/apache/superset/blob/829e4d92d91ceae4b43b1ed3b063ffe45377799c/superset-frontend/src/dashboard/components/gridComponents/Chart.jsx)). There are no official plugins or extensions for this use case. If you need to hide unauthorized charts, the only practical workaround is to implement custom frontend logic that detects charts failing to load due to access errors and programmatically hides or removes them ([source](https://github.com/apache/superset/issues/33698#issuecomment-2945378238)). There is ongoing community interest in more granular chart visibility, and a proposal (SIP-126) exists to introduce explicit viewer permissions for dashboards and charts, but it has not been implemented yet ([source](https://github.com/apache/superset/issues/33698#issuecomment-2945378238)). <!-- Dosu Comment Footer --> *To reply, just mention [@dosu](https://go.dosu.dev/dosubot).* --- <sup>How did I do? [Good](https://app.dosu.dev/response-feedback/4bf2f2bb-e4a1-49fc-9635-4fb530017590?feedback_type=great_response) | [Irrelevant](https://app.dosu.dev/response-feedback/4bf2f2bb-e4a1-49fc-9635-4fb530017590?feedback_type=irrelevant_answer) | [Incorrect](https://app.dosu.dev/response-feedback/4bf2f2bb-e4a1-49fc-9635-4fb530017590?feedback_type=incorrect_sources) | [Verbose](https://app.dosu.dev/response-feedback/4bf2f2bb-e4a1-49fc-9635-4fb530017590?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/4bf2f2bb-e4a1-49fc-9635-4fb530017590?feedback_type=hallucination) | [Report 🐛](https://app.dosu.dev/response-feedback/4bf2f2bb-e4a1-49fc-9635-4fb530017590?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/4bf2f2bb-e4a1-49fc-9635-4fb530017590?feedback_type=other)</sup> [](https://app.dosu.dev/a28d3c7e-a9d3-459e-9fb6-3a6f9ff4f357/ask?utm_source=github)& nbsp;[](https://go.dosu.dev/discord-bot) [](https://twitter.com/intent/tweet?text=%40dosu_ai%20helped%20me%20solve%20this%20issue!&url=https%3A//github.com/apache/superset/discussions/35465) GitHub link: https://github.com/apache/superset/discussions/35465#discussioncomment-14580083 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
