Skip to content

Commit

Permalink
Added ssh_hook
Browse files Browse the repository at this point in the history
  • Loading branch information
bolkedebruin committed Nov 30, 2015
1 parent 6c8f449 commit 535737a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions airflow/contrib/hooks/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
_hooks = {
'ftp_hook': ['FTPHook'],
'vertica_hook': ['VerticaHook'],
'ssh_hook': ['SSHHook'],
}

_import_module_attrs(globals(), _hooks)

0 comments on commit 535737a

Please sign in to comment.