williaster opened a new pull request #6276: [superset-client] `getClientErrorObject` for everyone URL: https://github.com/apache/incubator-superset/pull/6276 This fixes #6272 and probably some other error 🐛 s that haven't been reported. I searched for all instances of `SupersetClient.xxx().catch()` and if any call attempted to pull an error message from the `response` I wrapped it in the `getClientErrorObject` which properly parses the response. Tested most of them manually by hand by inducing an error, here's the updated error for the reported bug:  @mistercrunch @kristw @michellethomas @graceguo-supercat
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
