rusackas commented on issue #35774: URL: https://github.com/apache/superset/issues/35774#issuecomment-4721988243
Thanks for the detailed writeup! There's a fix in flight over in #36076 that adds validation so charts can't be saved with a `query_context` missing `datasource`/`queries`. Before we lean on that though, could you check which request actually throws the 422? In the browser Network tab when the toast fires, is it a call to `/api/v1/chart/...` or to the dashboard/native-filter side? You mentioned both charts *and* native filters had the missing fields, and those save through different paths... so I want to make sure we're patching the one that's actually biting you on dashboard creation. -- 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]
