dosubot[bot] commented on issue #35221:
URL: https://github.com/apache/superset/issues/35221#issuecomment-3314928976

   <!-- Answer -->
   This is expected behavior in current Superset versions. When you update or 
create a chart via the API (including with a PUT request), the chart's query 
context—which is required for the chart to load in the UI—is not generated by 
the backend. Instead, it's built by frontend JavaScript logic when you open and 
save the chart in the UI. If you never open and save the chart in the UI, the 
chart may become inaccessible (404 or 400 errors) because the backend doesn't 
have the necessary query context to serve it. This is a known limitation and 
not a permissions issue; permission problems would typically result in a 403 
error, not 404 ([details](https://github.com/apache/superset/issues/33615)).
   
   To fix this, you need to manually open and save each chart in the UI, or use 
browser automation to do so programmatically. There is currently no supported 
backend or API-only workaround to generate the query context for charts.
   
   
   <!-- Dosu Comment Footer -->
   *To reply, just mention [@dosu](https://go.dosu.dev/dosubot).*
   
   ---
   <sup>How did I do? 
[Good](https://app.dosu.dev/response-feedback/df799611-b08e-44a6-a589-b582b1dc3414?feedback_type=great_response)
 | 
[Irrelevant](https://app.dosu.dev/response-feedback/df799611-b08e-44a6-a589-b582b1dc3414?feedback_type=irrelevant_answer)
 | 
[Incorrect](https://app.dosu.dev/response-feedback/df799611-b08e-44a6-a589-b582b1dc3414?feedback_type=incorrect_sources)
 | 
[Verbose](https://app.dosu.dev/response-feedback/df799611-b08e-44a6-a589-b582b1dc3414?feedback_type=too_verbose)
 | 
[Hallucination](https://app.dosu.dev/response-feedback/df799611-b08e-44a6-a589-b582b1dc3414?feedback_type=hallucination)
 | [Report 
🐛](https://app.dosu.dev/response-feedback/df799611-b08e-44a6-a589-b582b1dc3414?feedback_type=bug_report)
 | 
[Other](https://app.dosu.dev/response-feedback/df799611-b08e-44a6-a589-b582b1dc3414?feedback_type=other)</sup>&nbsp;&nbsp;[![Chat
 with 
Dosu](https://dosu.dev/dosu-chat-badge.svg)](https://app.dosu.dev/a28d3c7e-a9d3-459e-9fb6-3a6f9ff4f357/ask?utm_source=githu
 b)&nbsp;[![Join 
Discord](https://img.shields.io/badge/join-5865F2?logo=discord&logoColor=white&label=)](https://go.dosu.dev/discord-bot)&nbsp;[![Share
 on 
X](https://img.shields.io/badge/X-share-black)](https://twitter.com/intent/tweet?text=%40dosu_ai%20helped%20me%20solve%20this%20issue!&url=https%3A//github.com/apache/superset/issues/35221)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to