[
https://issues.apache.org/jira/browse/AIRFLOW-886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15873537#comment-15873537
]
ASF subversion and git services commented on AIRFLOW-886:
---------------------------------------------------------
Commit 4da3611c46e5d5fec5ac988d5c15d2edf2be5768 in incubator-airflow's branch
refs/heads/master from [~jlowin]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-airflow.git;h=4da3611 ]
[AIRFLOW-886] Pass result to post_execute() hook
The post_execute() hook should receive
the Operator result in addition to the
execution context.
> 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)