Closed GoogleCodeExporter closed 8 years ago
You may see occasional errors when invoking tabledata.insertAll (caused by
transient network issues, services restarting, etc). In those cases, you should
retry the operation (ideally, after a short delay).
You can use an insertId to prevent duplicate inserts (as an insert may succeed,
but still report failure):
https://cloud.google.com/bigquery/streaming-data-into-bigquery#dataconsistency
Don't forget to check 'insertErrors' in the response for partial success:
https://cloud.google.com/bigquery/troubleshooting-errors#streaming
If you can provide the full table ID where you are seeing errors, I can take a
closer look.
Original comment by ada...@google.com
on 21 Mar 2016 at 8:21
Closing this issue, but feel free to reopen if you'd like to provide the table
ID (I can check the logs for more specific information).
Original comment by ada...@google.com
on 24 Mar 2016 at 5:20
Original issue reported on code.google.com by
rajeshsr...@gmail.com
on 21 Mar 2016 at 9:31