You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Sergio Díaz (JIRA)" <ji...@apache.org> on 2017/07/21 18:18:00 UTC

[jira] [Commented] (AIRFLOW-442) SFTP Hook compatible with FTPHook

    [ https://issues.apache.org/jira/browse/AIRFLOW-442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16096661#comment-16096661 ] 

Sergio Díaz commented on AIRFLOW-442:
-------------------------------------

I've opened a new PR adding tests and docs. Hope it can be merged.

https://github.com/apache/incubator-airflow/pull/2465

> SFTP Hook compatible with FTPHook
> ---------------------------------
>
>                 Key: AIRFLOW-442
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-442
>             Project: Apache Airflow
>          Issue Type: New Feature
>          Components: hooks
>    Affects Versions: Airflow 1.7.0
>            Reporter: Gabriel Llobera
>            Assignee: Gabriel Llobera
>
> This hook implements the same methods as FTPHook and  aims to be interchangeable with FTPHook (although there are some caveats).
> Pitfalls:
> - In contrast with FTPHook describe_directory only returns size and modify. It doesn't return unix.owner, unix.mode, perm, unix.group, unique and type.
> - retrieve_file and store_file only take a local full path and not a buffer.
> - If no mode is passed to create_directory it will be created with 777 permissions.
> Everything else works the same as in SFTPHook and can be used as a drop in replacement.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)