mingshi-wang commented on a change in pull request #22562:
URL: https://github.com/apache/airflow/pull/22562#discussion_r837738958
##########
File path: docs/apache-airflow/tutorial_taskflow_api.rst
##########
@@ -208,6 +208,18 @@ Python version to run your function.
These two options should allow for far greater flexibility for users who wish
to keep their workflows more simple
and Pythonic.
+Using the TaskFlow API with Sensor operators
+--------------------------------------------
+You can apply the ``@task.sensor`` decorator to convert a regular Python
function to an instance of the BaseSensorOperator
+class. The Python function implements the poke logic and returns a Boolean
value just as the ``poke()`` method in the
+BaseSensorOperator does.
Review comment:
Sure!
--
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]