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/03 19:19:17 UTC

[GitHub] [beam] kennknowles opened a new issue, #18562: Update BigQueryIO to support schema auto detection when executing load jobs

kennknowles opened a new issue, #18562:
URL: https://github.com/apache/beam/issues/18562

   BigQuery supports detecting unspecified schemas automatically when executing load jobs: https://cloud.google.com/bigquery/docs/reference/rest/v2/jobs#configuration.load
   
   By default this is false and Dataflow does not set this to true when creating load jobs: https://github.com/apache/beam/blob/master/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/WriteTables.java#L228
   
   Probably we should support specifying this as an option in BigQueryIO.
   
   Imported from Jira [BEAM-3167](https://issues.apache.org/jira/browse/BEAM-3167). Original Jira may contain additional context.
   Reported by: chamikara.


-- 
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