gopidesupavan commented on code in PR #63358:
URL: https://github.com/apache/airflow/pull/63358#discussion_r2921026315


##########
providers/common/sql/src/airflow/providers/common/sql/hooks/sql.py:
##########
@@ -164,6 +181,9 @@ class DbApiHook(BaseHook):
     connector: ConnectorProtocol | None = None
     # Override with db-specific query to check connection
     _test_connection_sql = "select 1"
+    # Exception types that indicate the model should retry the query (e.g. 
undefined column).

Review Comment:
   this make sense removed completly from dbapi hook. its now only in 
SQLToolset ..thanks for raising this..



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to