You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the error messaging naively outputs "Perhaps your query took too long to run" which is only one of many reasons a query execution could fail.
Here is an example of a failing query whose last execution has JOB_ID=01H9STYJ63ETQKCQ8PVG3NMREM.
Currently the error messaging naively outputs "Perhaps your query took too long to run" which is only one of many reasons a query execution could fail.
Here is an example of a failing query whose last execution has
JOB_ID=01H9STYJ63ETQKCQ8PVG3NMREM
.We could build the
QueryFailed
error type out ofExecutionResponse["error"]
.Originally posted by @RichardKeo in #72 (comment)
The text was updated successfully, but these errors were encountered: