Google Big Query Write append_row retries on Aborted exceptions #315
Labels
api: bigquerystorage
Issues related to the googleapis/python-bigquery-storage API.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Thanks for stopping by to let us know something could be better!
PLEASE READ: If you have a support contract with Google, please create an issue in the support console instead of filing on GitHub. This will ensure a timely response.
Is your feature request related to a problem? Please describe.
I'm using the beta storage write client to upload data to GBQ using append_rows function(v2.6). In production I'm encountering the below error intermittently:
According to the error an retry seems to be the best approach, but currently default retry doesn't retry for this type of exception.
Code reference here.
Describe the solution you'd like
Include retry for Aborted type of exception.
Describe alternatives you've considered
My client code pass in retry that include Aborted exception.
The text was updated successfully, but these errors were encountered: