{"record":{"id":"04536df1305364da","repo":"apache/superset","slug":"you-don-t-have-permission-to-modify-the-value-04536d","errorCode":null,"errorMessage":"You don't have permission to modify the value.","messagePattern":"You don't have permission to modify the value\\.","errorType":"exception","errorClass":"TemporaryCacheAccessDeniedError","httpStatus":403,"severity":"error","filePath":"superset/commands/dashboard/filter_state/utils.py","lineNumber":35,"sourceCode":"\nfrom superset.commands.dashboard.exceptions import (\n    DashboardAccessDeniedError,\n    DashboardNotFoundError,\n)\nfrom superset.commands.temporary_cache.exceptions import (\n    TemporaryCacheAccessDeniedError,\n    TemporaryCacheResourceNotFoundError,\n)\nfrom superset.daos.dashboard import DashboardDAO\n\n\ndef check_access(resource_id: int) -> None:\n    try:\n        DashboardDAO.get_by_id_or_slug(str(resource_id))\n    except DashboardNotFoundError as ex:\n        raise TemporaryCacheResourceNotFoundError from ex\n    except DashboardAccessDeniedError as ex:\n        raise TemporaryCacheAccessDeniedError from ex\n","sourceCodeStart":17,"sourceCodeEnd":36,"githubUrl":"https://github.com/apache/superset/blob/f4587218dd19d046c3e4d00063e7d27f8a2ed354/superset/commands/dashboard/filter_state/utils.py#L17-L36","documentation":"Error \"You don't have permission to modify the value.\" thrown in apache/superset.","triggerScenarios":"A user without permission attempts to modify a dashboard filter-state value.","commonSituations":"Deleting/updating dashboard filter state owned by another user without admin rights.","solutions":["Use the account that owns the dashboard/filter-state value, or request edit access to the dashboard."],"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"}