jscheffl commented on code in PR #66735:
URL: https://github.com/apache/airflow/pull/66735#discussion_r3228995249
##########
task-sdk/src/airflow/sdk/execution_time/task_runner.py:
##########
@@ -1325,22 +1326,24 @@ def _on_term(signum, frame):
# Send update only if value changed (e.g., user set context
variables during execution)
if ti.rendered_map_index and ti.rendered_map_index !=
previous_rendered_map_index:
SUPERVISOR_COMMS.send(msg=SetRenderedMapIndex(rendered_map_index=ti.rendered_map_index))
- finally:
- log.info("::group::Post Execute")
Review Comment:
Yeah if you prefer I can move it back to the original location. Just moved
it up for the case if some logs are emitted at time of creating the rendered
map index that this would be put into the group and not pollute user logs. But
there are no logs created today. Let me know and happy to change
--
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]