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



##########
File path: docs/apache-airflow-providers-ssh/connections/ssh.rst
##########
@@ -47,7 +47,8 @@ Extra (optional)
     * ``key_file`` - Full Path of the private SSH Key file that will be used 
to connect to the remote_host.
     * ``private_key`` - Content of the private key used to connect to the 
remote_host.
     * ``private_key_passphrase`` - Content of the private key passphrase used 
to decrypt the private key.
-    * ``timeout`` - An optional timeout (in seconds) for the TCP connect. 
Default is ``10``.
+    * ``conn_timeout`` - An optional timeout (in seconds) for the TCP connect. 
Default is ``10``. The paramater to 
:class:`~airflow.providers.ssh.hooks.ssh.SSHHook` conn_timeout takes precedence.

Review comment:
       My bad, I meant on the hook/operator side like was suggested for the 
operator in my other comment.




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