brighton1101 commented on a change in pull request #12467:
URL: https://github.com/apache/airflow/pull/12467#discussion_r571539955
##########
File path: airflow/providers/ssh/hooks/ssh.py
##########
@@ -58,10 +58,13 @@ class SSHHook(BaseHook): # pylint:
disable=too-many-instance-attributes
:type keepalive_interval: int
"""
- conn_name_attr = 'ssh_conn_id'
- default_conn_name = 'ssh_default'
- conn_type = 'ssh'
- hook_name = 'SSH'
Review comment:
Somehow I messed up fixing the merge conflict and deleted this earlier -
will add back in the morning when I'm at my computer. This should fix the
failing CI tests, my bad.
----------------------------------------------------------------
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]