ajdub508 commented on PR #28091: URL: https://github.com/apache/beam/pull/28091#issuecomment-1712500551
Restructured tests to cover the 2 types of issues that can arise from insert_rows_json calls: 1. `errors` list is returned from the function call with error reasons described [here](https://cloud.google.com/bigquery/docs/error-messages) 2. an exception is thrown and caught with error reasons as described in [api-core exceptions](https://googleapis.dev/python/google-api-core/latest/_modules/google/api_core/exceptions.html) Separate tests added for each retry strategy for both of those types of issues. Will cleanup any linter or test issues, incorporate any additional feedback, and get ready to move out of draft status next. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
