cabo40 opened a new issue #13829: URL: https://github.com/apache/superset/issues/13829
When a DB has asynchronous query execution enabled the json dumper doesn't honor the default parser because `encoding` is not `None` https://github.com/apache/superset/blob/18ff4841862cd53c92614805ae6db188e3379850/superset/views/core.py#L2214 Steps to reproduce on vanilla installation: 1. Set sample DB to async execution in Data / Databases 2. Query in SQL Lab the following: ```sql select decode('DEADBEEF', 'hex'); ``` Result:  -- 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]
