uranusjr commented on a change in pull request #17236:
URL: https://github.com/apache/airflow/pull/17236#discussion_r678046634



##########
File path: airflow/providers/ssh/hooks/ssh.py
##########
@@ -56,8 +56,10 @@ class SSHHook(BaseHook):
     :type key_file: str
     :param port: port of remote host to connect (Default is paramiko SSH_PORT)
     :type port: int
-    :param timeout: timeout for the attempt to connect to the remote_host.
+    :param timeout: (Deprecated). timeout for the attempt to connect to the 
remote_host.
     :type timeout: int
+    :param conn_timeout: timeout for the attempt to connect to the remote_host.
+    :type conn_timeout: int

Review comment:
       We should put this above the deprecated `timeout`




-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to