chamikaramj commented on pull request #13235:
URL: https://github.com/apache/beam/pull/13235#issuecomment-721229163


   Which Beam version was the user using ? There was a bug related to streaming 
inserts where this block used to capture all errors. This was fixed in [1]. Now 
it only captures quota errors and rate limit errors (other errors are raised 
[2]). Which we also raise (and report to UI) if observed two often [3].
   
   [1] https://github.com/apache/beam/pull/12106
   [2] 
https://github.com/apache/beam/blob/master/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryServicesImpl.java#L868
   [2]https://github.com/apache/beam/pull/12295


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to