lboross-ia commented on issue #32966: URL: https://github.com/apache/superset/issues/32966#issuecomment-3051039458
Some more info on this issue: Looking at the PUT API calls made via the UI when re-saving the dashboard, I can see that the json_metadata contains both the dashboard metadata and the positions data together and not split like the POST request (position_json). I have tested calling the POST API and including the positions into the json_metadata instead of the position_json, however the result is still the same (no functioning dashboard), however performing a PUT immediately after with the new dashboards ID does result in a working dashboard, as long as the json_metadata also contains the positions. Performing a PUT with both json_metadta and position_json does not result in a working dashboard. When creating a new dashboard via the UI, there are no POST API calls made, only PUT when saving. The issue seems to be related to the POST API and the postion_json. -- 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]
