Bigrquery R package : Error 408 (Request Timeout)

590 Views Asked by At

I am using Google BigQuery's API with R thanks to bigrquery R package.

I am facing an issue that appears (randomly) when I am using insert_upload_job() function to store my dataset on BigQuery.

When I run this function, the red button appears in the console (= job is running) but sometimes, nothing appends and after long minutes I have an error message because of the Timeout : Error 408 (Request Timeout).

It seems the error is appearing more often when my dataset size is around 500 000 Bytes (= 0,5 MB)

Edit: When I restart R, and retry it sometimes works... That makes no sens...

Do you have any idea on what could explain this? NB : The error is not explained on the Google Big Query documentation https://cloud.google.com/bigquery/docs/error-messages

Thanks in advance!

0

There are 0 best solutions below