I am loading a batch load of records with BigQueryIO.Write, but because some records don't match the target table schema the entire and the write step fails and nothing gets written to the table. Is there a way for records that do match the target table schema to be inserted, and the records that don't match don't cause the entire step to fail? I noticed BigQueryIO.Write returns a WriteResult that has a method getFailedInserts. Will that meet my needs?
- Batch load with BigQueryIO fails because of a few bad recor... Matthew Ouyang
- Re: Batch load with BigQueryIO fails because of a few ... Evan Galpin
- Re: Batch load with BigQueryIO fails because of a ... Matthew Ouyang