rusackas commented on issue #41001: URL: https://github.com/apache/superset/issues/41001#issuecomment-4787147382
Good catch, and dosu's read of the 6.1 code is right. On master though, `serialize_dashboard_object` no longer serializes roles at all (the `roles` field is gone from `DashboardInfo`), so the `model_validate` path that triggered this can't fire. Looks resolved on master via the MCP refactor - if we want roles back in the output it should use the existing `serialize_role_object` helper. Closing unless you're seeing this on current master, in which case I/we are happy to reopen this. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
