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

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

Jeremiah Lowin created AIRFLOW-886:
--------------------------------------

             Summary: 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


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)