diff --git a/dbt/adapters/sql/connections.py b/dbt/adapters/sql/connections.py index e57114d6..14053362 100644 --- a/dbt/adapters/sql/connections.py +++ b/dbt/adapters/sql/connections.py @@ -113,7 +113,7 @@ def _execute_query_with_retry( bindings=bindings, retryable_exceptions=retryable_exceptions, retry_limit=retry_limit, - attempt=1, + attempt=attempt+1, ) connection = self.get_thread_connection()