villebro commented on code in PR #35259:
URL: https://github.com/apache/superset/pull/35259#discussion_r2516041117
##########
superset/security/manager.py:
##########
@@ -2372,7 +2372,7 @@ def raise_for_access( # noqa: C901
continue
schema_perm = self.get_schema_perm(
- database,
+ database.database_name,
Review Comment:
Bycatch: it expects the name (str), not the instance
--
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]