[CT-75] [Feature] Per-query retry strategy for all adapters (currently available only for BigQuery) #4598
Closed
1 task done
Labels
duplicate
This issue or pull request already exists
enhancement
New feature or request
Team:Adapters
Issues designated for the adapter area of the code
Is there an existing feature request for this?
Describe the Feature
Currently only the BigQuery adapter has a retry option on the query-level: https://docs.getdbt.com/reference/warehouse-profiles/bigquery-profile#retries
This would be very useful to have in other adapter.
I am particularly interested in Redshift but I think it could be useful to have globally implemented (not specific for an adapter) in dbt.
Describe alternatives you've considered
Isolate the models that needs retries and use our own retry methods (Airflow or custom...).
Who will this benefit?
All dbt users, especially with large code bases with many concurrent runs which I believe increases the change to have unexpected errors (
could not open relation with OID 123...
).Are you interested in contributing this feature?
I can't unfortunately.
Anything else?
No response
The text was updated successfully, but these errors were encountered: