MDeadman commented on PR #38638: URL: https://github.com/apache/superset/pull/38638#issuecomment-4084887455
@betodealmeida Yes! `result_type=query` is working from my tests. The result type is handled in ChartDataCommand.run so thankfully I didn't need to make any code changes to support the `result_type=query` or any other `result_type` options, just make sure the Query Context that gets passed into it is formed correctly with the filters applied. I pushed changes to fix the typo and add the re-generated the docs with `superset update_api_docs`! I am looking at the codecov report and am confused as its showing many tested functions as completely untested, so I will try and figure that out. -- 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]
