ahmedabu98 commented on issue #30095:
URL: https://github.com/apache/beam/issues/30095#issuecomment-1908519345
Taking a look at
`BigQueryFileLoadsIT.test_batch_copy_jobs_with_no_input_schema` now.
Although looking at the error coming out from `BigQueryFileLoadsIT.
test_multiple_destinations_transform`, it looks like a separate issue:
```
E "error": {
E "code": 400,
E "message": "Load configuration must specify at least one
source URI",
E "errors": [
E {
E "message": "Load configuration must specify at least
one source URI",
E "domain": "global",
E "reason": "invalid"
E }
E ],
E "status": "INVALID_ARGUMENT"
E }
```
--
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]