Tomme / dbt-athena

The athena adapter plugin for dbt (https://getdbt.com)
Apache License 2.0
142 stars 79 forks source link

Stop retrying on non OperationalError #123

Closed cstruct closed 1 year ago

cstruct commented 2 years ago

Only retrying on OperationalError avoids unnecessary retries on some user errors such as syntax errors. This fixes #122