ashb commented on a change in pull request #4040: [AIRFLOW-3192] Remove
deprecated post_execute logic
URL: https://github.com/apache/incubator-airflow/pull/4040#discussion_r224698945
##########
File path: airflow/models.py
##########
@@ -1650,22 +1650,6 @@ def signal_handler(signum, frame):
if result is not None:
self.xcom_push(key=XCOM_RETURN_KEY, value=result)
- # TODO remove deprecated behavior in Airflow 2.0
- try:
- task_copy.post_execute(context=context, result=result)
Review comment:
I think the deprecated bit is post_execute with one arg - we still want this
call with two.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services