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



##########
File path: airflow/providers/ssh/hooks/ssh.py
##########
@@ -56,7 +58,9 @@ 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 conn_timeout: timeout for the attempt to connect to the remote_host.
+    :type conn_timeout: int
+    :param timeout: (Deprecated). timeout for the attempt to connect to the 
remote_host.

Review comment:
       Yeah I think it is a bit ambiguous now. with both params in the docs :)




-- 
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