uranusjr commented on a change in pull request #20530:
URL: https://github.com/apache/airflow/pull/20530#discussion_r780864007
##########
File path: docs/apache-airflow/tutorial_taskflow_api.rst
##########
@@ -208,6 +208,51 @@ 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 for Sensor operators
+-------------------------------------------
+You can apply the @task.sensor decorator to convert a regular Python function
to an instance of the BaseSensorOperator
Review comment:
```suggestion
You can apply the ``@task.sensor`` decorator to convert a regular Python
function to an instance of the BaseSensorOperator
```
--
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]