kaxil commented on code in PR #66859:
URL: https://github.com/apache/airflow/pull/66859#discussion_r3321824901
##########
task-sdk/src/airflow/sdk/execution_time/task_runner.py:
##########
@@ -1455,6 +1464,8 @@ def _handle_current_task_success(
if conf.getboolean("state_store", "clear_on_success"):
log.info("Task state will be cleared by the server because
clear_on_success is enabled.")
+ context["task_state"]._clear_backend_only()
Review Comment:
OK I see we do have this now. Should we update/remove log line at L1465
--
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]