aminghadersohi commented on PR #40344: URL: https://github.com/apache/superset/pull/40344#issuecomment-4557715367
**Integration test results from Preset staging (build `f26444de`)** `list_tasks` ✅ and `get_task_info` ✅ both work correctly. `list_action_logs` ❌ and `get_action_log_info` ❌ fail with: ``` Permission denied: can_read on Log for user <workspace-admin> ``` In Preset's multi-tenant environment, workspace admins do not have `can_read on Log`. This permission exists on standard Superset `Admin` but is excluded from Preset's workspace admin role. Action log access likely needs to be added to the workspace admin role mapping in Preset's shell. -- 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]
