Google Bigquery: Not adding data. No errors -


i had bigquery table adding data regularly on past few months. yesterday created new table in same dataset handle other data. however, when tried adding data, nothing happened.

i adding data using function "bigquery.tabledata.insertall" in script made , response "{kind=bigquery#tabledatainsertallresponse}", suppossed mean there no errors. when queried select * [<mydataset>.<mytableid>] table in ui, said there 0 results.

soon after, noticed original table wasn't getting new data. tried deleting new table made hasn't fixed it.

the scripts still working , know json in correct format. tried adding 1 row 1 field @ time , didn't work. {kind=bigquery#tabledatainsertallrequest, rows=[{json={tranid=3427412}, insertid=row3427413}]}

anyone encountered problem?

also first time posting here if didn't follow rules or provide enough information please let me know.

thanks


Comments

Popular posts from this blog

PHP DOM loadHTML() method unusual warning -

python - How to create jsonb index using GIN on SQLAlchemy? -

c# - TransactionScope not rolling back although no complete() is called -