shahar1 commented on code in PR #46584:
URL: https://github.com/apache/airflow/pull/46584#discussion_r1966586552


##########
task_sdk/src/airflow/sdk/execution_time/task_runner.py:
##########
@@ -693,6 +694,16 @@ def run(
     return state, msg, error
 
 
+def _handle_current_task_success(context, ti) -> tuple[SucceedTask, 
TerminalTIState]:

Review Comment:
   Yes - for marking both regular tasks and skipping tasks 
(ShortOperator/BranchOperator), as successful. It's either that or the nested 
"try...except" from previous time :)



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to