beast icon indicating copy to clipboard operation
beast copied to clipboard

Better error message when bigquery throws error

Open mauliksoneji opened this issue 5 years ago • 0 comments

Currently, when bigquery throws some error because of rate limiting, the error message shown is:

StopEvent{reason='FailureStatus{cause=java.lang.RuntimeException: Push failed, message='null'}', source='BqQueueWorker'}

Instead, we can use the message in FailureStatus instead of creating the error message ourselves.

mauliksoneji avatar Apr 09 '19 06:04 mauliksoneji