Eugene Kirpichov created BEAM-876: ------------------------------------- Summary: Support schemaUpdateOption in BigQueryIO Key: BEAM-876 URL: https://issues.apache.org/jira/browse/BEAM-876 Project: Beam Issue Type: Improvement Components: sdk-java-gcp Reporter: Eugene Kirpichov Assignee: Daniel Halperin
BigQuery recently added support for updating the schema as a side effect of the load job. Here is the relevant API method in JobConfigurationLoad: https://developers.google.com/resources/api-libraries/documentation/bigquery/v2/java/latest/com/google/api/services/bigquery/model/JobConfigurationLoad.html#setSchemaUpdateOptions(java.util.List) BigQueryIO should support this too. See user request for this: http://stackoverflow.com/questions/40333245/is-it-possible-to-update-schema-while-doing-a-load-into-an-existing-bigquery-tab -- This message was sent by Atlassian JIRA (v6.3.4#6332)