betodealmeida commented on pull request #13997: URL: https://github.com/apache/superset/pull/13997#issuecomment-815183722
@etr2460, I did some small changes to `extract_errors` so it works better with SIP-40, I wanted to make sure you saw this. I refactored it to return `List[SupersetError]` instead of a list of dicts, and I also modified the method in the base class to make it easier to define new custom errors for specific databases (like we have for Presto currently). -- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
