kunaldawn commented on issue #8939: Add support for Dremio as a new source URL: https://github.com/apache/incubator-superset/pull/8939#issuecomment-600460607 > @kunaldawn Not sure if this is introduced in the new version. Are you referring to the issue where sql lab shows the results as arrays? Yes exactly, I am referring "sql lab shows the results as arrays". I think fetch_data is returning generator (also mentioned in https://github.com/apache/incubator-superset/issues/4192) (sorry, I am not very aware of superset code base, this is what I got between working sqlite vs non working dremio while debugging, and the data type need to be list of touple). I referred the solution from https://github.com/apache/incubator-superset/pull/7048/files#diff-6519edc75f2440a575cb22492f401100R739, but that has list of list data type issue.
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
