ashb commented on code in PR #46584:
URL: https://github.com/apache/airflow/pull/46584#discussion_r1948041123
##########
task_sdk/src/airflow/sdk/execution_time/task_runner.py:
##########
@@ -564,7 +565,11 @@ def run(ti: RuntimeTaskInstance, log: Logger) ->
ToSupervisor | None:
msg = early_exit
return msg
- result = _execute_task(context, ti)
+
+ try:
Review Comment:
This double/nested try-except looks weird
--
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]