damccorm opened a new issue, #20538: URL: https://github.com/apache/beam/issues/20538
I have a job fails when BigQuery throws any warning messages, even if the query is successful. org.apache.beam.sdk.io.gcp.bigquery.BigQueryHelpers.parseStatus Checks for "getErrors" and sets status to failure if there are any. However, this can include warning messages. [Google's Bigquery Client Code]([https://github.com/googleapis/google-api-java-client-services/blob/master/clients/google-api-services-bigquery/v2/1.30.1/com/google/api/services/bigquery/model/JobStatus.java)] states that "Errors here do not necessarily mean that the job has completed or was unsuccessful." Imported from Jira [BEAM-10999](https://issues.apache.org/jira/browse/BEAM-10999). Original Jira may contain additional context. Reported by: acuitymd. -- 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]
