Drill 1.19 omits the error message in REST API by default, which is overwritable by setting http.rest.errors.verbose to true. Some non-technical users may benefit from having an error message in Superset UI in case there is a database error or their SQL query is corrupted, which this PR implements. If no error message is provided, it is also useful to know how to overwrite that behavior as it is not easily searchable online.
Drill 1.19 omits the error message in REST API by default, which is overwritable by setting
http.rest.errors.verbose
totrue
. Some non-technical users may benefit from having an error message in Superset UI in case there is a database error or their SQL query is corrupted, which this PR implements. If no error message is provided, it is also useful to know how to overwrite that behavior as it is not easily searchable online.