etr2460 commented on issue #10139: URL: https://github.com/apache/incubator-superset/issues/10139#issuecomment-649666722
@ktmud Perhaps I was a bit unclear in my description. When running the query on the async worker, once completed it gets written to a results backend. We use s3 for the reasons @bkyryliuk said. We then mark the query as successfully completed, and add the cache key to the query record Then, we need to get the results to the client. This is done by polling the `queries` endpoint every 2 seconds. Once the query is labeled as `success` in that response, we call Superset again with the cache key on the query object to actually download the results ---------------------------------------------------------------- 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]
