This won't work as is, since your PR changes SQL Lab to pass the `async_` keyword to the `execute` method, and PyHive is (still) expecting the `async` keyword. You need to map the `async_` that you receive from SQL Lab into `async` for PyHive, see two approaches in this comment: https://github.com/apache/incubator-superset/pull/5759/#discussion_r213488011
(Sorry if this is confusing, this is a bit of Python black magic...) [ Full content available at: https://github.com/apache/incubator-superset/pull/5759 ] This message was relayed via gitbox.apache.org for [email protected]
