Files
superset2/tests/db_engine_specs_test.py
Maxime Beauchemin ae26b369b1 [sql lab] extract Hive error messages (#5495)
* [sql lab] extract Hive error messages

So pyhive returns an exception object with a stringified thrift error
object. This PR uses a regex to extract the errorMessage portion of that
string.

* Unit test

(cherry picked from commit 41286b7545)
2018-08-12 09:48:58 -07:00

8.9 KiB