brucearctor commented on issue #22986: URL: https://github.com/apache/beam/issues/22986#issuecomment-1234914908
See this old thread, in the event finding/keeping those bad records is important: https://stackoverflow.com/questions/31904142/how-do-we-set-maximum-bad-records-when-loading-a-bigquery-table-from-dataflow Alternately ( since I think you prefer python ), see: https://googleapis.dev/python/bigquery/latest/generated/google.cloud.bigquery.job.LoadJobConfig.html#google.cloud.bigquery.job.LoadJobConfig.max_bad_records ( just set that number to be larger than the number of rows you are OK being 'bad' and the job will insert all the good rows and succeed ). -- 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]
