ashb commented on code in PR #67794:
URL: https://github.com/apache/airflow/pull/67794#discussion_r3356381454
##########
airflow-core/docs/authoring-and-scheduling/deferring.rst:
##########
@@ -571,3 +571,24 @@ In Airflow, sensors wait for specific conditions to be met
before proceeding wit
| Built-in functionality for rescheduling | Requires custom
logic to defer task and handle |
| | external changes
|
+--------------------------------------------------------+--------------------------------------------------------+
+
+.. _deferring/resumable:
+
+Resumable Operators (ResumableJobMixin)
Review Comment:
Resumable Operators are usable without using this mixin -- for instance if
you are processing a list of files in S3 and want to carry on where you left
off, using that job mixin would not be appropriate, but using resuable could be.
--
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]