dstandish commented on a change in pull request #19539:
URL: https://github.com/apache/airflow/pull/19539#discussion_r747713125
##########
File path: docs/apache-airflow/concepts/deferring.rst
##########
@@ -67,13 +67,13 @@ Triggering Deferral
If you want to trigger deferral, at any place in your Operator you can call
``self.defer(trigger, method_name, kwargs, timeout)``, which will raise a
special exception that Airflow will catch. The arguments are:
* ``trigger``: An instance of a Trigger that you wish to defer on. It will be
serialized into the database.
-* ``method_name``: The method name on your Operator you want Airflow to call
when it resumes, other than ``execute``.
Review comment:
elsewhere it is made clear that you can resume to `execute`
--
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]