BjornPrime opened a new issue, #26334: URL: https://github.com/apache/beam/issues/26334
### What happened? The apitools-generated StorageV1 client has been replaced with the [GCS client](https://github.com/googleapis/python-storage). Unfortunately the mocking for test_load_job_exception and test_copy_load_job_exception in bigquery_test.py targets StorageV1's ObjectsService, causing those tests to now fail. Since the new client doesn't have an ObjectsService or a clear analog to it, a new mocking target is not obvious. ### Issue Failure Failure: Test is continually failing ### Issue Priority Priority: 2 (backlog / disabled test but we think the product is healthy) ### Issue Components - [X] Component: Python SDK - [ ] Component: Java SDK - [ ] Component: Go SDK - [ ] Component: Typescript SDK - [ ] Component: IO connector - [ ] Component: Beam examples - [ ] Component: Beam playground - [ ] Component: Beam katas - [ ] Component: Website - [ ] Component: Spark Runner - [ ] Component: Flink Runner - [ ] Component: Samza Runner - [ ] Component: Twister2 Runner - [ ] Component: Hazelcast Jet Runner - [ ] Component: Google Cloud Dataflow Runner -- 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]
