ahmedabu98 commented on issue #20824: URL: https://github.com/apache/beam/issues/20824#issuecomment-1281526180
There was a similar issue a few months ago where a pipeline in draining was running into similar errors. This connector used to throw and early error when a source URI (ie. file to load to BQ) is not provided. The other issue was mitigated with https://github.com/apache/beam/pull/17566/files where the error was replaced with a warning. In contrast, the error in this issue looks like it's from BigQuery... Looks like this is running into a similar problem where there are no files to load since the pipeline is in draining phase, but load job requests are still being sent. -- 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]
