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)