{"record":{"id":"e20e63a9b96dd2bc","repo":"apache/superset","slug":"changing-this-report-is-forbidden-e20e63","errorCode":null,"errorMessage":"Changing this report is forbidden","messagePattern":"Changing this report is forbidden","errorType":"exception","errorClass":"ReportScheduleForbiddenError","httpStatus":403,"severity":"error","filePath":"superset/commands/report/execute_now.py","lineNumber":129,"sourceCode":"        except CommandException:\n            raise\n        except Exception as ex:\n            logger.exception(\n                \"Unexpected error executing report schedule %d\", self._model_id\n            )\n            raise ReportScheduleExecuteNowFailedError() from ex\n\n    def validate(self) -> None:\n        \"\"\"Validate the report schedule exists and the user has permission to\n        execute.\"\"\"\n        self._model = ReportScheduleDAO.find_by_id(self._model_id)\n        if not self._model:\n            raise ReportScheduleNotFoundError()\n\n        try:\n            security_manager.raise_for_editorship(self._model)\n        except SupersetSecurityException as ex:\n            raise ReportScheduleForbiddenError() from ex\n","sourceCodeStart":111,"sourceCodeEnd":130,"githubUrl":"https://github.com/apache/superset/blob/f4587218dd19d046c3e4d00063e7d27f8a2ed354/superset/commands/report/execute_now.py#L111-L130","documentation":"Error \"Changing this report is forbidden\" thrown in apache/superset.","triggerScenarios":"A non-owner user attempts to execute a report schedule.","commonSituations":"Triggering 'execute now' on a report schedule whose target dashboard/chart the user cannot modify.","solutions":["Ask an owner of the report schedule to run it, or request the can_write permission on Alerts & Reports."],"exampleFix":null,"handlingStrategy":null,"validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"f4587218dd19d046c3e4d00063e7d27f8a2ed354","analyzedAt":"2026-08-14T22:39:27.425Z","schemaVersion":2},"datasetVersion":"2026-08-15T17:31:12.345Z"}