mistercrunch commented on issue #4933: Parse JSON result returned from a SELECT query in SQL Lab. URL: https://github.com/apache/incubator-superset/issues/4933#issuecomment-387295371 You have to rely on the json parsing functions exposed by your database engine. For example when using Presto you'd leverage Presto's `json_extract` function. Which engine are you querying against?
---------------------------------------------------------------- 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]
