@HectorLira what database engine are you using? Furthermore, have you tested `0.27` or `master` branch? `0.26` branch was still using dbapi2 for queries which lowercased column names in the query result, while `0.27+` uses dbapi1 which retains the original case of the query. So I suspect this issue should not persist in `0.27+`.
[ Full content available at: https://github.com/apache/incubator-superset/issues/5700 ] This message was relayed via gitbox.apache.org for [email protected]
