amoghrajesh commented on code in PR #68206:
URL: https://github.com/apache/airflow/pull/68206#discussion_r3373255160


##########
task-sdk/src/airflow/sdk/bases/resumablejobmixin.py:
##########
@@ -103,31 +103,48 @@ def execute_resumable(self, context: Context) -> Any:
         """
         task_store = context.get("task_store")

Review Comment:
   Compat, it was introduced in 3.3, so any version below it will not have they 
key and hence resumability will be skipped there



-- 
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]

Reply via email to