Repository: incubator-airflow Updated Branches: refs/heads/master 07db7a3d7 -> 7961ee8f0
[AIRFLOW-2663] Add instructions to install SSH dependencies Closes #3536 from kaxil/patch-1 Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/7961ee8f Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/7961ee8f Diff: http://git-wip-us.apache.org/repos/asf/incubator-airflow/diff/7961ee8f Branch: refs/heads/master Commit: 7961ee8f08d059473f783c9ef2006d08a21ad83a Parents: 07db7a3 Author: Kaxil Naik <[email protected]> Authored: Fri Jun 22 16:35:48 2018 +0200 Committer: Fokko Driesprong <[email protected]> Committed: Fri Jun 22 16:35:48 2018 +0200 ---------------------------------------------------------------------- docs/installation.rst | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/7961ee8f/docs/installation.rst ---------------------------------------------------------------------- diff --git a/docs/installation.rst b/docs/installation.rst index 9e9ab3e..e012b28 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -95,6 +95,8 @@ Here's the list of the subpackages and what they enable: +---------------+----------------------------------------------+-------------------------------------------------+ | slack | ``pip install apache-airflow[slack]`` | ``SlackAPIPostOperator`` | +---------------+----------------------------------------------+-------------------------------------------------+ +| ssh | ``pip install apache-airflow[ssh]`` | SSh hooks and Operator | ++---------------+----------------------------------------------+-------------------------------------------------+ | vertica | ``pip install apache-airflow[vertica]`` | Vertica hook | | | | support as an Airflow backend | +---------------+----------------------------------------------+-------------------------------------------------+
