You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by bo...@apache.org on 2017/07/20 20:12:51 UTC

incubator-airflow git commit: Fix new SSH documentation

Repository: incubator-airflow
Updated Branches:
  refs/heads/master fe0edeaab -> 392772326


Fix new SSH documentation


Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/39277232
Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/39277232
Diff: http://git-wip-us.apache.org/repos/asf/incubator-airflow/diff/39277232

Branch: refs/heads/master
Commit: 3927723263def56efd3a9b6d77074825198821cf
Parents: fe0edea
Author: Bolke de Bruin <bo...@xs4all.nl>
Authored: Thu Jul 20 22:12:31 2017 +0200
Committer: Bolke de Bruin <bo...@xs4all.nl>
Committed: Thu Jul 20 22:12:31 2017 +0200

----------------------------------------------------------------------
 UPDATING.md | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/39277232/UPDATING.md
----------------------------------------------------------------------
diff --git a/UPDATING.md b/UPDATING.md
index aefed3e..a02ff04 100644
--- a/UPDATING.md
+++ b/UPDATING.md
@@ -5,6 +5,13 @@ assists people when migrating to a new version.
 
 ## Master
 
+### SSH Hook updates, along with new SSH Operator & SFTP Operator
+  SSH Hook now uses Paramiko library to create ssh client connection, instead of sub-process based ssh command execution previously (<1.9.0), so this is backward incompatible.
+  - update SSHHook constructor
+  - use SSHOperator class in place of SSHExecuteOperator which is removed now. Refer test_ssh_operator.py for usage info.
+  - SFTPOperator is added to perform secure file transfer from serverA to serverB. Refer test_sftp_operator.py.py for usage info. 
+  - No updates are required if you are using ftpHook, it will continue work as is. 
+
 ### New Features
 
 #### Dask Executor
@@ -116,13 +123,6 @@ If you experience problems connecting with your operator make sure you set the c
 
 Also the old P12 key file type is not supported anymore and only the new JSON key files are supported as a service 
 account.
-
-### SSH Hook updates, along with new SSH Operator & SFTP Operator
-  SSH Hook now uses Paramiko library to create ssh client connection, instead of sub-process based ssh command execution previously (<1.9.0), so this is backward incompatible.
-  - update SSHHook constructor
-  - use SSHOperator class in place of SSHExecuteOperator which is removed now. Refer test_ssh_operator.py for usage info.
-  - SFTPOperator is added to perform secure file transfer from serverA to serverB. Refer test_sftp_operator.py.py for usage info. 
-  - No updates are required if you are using ftpHook, it will continue work as is. 
   
 ### Deprecated Features
 These features are marked for deprecation. They may still work (and raise a `DeprecationWarning`), but are no longer