mik-laj commented on issue #11234: URL: https://github.com/apache/airflow/issues/11234#issuecomment-702974069
@SergioShz Airflow performs a few more operations after the execution of the operator's `execute` method, e.g. marks a task in the database as completed or executes or executes callbacks. If this code is not executed the task will always be marked as abnormal completion = failed. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
