GitHub user dosubot[bot] added a comment to the discussion: What happens if i enable FEATURE FLAG , DASHBOARD_RBAC and VERSIONED_EXPORT =True
<!-- Answer --> No, there isn’t any feature flag in Superset (including DASHBOARD_RBAC or VERSIONED_EXPORT) that will include dashboard role associations in the export/import process. Roles are always stored in the database and are not exported to YAML or imported from YAML, regardless of feature flag settings. You’ll need to manually re-assign roles after importing dashboards [reference](https://github.com/apache/superset/blob/829e4d92d91ceae4b43b1ed3b063ffe45377799c/superset/commands/dashboard/export.py). The only feature flag that affects export/import content is TAGGING_SYSTEM, which controls whether tags are included—not roles. There are no experimental or undocumented flags for exporting/importing roles. Future versions may migrate to group-based access, but this won’t change the export/import behavior for roles [reference](https://github.com/apache/superset/issues/32116). <!-- 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/67d118b0-6d1f-4588-a80b-43c103b459df?feedback_type=great_response) | [Irrelevant](https://app.dosu.dev/response-feedback/67d118b0-6d1f-4588-a80b-43c103b459df?feedback_type=irrelevant_answer) | [Incorrect](https://app.dosu.dev/response-feedback/67d118b0-6d1f-4588-a80b-43c103b459df?feedback_type=incorrect_sources) | [Verbose](https://app.dosu.dev/response-feedback/67d118b0-6d1f-4588-a80b-43c103b459df?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/67d118b0-6d1f-4588-a80b-43c103b459df?feedback_type=hallucination) | [Report 🐛](https://app.dosu.dev/response-feedback/67d118b0-6d1f-4588-a80b-43c103b459df?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/67d118b0-6d1f-4588-a80b-43c103b459df?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/34628) GitHub link: https://github.com/apache/superset/discussions/34628#discussioncomment-14056265 ---- 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]
