Skip to content
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

Add support for retrying certain types of exceptions we see when running models with DuckDB #298

Merged
merged 6 commits into from
Dec 23, 2023

Conversation

jwills
Copy link
Collaborator

@jwills jwills commented Nov 29, 2023

...in particular, we may get IOExceptions because of some shenanigans with S3 or another HTTP resource that we are reading data from, and we don't want a temporary network blip to kill our entire dbt run if it doesn't have to.

@jwills jwills force-pushed the jwills_add_retries_for_some_errors branch from 04c5e1e to 8d61a06 Compare December 22, 2023 17:05
@jwills jwills merged commit c951148 into master Dec 23, 2023
32 checks passed
@jwills jwills deleted the jwills_add_retries_for_some_errors branch December 23, 2023 23:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant