You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Ash Berlin-Taylor (JIRA)" <ji...@apache.org> on 2018/12/12 11:14:00 UTC

[jira] [Resolved] (AIRFLOW-2217) Add Slack Webhook Hook/Operator

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

Ash Berlin-Taylor resolved AIRFLOW-2217.
----------------------------------------
       Resolution: Fixed
    Fix Version/s: 1.10.0

> Add Slack Webhook Hook/Operator
> -------------------------------
>
>                 Key: AIRFLOW-2217
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-2217
>             Project: Apache Airflow
>          Issue Type: New Feature
>          Components: contrib, hooks, operators
>            Reporter: Daniel van der Ende
>            Assignee: Daniel van der Ende
>            Priority: Minor
>             Fix For: 2.0.0, 1.10.0
>
>
> Slack offers several ways to interact with it. Airflow currently has support for the full Slack API with theĀ [Slack hook|https://github.com/apache/incubator-airflow/blob/master/airflow/hooks/slack_hook.py] This, however, can be a bit heavy-handed for simple posting of messages. Slack also offers the possibility of using an [Incoming webhook|https://api.slack.com/incoming-webhooks]
> It would be nice to have a hook in Airflow to use the incoming webhook API offered by Slack. A lot of use cases for integrating Slack in Airflow are oriented on posting error or success messages to a Slack channel based on the outcome of a task instance. The Webhook API is perfect for this.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)