You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/10/28 13:54:15 UTC

[GitHub] [airflow] potiuk commented on a diff in pull request #27333: Add examples and howtos about sensors

potiuk commented on code in PR #27333:
URL: https://github.com/apache/airflow/pull/27333#discussion_r1008092902


##########
airflow/sensors/time_delta.py:
##########
@@ -28,6 +28,12 @@ class TimeDeltaSensor(BaseSensorOperator):
     Waits for a timedelta after the run's data interval.
 
     :param delta: time length to wait after the data interval before succeeding.
+
+    .. seealso::
+        For more information on how to use this sensor, take a look at the guide:

Review Comment:
   Yeeah. :). I think I missed it in a few places. This is verbatim copied from our "build-docs" warning when such clause is missing and "operator" is there, so I needed to manually change it. Obvioulsy missed it in a few places 



-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org