duckdb / dbt-duckdb

dbt (http://getdbt.com) adapter for DuckDB (http://duckdb.org)
Apache License 2.0
881 stars 78 forks source link

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

Closed jwills closed 9 months ago

jwills commented 10 months ago

...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.