Keegan Morrison
Keegan Morrison
I'm not seeing errors or insertErrors on my job. I have another piece of code which does have errors on occasion: ```python job = bqClient.client.push_rows( to_bq_jobs[path]['dataset'], to_bq_jobs[path]['table'], rowsToAdd[rowCount:topCount], #insert_id_key=to_bq_jobs[path]['id_to_match'] )...
I've been testing with JSON newlimited import which also fails, but it also throws a similar error. ```json Reason:invalid. Message:Error while reading data, error message: JSON table encountered too many...
Bringing this back up as it's eminent now. One thing I noticed is the FindByName trait says it is deprecated in your code, but the API documentation doesn't say it...