shahar1 commented on code in PR #46584:
URL: https://github.com/apache/airflow/pull/46584#discussion_r1947835723
##########
task_sdk/src/airflow/sdk/execution_time/task_runner.py:
##########
@@ -564,11 +565,27 @@ def run(ti: RuntimeTaskInstance, log: Logger) ->
ToSupervisor | None:
msg = early_exit
return msg
- result = _execute_task(context, ti)
+ # TODO: looks a bit forced, couldn't come up with a better way
that won't require a lot of changes
Review Comment:
If you have any ideas to implement it in a better way considering the
existing limitations, I'd be happy for suggestions
--
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]