Steaming insert / insertAll - long delay?
问题 I'm streaming data into a table on BigQuery from the google api for python. I get a 200 OK with no 'insertErrors' key in the response from bigQuery: {u'kind': u'bigquery#tableDataInsertAllResponse'} If I query my table there are only 2 rows, despite me having inserted several additional records a little while ago (20 minutes+). I can't see any errors anywhere - can someone advise me on how to debug this issue? 回答1: I found a solution here: https://stackoverflow.com/a/19145783/1607103 I