nytai commented on issue #9102: [sqllab] fix: return pandas records in execute_sql_statements URL: https://github.com/apache/incubator-superset/pull/9102#issuecomment-584886474 @robdiciuccio Looks like it's the pyarrow data that's getting sent to the frontend, thus it ends up as `'[bytes]'` for that key. As for if the feature flag is on and no results backend is configured the following is displayed to the user: <img width="1102" alt="Screen Shot 2020-02-11 at 2 23 20 PM" src="https://user-images.githubusercontent.com/10255196/74285222-44dae880-4cda-11ea-895b-580d6e6bda16.png">
---------------------------------------------------------------- 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]
