{"record":{"id":"be0f435330de6dcc","repo":"apache/superset","slug":"report-schedule-not-found-be0f43","errorCode":null,"errorMessage":"Report Schedule not found.","messagePattern":"Report Schedule not found\\.","errorType":"exception","errorClass":"ReportScheduleNotFoundError","httpStatus":404,"severity":"error","filePath":"superset/commands/report/execute_now.py","lineNumber":124,"sourceCode":"                logger.error(\"Celery task execution failed: %s\", str(celery_ex))\n                raise ReportScheduleExecuteNowFailedError() from celery_ex\n\n            return execution_id\n\n        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":106,"sourceCodeEnd":130,"githubUrl":"https://github.com/apache/superset/blob/f4587218dd19d046c3e4d00063e7d27f8a2ed354/superset/commands/report/execute_now.py#L106-L130","documentation":"Error \"Report Schedule not found.\" thrown in apache/superset.","triggerScenarios":"Execute-now is requested for a report schedule that no longer exists.","commonSituations":"Triggering 'execute now' for a report schedule id that does not exist.","solutions":["Confirm the report schedule ID still exists; it may have been deleted."],"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-15T22:17:37.221Z"}