{"record":{"id":"42ce663606fd41e8","repo":"apache/superset","slug":"you-don-t-have-permission-to-modify-the-value-42ce66","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/explore/form_data/utils.py","lineNumber":45,"sourceCode":"from superset.commands.temporary_cache.exceptions import (\n    TemporaryCacheAccessDeniedError,\n    TemporaryCacheResourceNotFoundError,\n)\nfrom superset.explore.utils import check_access as explore_check_access\nfrom superset.utils.core import DatasourceType\n\n\ndef check_access(\n    datasource_id: int,\n    chart_id: Optional[int],\n    datasource_type: DatasourceType,\n) -> None:\n    try:\n        explore_check_access(datasource_id, chart_id, datasource_type)\n    except (ChartNotFoundError, DatasetNotFoundError) as ex:\n        raise TemporaryCacheResourceNotFoundError from ex\n    except (ChartAccessDeniedError, DatasetAccessDeniedError) as ex:\n        raise TemporaryCacheAccessDeniedError from ex\n","sourceCodeStart":27,"sourceCodeEnd":46,"githubUrl":"https://github.com/apache/superset/blob/f4587218dd19d046c3e4d00063e7d27f8a2ed354/superset/commands/explore/form_data/utils.py#L27-L46","documentation":"Error \"You don't have permission to modify the value.\" thrown in apache/superset.","triggerScenarios":"A user without permission attempts to modify an Explore form_data value.","commonSituations":"Updating or deleting Explore form_data owned by another user without admin rights.","solutions":["Use the account that owns the form_data value, or create a new form_data key."],"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"}