You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/06/04 18:07:07 UTC

[GitHub] [beam] damccorm opened a new issue, #20538: Bigquery Warning messages cause Dataflow job to fail

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: github-unsubscribe@beam.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org