python - Steaming insert / insertAll - long delay? -
i'm streaming data table on bigquery google api python.
i 200 ok no 'inserterrors' key in response bigquery:
{u'kind': u'bigquery#tabledatainsertallresponse'}
if query table there 2 rows, despite me having inserted several additional records little while ago (20 minutes+).
i can't see errors anywhere - can advise me on how debug issue?
i found solution here: https://stackoverflow.com/a/19145783/1607103
i resolved issue experiencing creating new dataset , new tables within it. working , data visible seconds after adding it. @ stage in project table structures changing frequently, seems cause of issue. ensure modified tables have different names now.
i extremely concerned bigquery experiencing issues no visibility. doesn't fill me confidence there no errors , there no indication (that aware of) going wrong.
Comments
Post a Comment