{"record":{"id":"ce15e1129091fa36","repo":"apache/superset","slug":"resource-was-not-found-ce15e1","errorCode":null,"errorMessage":"Resource was not found.","messagePattern":"Resource was not found\\.","errorType":"exception","errorClass":"TemporaryCacheResourceNotFoundError","httpStatus":403,"severity":"error","filePath":"superset/commands/explore/form_data/utils.py","lineNumber":43,"sourceCode":"    DatasetNotFoundError,\n)\nfrom 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":25,"sourceCodeEnd":46,"githubUrl":"https://github.com/apache/superset/blob/f4587218dd19d046c3e4d00063e7d27f8a2ed354/superset/commands/explore/form_data/utils.py#L25-L46","documentation":"Error \"Resource was not found.\" thrown in apache/superset.","triggerScenarios":"Accessing an Explore form_data value that does not exist.","commonSituations":"Accessing Explore form_data by key when no stored value exists for that key.","solutions":["Verify the form_data key exists before accessing it; regenerate it via Explore if needed."],"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"}