kaxil commented on code in PR #67836:
URL: https://github.com/apache/airflow/pull/67836#discussion_r3333691251
##########
task-sdk/src/airflow/sdk/execution_time/task_runner.py:
##########
@@ -1543,8 +1543,9 @@ def _handle_current_task_success(
outlet_events = list(_serialize_outlet_events(context["outlet_events"]))
if conf.getboolean("state_store", "clear_on_success"):
- log.info("Task state will be cleared by the server because
clear_on_success is enabled.")
-
+ log.info(
+ "Clearing task state from custom backend as clear_on_success is
enabled. The database references will be cleared by the server."
Review Comment:
```suggestion
"Clearing task state from custom backend as clear_on_success is
enabled. The database references will be cleared by the API server."
```
--
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]