We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a52449 commit 8be7ed7Copy full SHA for 8be7ed7
dbt-athena/src/dbt/adapters/athena/connections.py
@@ -222,6 +222,8 @@ def execute_with_iceberg_retries() -> AthenaCursor:
222
self._retry_config,
223
)
224
return self
225
+
226
+ LOGGER.debug(f"Athena query failed: {query_execution.state_change_reason}")
227
raise OperationalError(query_execution.state_change_reason)
228
229
return execute_with_iceberg_retries()
0 commit comments