baolsen commented on code in PR #48030: URL: https://github.com/apache/airflow/pull/48030#discussion_r2006227501
########## docs/apache-airflow/authoring-and-scheduling/deferring.rst: ########## @@ -198,14 +198,76 @@ When your operator resumes, Airflow adds a ``context`` object and an ``event`` o If your operator returns from either its first ``execute()`` method when it's new, or a subsequent method specified by ``method_name``, it will be considered complete and finish executing. -You can set ``method_name`` to ``execute`` if you want your operator to have one entrypoint, but it must also accept ``event`` as an optional keyword argument. Review Comment: I moved this comment into the section on deferring multiple times as it is demonstrated 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]
