You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Stanislav Kudriashev (JIRA)" <ji...@apache.org> on 2016/06/28 12:19:57 UTC

[jira] [Work started] (AIRFLOW-286) Improve FTPHook to implement context manager interface

     [ https://issues.apache.org/jira/browse/AIRFLOW-286?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on AIRFLOW-286 started by Stanislav Kudriashev.
----------------------------------------------------
> Improve FTPHook to implement context manager interface
> ------------------------------------------------------
>
>                 Key: AIRFLOW-286
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-286
>             Project: Apache Airflow
>          Issue Type: Improvement
>          Components: hooks
>            Reporter: Stanislav Kudriashev
>            Assignee: Stanislav Kudriashev
>            Priority: Minor
>
> It would be very nice to use FTPHook as a context manager:
> {code}
> with FTPHook(...) as hook:
>     ...
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)