You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Bolke de Bruin (JIRA)" <ji...@apache.org> on 2017/02/19 08:31:44 UTC

[jira] [Resolved] (AIRFLOW-886) Pass Operator result to post_execute hook

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

Bolke de Bruin resolved AIRFLOW-886.
------------------------------------
       Resolution: Fixed
    Fix Version/s: 1.9.0

Issue resolved by pull request #2091
[https://github.com/apache/incubator-airflow/pull/2091]

> Pass Operator result to post_execute hook
> -----------------------------------------
>
>                 Key: AIRFLOW-886
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-886
>             Project: Apache Airflow
>          Issue Type: Improvement
>          Components: operators
>            Reporter: Jeremiah Lowin
>            Assignee: Jeremiah Lowin
>             Fix For: 1.9.0
>
>
> Airflow Operators have two customizable hooks: pre_execute() and post_execute(), called before and after the operator's execute() method. Both are passed the execution context; in addition, the post_execute() hook should receive the value returned by the Operator (if any).



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)