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



##########
File path: airflow/providers/ssh/hooks/ssh.py
##########
@@ -57,9 +57,14 @@ class SSHHook(BaseHook):
     :type keepalive_interval: int
     """
 
+    conn_name_attr = 'ssh_conn_id'
+    default_conn_name = 'ssh_default'
+    conn_type = 'ssh'
+    hook_name = 'SSH'
+
     def __init__(
         self,
-        ssh_conn_id: Optional[str] = None,
+        ssh_conn_id: Optional[str] = "ssh_default",

Review comment:
       Now shoudl be really fixed.




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

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


Reply via email to