-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UnRetryableError bigquery_load #200
Comments
I cannot re-produce the error on my environment. I added sample fluent.conf recently. It may help you. And, It may also be a good to check the permissions of the Google account. |
@toyaser I ran into a similar issue. After many hours the solution was to specify the So just double check your dataset location and use:
Hope it helps. |
@kschouw Bigquery API connects US location as a default behavior. |
@kschouw 🙇 Thank you so much! you are correct. I added
The error is now gone!!! @joker1007 as you can see, my location is US and I am still seeing the error. maybe the default is not really working? |
Thank you for the report!! |
Environments
Configuration
Expected Behavior
No Error
Actual Behavior
I believe all the logs are being written as expected, but I am seeing this error many times, I am not sure I understand what the error is and was wondering if there is something wrong on my end, or with the plugin. I found this old issue here, but its with the insert and I need to use the load as the insert does not support the JSON data type.
Log (if you have)
2022-10-15 19:07:57.816134286 +0000 fluent.error: {"error":"#<Fluent::BigQuery::UnRetryableError: notFound: Not found: Job project-id-01:job_GrVSui91crPvhn2DqmBvVCc2upYA>","chunk":"5eb1774d7fd7dc5d0c6f454e4d9a7839","project_id":"project-id-01","dataset_id":"dataset","table_id":"table_name","job_id":"job_GrVSui91crPvhn2DqmBvVCc2upYA","message":"failed to poll load job error_class=Fluent::BigQuery::UnRetryableError error=\"notFound: Not found: Job project-id-01:job_GrVSui91crPvhn2DqmBvVCc2upYA\" chunk=\"5eb1774d7fd7dc5d0c6f454e4d9a7839\" project_id=\"project-id-01\" dataset_id=\"dataset\" table_id=\"table_name\" job_id=\"job_GrVSui91crPvhn2DqmBvVCc2upYA\""}
The text was updated successfully, but these errors were encountered: