ashb commented on code in PR #67794:
URL: https://github.com/apache/airflow/pull/67794#discussion_r3356399757


##########
task-sdk/docs/deferred-vs-async-operators.rst:
##########
@@ -234,6 +239,109 @@ This allows multiple paginated requests to be performed 
efficiently within a sin
 
    async_msgraph_dag()
 
+Resumable Operators
+-------------------
+
+A *resumable operator* uses :class:`~airflow.sdk.ResumableJobMixin` to make a

Review Comment:
   Again, this isn't true. A resumable operator is one that reads from the task 
state store and makes decisions based on the data included in 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