exemplary-citizen commented on issue #14415: URL: https://github.com/apache/superset/issues/14415#issuecomment-836259050
I'd be happy to take this on. We can use the same pattern that is in place for downloading CSVs https://github.com/apache/superset/blob/master/superset/views/base.py#L560 and adapt it to xml and xlsx by adding `XmlResponse` and `XlsxResponse` classes. Do you think this should get split up into two seprate PRs? one for each file type? -- 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]
